Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/hid/
Duhid.rst54 user closes the HID device, you will receive a UHID_CLOSE event. This may be
57 UHID_OPEN events without a UHID_CLOSE event. The HID subsystem performs
59 You may decide to ignore UHID_OPEN/UHID_CLOSE, though. I/O is allowed even
161 UHID_CLOSE:
/linux-6.12.1/include/uapi/linux/
Duhid.h33 UHID_CLOSE, enumerator
/linux-6.12.1/samples/uhid/
Duhid-example.c254 case UHID_CLOSE: in event()
/linux-6.12.1/tools/testing/selftests/hid/
Dhid_common.h194 case UHID_CLOSE: in uhid_event()
/linux-6.12.1/drivers/hid/
Duhid.c171 uhid_queue_event(uhid, UHID_CLOSE); in uhid_hid_close()