Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/hid/
H A Duhid.rst51 UHID_OPEN event, the internally attached HID Device Driver has no user attached.
52 That is, you might put your device asleep unless you receive the UHID_OPEN
53 event. If you receive the UHID_OPEN event, you should start I/O. If the last
55 followed by an UHID_OPEN event again and so on. There is no need to perform
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
154 UHID_OPEN:
163 the counterpart of UHID_OPEN and you may as well ignore this event.
169 This may be received even though you haven't received UHID_OPEN, yet.
/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.h32 UHID_OPEN, 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.h32 UHID_OPEN, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Duhid.h32 UHID_OPEN, enumerator
/OK3568_Linux_fs/kernel/samples/uhid/
H A Duhid-example.c251 case UHID_OPEN: in event()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Duhid.c164 return uhid_queue_event(uhid, UHID_OPEN); in uhid_hid_open()