Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/hid/
Duhid.txt73 If your device disconnects, you should send an UHID_DESTROY event. This will
94 UHID_DESTROY:
142 UHID_DESTROY.
143 If you didn't destroy your device via UHID_DESTROY, but the kernel sends an
/Linux-v4.19/include/uapi/linux/
Duhid.h29 UHID_DESTROY, enumerator
/Linux-v4.19/samples/uhid/
Duhid-example.c199 ev.type = UHID_DESTROY; in destroy()
/Linux-v4.19/drivers/hid/
Duhid.c730 case UHID_DESTROY: in uhid_char_write()