Searched refs:ux_host_class_hid_report_get (Results 1 – 6 of 6) sorted by relevance
161 status = ux_host_class_hid_report_get(UX_NULL, &dummy_client_report); in ux_test_thread_simulation_0_entry()163 status = ux_host_class_hid_report_get(&dummy_hid, UX_NULL); in ux_test_thread_simulation_0_entry()
399 status = ux_host_class_hid_report_get(hid, &input_report_request); in tx_demo_thread_host_simulation_entry()450 status = ux_host_class_hid_report_get(hid, &input_report_request); in tx_demo_thread_host_simulation_entry()
527 if (ux_host_class_hid_report_get(hid, &client_report) != UX_HOST_CLASS_INSTANCE_UNKNOWN) in tx_demo_thread_host_simulation_entry()
1145 #define ux_host_class_hid_report_get _uxe_host_class_hid_report_get macro1160 #define ux_host_class_hid_report_get _ux_host_class_hid_report_get macro
128 ${CMAKE_CURRENT_LIST_DIR}/src/ux_host_class_hid_report_get.c
612 ux_host_class_hid_report_get.c1118 ux_host_class_hid_report_get.c Changed error code reporting.1896 … ux_host_class_hid_report_get.c Fixed GET_REPORT when dealing with multiple reports.2226 ux_host_class_hid_report_get Fixed a endianness issue with HID reports