Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/hid/
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
/Linux-v5.4/include/uapi/linux/
Duhid.h29 UHID_DESTROY, enumerator
/Linux-v5.4/samples/uhid/
Duhid-example.c199 ev.type = UHID_DESTROY; in destroy()
/Linux-v5.4/drivers/hid/
Duhid.c740 case UHID_DESTROY: in uhid_char_write()