Home
last modified time | relevance | path

Searched refs:UHID_GET_REPORT_REPLY (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Duhid.h38 UHID_GET_REPORT_REPLY, enumerator
125 UHID_FEATURE_ANSWER = UHID_GET_REPORT_REPLY,
/Linux-v4.19/Documentation/hid/
Duhid.txt69 the response via UHID_GET_REPORT_REPLY and UHID_SET_REPORT_REPLY to the kernel.
106 UHID_GET_REPORT_REPLY:
114 This is the SET_REPORT equivalent of UHID_GET_REPORT_REPLY. Unlike GET_REPORT,
171 parallel. However, if you fail to respond with a UHID_GET_REPORT_REPLY, the
175 GET_REPORT (or if it fails), you must send a UHID_GET_REPORT_REPLY to the
/Linux-v4.19/drivers/hid/
Duhid.c739 case UHID_GET_REPORT_REPLY: in uhid_char_write()