Home
last modified time | relevance | path

Searched refs:UHID_GET_REPORT_REPLY (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.h38 UHID_GET_REPORT_REPLY, enumerator
125 UHID_FEATURE_ANSWER = UHID_GET_REPORT_REPLY,
/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.h38 UHID_GET_REPORT_REPLY, enumerator
125 UHID_FEATURE_ANSWER = UHID_GET_REPORT_REPLY,
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Duhid.h38 UHID_GET_REPORT_REPLY, enumerator
125 UHID_FEATURE_ANSWER = UHID_GET_REPORT_REPLY,
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/drivers/hid/
H A Duhid.c770 case UHID_GET_REPORT_REPLY: in uhid_char_write()