/src/sys/dev/mvme/ |
lpt_mvme.c | 187 (sc->sc_funcs->lf_iprime) (sc); 192 (sc->sc_funcs->lf_speed) (sc, LPT_STROBE_FAST); 194 (sc->sc_funcs->lf_speed) (sc, LPT_STROBE_SLOW); 197 for (spin = 0; (sc->sc_funcs->lf_notrdy) (sc, 1); spin += STEP) { 217 (sc->sc_funcs->lf_open) (sc, sc->sc_flags & LPT_NOINTR); 254 (sc->sc_funcs->lf_close) (sc); 271 while ((sc->sc_funcs->lf_notrdy) (sc, 0)) { 277 while ((sc->sc_funcs->lf_notrdy) (sc, 1)) { 290 (sc->sc_funcs->lf_wrdata) (sc, *sc->sc_cp++); 357 (sc->sc_funcs->lf_wrdata) (sc, *sc->sc_cp++) [all...] |
lptvar.h | 47 struct lpt_funcs *sc_funcs; member in struct:lpt_softc
|
lpt_pcctwo.c | 125 sc->sc_funcs = &lpt_pcctwo_funcs;
|
/src/sys/dev/ic/ |
bmx280var.h | 62 const struct bmx280_accessfuncs *sc_funcs; member in struct:bmx280_sc
|
bmx280.c | 434 error = sc->sc_funcs->acquire_bus(sc); 443 error = sc->sc_funcs->write_reg(sc, buf, 2); 452 error = sc->sc_funcs->read_reg(sc, reg, &chip_id, 1); 469 error = sc->sc_funcs->read_reg(sc, reg, raw_blob_tp, 24); 488 error = sc->sc_funcs->read_reg(sc, reg, raw_blob_h, 1); 495 error = sc->sc_funcs->read_reg(sc, reg, &raw_blob_h[1], 7); 511 sc->sc_funcs->release_bus(sc); 700 error = sc->sc_funcs->write_reg(sc, cr, s); 740 ierror = sc->sc_funcs->read_reg(sc, reg, &running, 1); 795 ierror = sc->sc_funcs->read_reg(sc, reg, raw_press_temp_hum, rlen) [all...] |
/src/sys/dev/cardbus/ |
cardbus.c | 511 if (sc->sc_funcs[function]) 587 sc->sc_funcs[function] = ct; 631 sc->sc_funcs[function] = NULL; 689 ct = sc->sc_funcs[f]; 715 ct = sc->sc_funcs[device_locator(child, CARDBUSCF_FUNCTION)]; 719 sc->sc_funcs[ct->ct_func] = NULL; 806 for (i = 0; i < __arraycount(sc->sc_funcs); i++) { 807 if ((ct = sc->sc_funcs[i]) == NULL) 850 if ((ct = sc->sc_funcs[func]) != NULL) 1231 ct = sc->sc_funcs[device_locator(child, CARDBUSCF_FUNCTION)] [all...] |
cardbusvar.h | 149 struct cardbus_devfunc *sc_funcs[8]; /* list of cardbus device functions */ member in struct:cardbus_softc
|
/src/sys/arch/mvme68k/dev/ |
lpt_pcc.c | 113 sc->sc_funcs = &lpt_pcc_funcs;
|
/src/sys/dev/spi/ |
bmx280thpspi.c | 174 sc->sc_funcs = &bmx280_spi_accessfuncs;
|
/src/sys/dev/i2c/ |
bmx280thpi2c.c | 198 sc->sc_funcs = &bmx280_i2c_accessfuncs;
|