Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Duhid.h38 UHID_GET_REPORT_REPLY, enumerator
125 UHID_FEATURE_ANSWER = UHID_GET_REPORT_REPLY,
/Linux-v5.4/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-v5.4/drivers/hid/
Duhid.c749 case UHID_GET_REPORT_REPLY: in uhid_char_write()