Searched refs:_ux_host_class_hid_report_callback_register (Results 1 – 10 of 10) sorted by relevance
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_hid_report_callback_register.c | 83 UINT _ux_host_class_hid_report_callback_register(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_REPORT_… in _ux_host_class_hid_report_callback_register() function 198 return(_ux_host_class_hid_report_callback_register(hid, call_back)); in _uxe_host_class_hid_report_callback_register()
|
| D | ux_host_class_hid_remote_control_activate.c | 142 status = _ux_host_class_hid_report_callback_register(hid, &call_back); in _ux_host_class_hid_remote_control_activate()
|
| D | ux_host_class_hid_mouse_activate.c | 185 status = _ux_host_class_hid_report_callback_register(hid, &call_back); in _ux_host_class_hid_mouse_activate()
|
| D | ux_host_class_hid_mouse_entry.c | 197 status = _ux_host_class_hid_report_callback_register(hid, &call_back); in _ux_host_class_hid_mouse_activate_wait()
|
| D | ux_host_class_hid_keyboard_activate.c | 299 status = _ux_host_class_hid_report_callback_register(hid, &call_back); in _ux_host_class_hid_keyboard_activate()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_host_class_hid_report_callback_register_test.c | 304 status = _ux_host_class_hid_report_callback_register(hid, UX_NULL); in tx_demo_thread_host_simulation_entry() 323 status = _ux_host_class_hid_report_callback_register(hid, UX_NULL); in tx_demo_thread_host_simulation_entry() 342 status = _ux_host_class_hid_report_callback_register(hid, &hid_report_callback); in tx_demo_thread_host_simulation_entry()
|
| D | usbx_hid_report_multiple_reports_ids_test.c | 401 status = _ux_host_class_hid_report_callback_register(hid, &call_back); in tx_demo_thread_host_simulation_entry() 448 status = _ux_host_class_hid_report_callback_register(hid, &call_back); in tx_demo_thread_host_simulation_entry() 497 status = _ux_host_class_hid_report_callback_register(hid, &call_back); in tx_demo_thread_host_simulation_entry()
|
| D | usbx_class_hid_basic_test.c | 529 status = _ux_host_class_hid_report_callback_register(hid, &hid_report_callback); in test_hid_periodic_reports()
|
| D | usbx_ux_device_class_hid_idle_rate_test.c | 513 status = _ux_host_class_hid_report_callback_register(hid, &call_back); in tx_demo_thread_host_simulation_entry()
|
| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_hid.h | 1086 UINT _ux_host_class_hid_report_callback_register(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_REPOR… 1158 …ine ux_host_class_hid_report_callback_register _ux_host_class_hid_report_callback_register
|