HomeSort by: relevance | last modified time | path
    Searched defs:sc_polling (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/macppc/dev/
akbdvar.h 54 int sc_polling; member in struct:akbd_softc
cuda.c 87 int sc_polling; member in struct:cuda_softc
195 sc->sc_polling = 0;
336 sc->sc_polling = 0;
411 if (sc->sc_polling || poll || cold) {
847 sc->sc_polling = 1;
862 sc->sc_polling = 1;
882 if (sc->sc_polling || cold) {
970 cuda_send(sc, sc->sc_polling, send_len + 3, command);
973 if (sc->sc_polling || cold) {
1000 cuda_send(sc, sc->sc_polling, 3, command)
    [all...]
  /src/sys/dev/hid/
hidkbdsc.h 93 int sc_polling; member in struct:hidkbd
  /src/sys/arch/hpcmips/tx/
tx39icu.c 194 int sc_polling; member in struct:tx39icu_softc
638 if (!sc->sc_polling) {
652 sc->sc_polling++;
653 p->p_desc = sc->sc_polling;
681 sc->sc_polling = 0;
697 if (!sc->sc_polling) {
714 sc->sc_polling = 0;
  /src/sys/arch/zaurus/dev/
zkbd.c 144 int sc_polling; member in struct:zkbd_softc
233 sc->sc_polling = 0;
477 if (sc->sc_polling == 0 && sc->sc_rawkbd) {
503 if (sc->sc_polling) {
515 if (sc->sc_polling == 0 && sc->sc_rawkbd) {
672 sc->sc_polling = 1;
677 sc->sc_polling = 0;
  /src/sys/dev/hyperv/
hvkbd.c 125 int sc_polling; member in struct:hvkbd_softc
519 if (sc->sc_polling)
589 sc->sc_polling = on;
  /src/sys/arch/hpcmips/dev/
ucbtp.c 114 int sc_polling; member in struct:ucbtp_softc
358 if (!sc->sc_polling) {
402 sc->sc_polling++;
649 if (sc->sc_polling < UCBTS_TAP_THRESHOLD) {
663 sc->sc_polling = 0;
678 if (sc->sc_polling == 1)
  /src/sys/arch/sparc64/dev/
sab.c 118 uint8_t sc_polling, sc_pollrfc; member in struct:sabtty_softc
1248 if (sc->sc_polling)
1256 sc->sc_polling = 1;
1258 if (!sc->sc_polling)
1264 sc->sc_polling = 0;
  /src/sys/dev/hpc/
hpcfb.c 159 int sc_polling; member in struct:hpcfb_softc
318 sc->sc_polling = 0; /* XXX */
901 sc->sc_polling = on;
1276 && !dc->dc_sc->sc_polling
1377 && dc->dc_sc->sc_polling
1424 if (sc && sc->sc_polling) {
  /src/sys/arch/arm/sunxi/
sun8i_crypto.c 116 bool sc_polling; member in struct:sun8i_crypto_softc
467 sc->sc_polling = true;
497 atomic_store_relaxed(&sc->sc_polling, false);
929 if (!sc->sc_polling) {
966 if (!sc->sc_polling && !callout_pending(&sc->sc_timeout))
1010 if (atomic_load_relaxed(&sc->sc_polling) ||

Completed in 22 milliseconds