Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Duhid.h36 UHID_GET_REPORT, enumerator
123 UHID_FEATURE = UHID_GET_REPORT,
/linux-4.1.27/Documentation/hid/
Duhid.txt67 UHID_GET_REPORT and UHID_SET_REPORT events and requires you to forward them to
107 If you receive a UHID_GET_REPORT request you must answer with this request.
166 UHID_GET_REPORT:
181 This is the SET_REPORT equivalent of UHID_GET_REPORT. On receipt, you shall
184 The same restrictions as for UHID_GET_REPORT apply.
/linux-4.1.27/drivers/hid/
Duhid.c213 ev->type = UHID_GET_REPORT; in uhid_hid_get_report()