Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Duhid.h38 UHID_GET_REPORT_REPLY, enumerator
125 UHID_FEATURE_ANSWER = UHID_GET_REPORT_REPLY,
/openbmc/linux/Documentation/hid/
H A 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
/openbmc/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c212 answer.type = UHID_GET_REPORT_REPLY; in uhid_event()
/openbmc/linux/drivers/hid/
H A Duhid.c770 case UHID_GET_REPORT_REPLY: in uhid_char_write()