| /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/ |
| sc16is7xx.c | 203 error = sc->sc_funcs->read_reg(sc, SC16IS7XX_REGISTER_IOSTATE, 1, &r, 1); 217 error = sc->sc_funcs->read_reg(sc, SC16IS7XX_REGISTER_IOSTATE, 1, &r, 1); 223 error = sc->sc_funcs->write_reg(sc, SC16IS7XX_REGISTER_IOSTATE, 1, &r, 1); 234 error = sc->sc_funcs->read_reg(sc, SC16IS7XX_REGISTER_IOCONTROL, 1, &iocontrol, 1); 237 error = sc->sc_funcs->write_reg(sc, SC16IS7XX_REGISTER_IOCONTROL, 1, &iocontrol, 1); 252 error = sc->sc_funcs->read_reg(sc, SC16IS7XX_REGISTER_IOCONTROL, 1, &iocontrol, 1); 255 error = sc->sc_funcs->write_reg(sc, SC16IS7XX_REGISTER_IOCONTROL, 1, &iocontrol, 1); 257 error = sc->sc_funcs->read_reg(sc, SC16IS7XX_REGISTER_IODIR, 1, &iodir, 1); 262 error = sc->sc_funcs->write_reg(sc, SC16IS7XX_REGISTER_IODIR, 1, &iodir, 1); 446 error = sc->sc_funcs->read_reg(sc, SC16IS7XX_REGISTER_IOCONTROL, 0, &iocontrol_reg, 1) [all...] |
| bmx280var.h | 62 const struct bmx280_accessfuncs *sc_funcs; member in struct:bmx280_sc
|
| sc16is7xxvar.h | 72 const struct sc16is7xx_accessfuncs *sc_funcs; member in struct:sc16is7xx_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...] |
| sc16is7xx_tty.c | 141 psc->sc_funcs->copy_handles(psc, &sc->sc_com.sc_regs);
|
| /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; 805 for (i = 0; i < __arraycount(sc->sc_funcs); i++) { 806 if ((ct = sc->sc_funcs[i]) == NULL) 848 if ((ct = sc->sc_funcs[func]) != NULL) 1229 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;
|
| sc16is7xxspi.c | 253 sc->sc_funcs = &sc16is7xx_spi_accessfuncs;
|
| /src/sys/dev/i2c/ |
| bmx280thpi2c.c | 198 sc->sc_funcs = &bmx280_i2c_accessfuncs;
|
| sc16is7xxi2c.c | 286 sc->sc_funcs = &sc16is7xx_i2c_accessfuncs;
|