Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/hid/
H A Duhid.rst74 If your device disconnects, you should send an UHID_DESTROY event. This will
95 UHID_DESTROY:
145 UHID_DESTROY.
147 If you didn't destroy your device via UHID_DESTROY, but the kernel sends an
/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.h29 UHID_DESTROY, 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.h29 UHID_DESTROY, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Duhid.h29 UHID_DESTROY, enumerator
/OK3568_Linux_fs/kernel/samples/uhid/
H A Duhid-example.c199 ev.type = UHID_DESTROY; in destroy()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Duhid.c761 case UHID_DESTROY: in uhid_char_write()