Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/input/
H A Duhid.c95 #define UHID_FLAG_IMMED 0x01 /* set if read should be immediate */ macro
393 if (sc->sc_flags & UHID_FLAG_IMMED) { in uhid_start_read()
414 if ((sc->sc_flags & UHID_FLAG_IMMED) || in uhid_start_write()
522 sc->sc_flags &= ~UHID_FLAG_IMMED; in uhid_open()
597 sc->sc_flags |= UHID_FLAG_IMMED; in uhid_ioctl()
601 sc->sc_flags &= ~UHID_FLAG_IMMED; in uhid_ioctl()
882 sc->sc_flags &= ~UHID_FLAG_IMMED; in uhid_attach()

Completed in 1 milliseconds