Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_report_callback_id (Results 1 – 13 of 13) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_report_callback_register.c116 …if (hid_report -> ux_host_class_hid_report_id == call_back -> ux_host_class_hid_report_callback_id) in _ux_host_class_hid_report_callback_register()
Dux_host_class_hid_remote_control_activate.c135 call_back.ux_host_class_hid_report_callback_id = 0; in _ux_host_class_hid_remote_control_activate()
Dux_host_class_hid_mouse_activate.c178 …call_back.ux_host_class_hid_report_callback_id = mouse_instance -> ux_host_class_hid_mouse… in _ux_host_class_hid_mouse_activate()
Dux_host_class_hid_mouse_entry.c192 … call_back.ux_host_class_hid_report_callback_id = mouse -> ux_host_class_hid_mouse_id; in _ux_host_class_hid_mouse_activate_wait()
Dux_host_class_hid_transfer_request_completed.c169 … callback.ux_host_class_hid_report_callback_id = hid_report -> ux_host_class_hid_report_id; in _ux_host_class_hid_transfer_request_completed()
Dux_host_class_hid_keyboard_activate.c292 …call_back.ux_host_class_hid_report_callback_id = keyboard_instance -> ux_host_class_hid_ke… in _ux_host_class_hid_keyboard_activate()
/USBX-v6.2.1/test/regression/
Dusbx_hid_report_multiple_reports_ids_test.c396 …call_back.ux_host_class_hid_report_callback_id = input_report_descriptor -> ux_host_class_… in tx_demo_thread_host_simulation_entry()
443 …call_back.ux_host_class_hid_report_callback_id = input_report_descriptor -> ux_host_class_… in tx_demo_thread_host_simulation_entry()
492 …call_back.ux_host_class_hid_report_callback_id = input_report_descriptor -> ux_host_class_… in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_callback_register_test.c340 hid_report_callback.ux_host_class_hid_report_callback_id = 0xdeadbeef; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_transfer_request_completed_raw_test.c361 callback.ux_host_class_hid_report_callback_id = 0; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_transfer_request_completed_decompressed_test.c382 callback.ux_host_class_hid_report_callback_id = 0; in tx_demo_thread_host_simulation_entry()
Dusbx_class_hid_basic_test.c522 …hid_report_callback.ux_host_class_hid_report_callback_id = hid_report_id.ux_host_class_hid_r… in test_hid_periodic_reports()
Dusbx_ux_device_class_hid_idle_rate_test.c506 …call_back.ux_host_class_hid_report_callback_id = report_id.ux_host_class_hid_report_get_id; in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hid.h811 ULONG ux_host_class_hid_report_callback_id; member