Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/hid/
H A Duhid.rst54 user closes the HID device, you will receive an UHID_CLOSE event. This may be
57 UHID_OPEN events without an 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:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Duhid.h33 UHID_CLOSE, enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Duhid.h33 UHID_CLOSE, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Duhid.h33 UHID_CLOSE, enumerator
/OK3568_Linux_fs/kernel/samples/uhid/
H A Duhid-example.c254 case UHID_CLOSE: in event()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Duhid.c171 uhid_queue_event(uhid, UHID_CLOSE); in uhid_hid_close()