Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/hid/
Duhid.txt53 user closes the HID device, you will receive an UHID_CLOSE event. This may be
56 UHID_OPEN events without an UHID_CLOSE event. The HID subsystem performs
58 You may decide to ignore UHID_OPEN/UHID_CLOSE, though. I/O is allowed even
156 UHID_CLOSE:
/linux-4.4.14/include/uapi/linux/
Duhid.h32 UHID_CLOSE, enumerator
/linux-4.4.14/samples/uhid/
Duhid-example.c253 case UHID_CLOSE: in event()
/linux-4.4.14/drivers/hid/
Duhid.c137 uhid_queue_event(uhid, UHID_CLOSE); in uhid_hid_close()