Searched refs:sc_polling (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/powerpc/powermac/
H A Dcudavar.h92 int sc_polling; member in struct:cuda_softc
H A Dcuda.c191 sc->sc_polling = 0;
402 if (sc->sc_polling || poll || cold)
/freebsd-13-stable/sys/dev/hyperv/input/
H A Dhv_kbdc.h87 int sc_polling; /* polling recursion count */ member in struct:hv_kbd_sc_t
H A Dhv_kbd.c160 sc->sc_polling++;
161 else if (sc->sc_polling > 0)
162 sc->sc_polling--;
164 if (sc->sc_polling != 0) {
/freebsd-13-stable/sys/dev/hid/
H A Dhkbd.c183 int sc_polling; /* polling recursion count */ member in struct:hkbd_softc
1753 sc->sc_polling++;
1754 else if (sc->sc_polling > 0)
1755 sc->sc_polling--;
1757 if (sc->sc_polling != 0) {
/freebsd-13-stable/sys/dev/usb/input/
H A Dukbd.c189 int sc_polling; /* polling recursion count */ member in struct:ukbd_softc
1953 sc->sc_polling++;
1954 else if (sc->sc_polling > 0)
1955 sc->sc_polling--;
1957 if (sc->sc_polling != 0) {

Completed in 166 milliseconds