Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Duhid.h38 UHID_GET_REPORT_REPLY, enumerator
125 UHID_FEATURE_ANSWER = UHID_GET_REPORT_REPLY,
/linux-5.19.10/Documentation/hid/
Duhid.rst70 the response via UHID_GET_REPORT_REPLY and UHID_SET_REPORT_REPLY to the kernel.
107 UHID_GET_REPORT_REPLY:
115 This is the SET_REPORT equivalent of UHID_GET_REPORT_REPLY. Unlike GET_REPORT,
176 parallel. However, if you fail to respond with a UHID_GET_REPORT_REPLY, the
180 GET_REPORT (or if it fails), you must send a UHID_GET_REPORT_REPLY to the
/linux-5.19.10/drivers/hid/
Duhid.c770 case UHID_GET_REPORT_REPLY: in uhid_char_write()