Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/hid/
Duhid.rst74 If your device disconnects, you should send a 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-6.1.9/include/uapi/linux/
Duhid.h29 UHID_DESTROY, enumerator
/linux-6.1.9/samples/uhid/
Duhid-example.c199 ev.type = UHID_DESTROY; in destroy()
/linux-6.1.9/drivers/hid/
Duhid.c761 case UHID_DESTROY: in uhid_char_write()