/src/sys/dev/ic/ |
pcf8584var.h | 31 int sc_poll; member in struct:pcfiic_softc
|
spicvar.h | 57 struct callout sc_poll; member in struct:spic_softc
|
dwiic_var.h | 50 int sc_poll; member in struct:dwiic_softc
|
/src/sys/arch/arm/at91/ |
at91dbguvar.h | 81 volatile u_int sc_brgr, sc_ier, sc_poll; member in struct:at91dbgu_softc
|
at91usartvar.h | 84 volatile u_int sc_csr, sc_brgr, sc_ier, sc_poll; member in struct:at91usart_softc
|
/src/sys/arch/newsmips/dev/ |
sc_wrap.c | 47 static int sc_poll(struct sc_softc *, int, int); 218 if (sc_poll(sc, target, xs->timeout)) { 220 if (sc_poll(sc, target, xs->timeout)) { 241 sc_poll(struct sc_softc *sc, int chan, int count) function in typeref:typename:int
|
/src/sys/arch/atari/dev/ |
if_ne_mb.c | 108 struct callout sc_poll; member in struct:ne_mb_softc 259 callout_init(&sc->sc_poll, 0); 260 callout_reset(&sc->sc_poll, ETHERNEC_TICK, ne_mb_poll, sc); 288 callout_schedule(&sc->sc_poll, ETHERNEC_TICK);
|
/src/sys/arch/hppa/gsc/ |
gsckbc.c | 118 int sc_poll; /* if != 0 then pooling mode */ member in struct:gsckbc_softc 168 STAT_RBNE) != 0 || sc->sc_poll == 0) { 199 sc->sc_poll = on; 210 & STAT_RBNE) != 0 && sc->sc_poll == 0) { 216 REG_STATUS) & STAT_RBNE) != 0 && sc->sc_op->sc_poll == 0) { 284 sc->sc_poll = 1; 313 sc->sc_poll = 0;
|
/src/sys/dev/adb/ |
adb_ktm.c | 66 int sc_poll; member in struct:ktm_softc 132 sc->sc_poll = 0; 381 if (sc->sc_poll) { 406 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, len, msg);
|
adb_kbd.c | 82 int sc_poll; member in struct:adbkbd_softc 219 sc->sc_poll = 0; 253 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 0, NULL); 352 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 2, buffer); 357 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 0, NULL); 366 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 0, NULL); 488 if (sc->sc_poll) { 551 if (sc->sc_poll) { 643 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 2, 658 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, 0, NULL) [all...] |
adb_ms.c | 85 int sc_poll; member in struct:adbms_softc 163 sc->sc_poll = 0; 857 if (sc->sc_poll) { 882 sc->sc_ops->send(sc->sc_ops->cookie, sc->sc_poll, cmd, len, msg);
|
/src/sys/arch/macppc/dev/ |
ki2cvar.h | 100 int sc_poll; member in struct:ki2c_softc
|
/src/sys/dev/pci/ |
ichsmb.c | 64 int sc_poll; member in struct:ichsmb_softc 218 sc->sc_poll = 1; 236 sc->sc_poll = 0; 242 if (sc->sc_poll) 559 if (sc->sc_poll)
|
piixpm.c | 91 int sc_poll; member in struct:piixpm_softc 285 sc->sc_poll = 1; 304 sc->sc_poll = 0; 309 if (sc->sc_poll) 663 if (sc->sc_poll)
|