Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Duhid.h37 UHID_GET_REPORT, enumerator
124 UHID_FEATURE = UHID_GET_REPORT,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Duhid.h37 UHID_GET_REPORT, enumerator
124 UHID_FEATURE = UHID_GET_REPORT,
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Duhid.h37 UHID_GET_REPORT, enumerator
124 UHID_FEATURE = UHID_GET_REPORT,
/OK3568_Linux_fs/kernel/Documentation/hid/
H A Duhid.rst68 UHID_GET_REPORT and UHID_SET_REPORT events and requires you to forward them to
108 If you receive a UHID_GET_REPORT request you must answer with this request.
171 UHID_GET_REPORT:
186 This is the SET_REPORT equivalent of UHID_GET_REPORT. On receipt, you shall
189 The same restrictions as for UHID_GET_REPORT apply.
/OK3568_Linux_fs/kernel/drivers/hid/
H A Duhid.c247 ev->type = UHID_GET_REPORT; in uhid_hid_get_report()