Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/input/
H A Duhid.c111 #define UHID_FLAG_IMMED 0x01 /* set if read should be immediate */ macro
397 if (sc->sc_flags & UHID_FLAG_IMMED) { in uhid_start_read()
418 if ((sc->sc_flags & UHID_FLAG_IMMED) || in uhid_start_write()
516 sc->sc_flags &= ~UHID_FLAG_IMMED; in uhid_open()
580 sc->sc_flags |= UHID_FLAG_IMMED; in uhid_ioctl()
584 sc->sc_flags &= ~UHID_FLAG_IMMED; in uhid_ioctl()