Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/hid/
H A Duhid.rst48 The first thing you should do is sending an UHID_CREATE2 event. This will
75 unregister the device. You can now send UHID_CREATE2 again to register a new
90 UHID_CREATE2:
99 You can create a new device by sending UHID_CREATE2 again. There is no need to
103 You must send UHID_CREATE2 before sending input to the kernel! This event
126 UHID_CREATE2. This is always the first event that is sent. Note that this
127 event might not be available immediately after write(UHID_CREATE2) returns.
/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.h39 UHID_CREATE2, 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.h39 UHID_CREATE2, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Duhid.h39 UHID_CREATE2, enumerator
/OK3568_Linux_fs/kernel/drivers/hid/
H A Duhid.c758 case UHID_CREATE2: in uhid_char_write()