Home
last modified time | relevance | path

Searched refs:sc_can_poll (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/usb/input/
H A Dusbhid.c131 bool sc_can_poll; member
351 if (sc->sc_can_poll) in usbhid_intr_setup()
371 sc->sc_can_poll = true; in usbhid_intr_setup()
412 if (sc->sc_can_poll) in usbhid_intr_unsetup()
415 sc->sc_can_poll = false; in usbhid_intr_unsetup()
444 if (sc->sc_can_poll) in usbhid_intr_start()
458 if (sc->sc_can_poll) in usbhid_intr_stop()
469 MPASS(sc->sc_can_poll); in usbhid_intr_poll()