Searched refs:_ux_host_class_hid_report_set (Results 1 – 8 of 8) sorted by relevance
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_host_class_hid_report_set_test.c | 400 status = _ux_host_class_hid_report_set(hid, &client_report); in tx_demo_thread_host_simulation_entry() 431 status = _ux_host_class_hid_report_set(hid, &client_report); in tx_demo_thread_host_simulation_entry() 458 status = _ux_host_class_hid_report_set(hid, &client_report); in tx_demo_thread_host_simulation_entry() 480 if (_ux_host_class_hid_report_set(hid, UX_NULL) != UX_HOST_CLASS_INSTANCE_UNKNOWN) in tx_demo_thread_host_simulation_entry() 500 if (_ux_host_class_hid_report_set(hid, &client_report) != UX_HOST_CLASS_HID_REPORT_ERROR) in tx_demo_thread_host_simulation_entry() 519 if (_ux_host_class_hid_report_set(hid, &client_report) != UX_HOST_CLASS_HID_REPORT_OVERFLOW) in tx_demo_thread_host_simulation_entry() 537 if (_ux_host_class_hid_report_set(hid, &client_report) != UX_SUCCESS) in tx_demo_thread_host_simulation_entry() 550 if (_ux_host_class_hid_report_set(hid, &client_report) != UX_HOST_CLASS_HID_REPORT_ERROR) in tx_demo_thread_host_simulation_entry() 568 if (_ux_host_class_hid_report_set(hid, &client_report) != UX_HOST_CLASS_HID_REPORT_ERROR) in tx_demo_thread_host_simulation_entry() 594 if (_ux_host_class_hid_report_set(hid, &client_report) != UX_SUCCESS) in tx_demo_thread_host_simulation_entry()
|
| D | usbx_ux_host_class_hid_report_set_int_out_test.c | 396 status = _ux_host_class_hid_report_set(hid, &client_report); in tx_demo_thread_host_simulation_entry()
|
| D | usbx_class_hid_basic_test.c | 487 status = _ux_host_class_hid_report_set(hid, &client_report); in test_hid_report_requests()
|
| /USBX-v6.2.1/common/usbx_host_classes/src/ |
| D | ux_host_class_hid_keyboard_thread.c | 134 _ux_host_class_hid_report_set(hid, &client_report); in _ux_host_class_hid_keyboard_thread()
|
| D | ux_host_class_hid_report_set.c | 172 UINT _ux_host_class_hid_report_set(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_CLIENT_REPORT *client… in _ux_host_class_hid_report_set() function 363 return(_ux_host_class_hid_report_set(hid, client_report)); in _uxe_host_class_hid_report_set()
|
| D | ux_host_class_hid_report_set_run.c | 295 return(_ux_host_class_hid_report_set(hid, client_report)); in _uxe_host_class_hid_report_set_run()
|
| D | ux_host_class_hid_keyboard_activate.c | 394 status = _ux_host_class_hid_report_set(hid, &client_report); in _ux_host_class_hid_keyboard_activate()
|
| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_hid.h | 1095 UINT _ux_host_class_hid_report_set(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_CLIENT_REPORT *clie… 1161 #define ux_host_class_hid_report_set _ux_host_class_hid_report_set
|