Home
last modified time | relevance | path

Searched refs:_ux_host_class_hid_report_set (Results 1 – 8 of 8) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_hid_report_set_test.c400 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()
Dusbx_ux_host_class_hid_report_set_int_out_test.c396 status = _ux_host_class_hid_report_set(hid, &client_report); in tx_demo_thread_host_simulation_entry()
Dusbx_class_hid_basic_test.c487 status = _ux_host_class_hid_report_set(hid, &client_report); in test_hid_report_requests()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_keyboard_thread.c134 _ux_host_class_hid_report_set(hid, &client_report); in _ux_host_class_hid_keyboard_thread()
Dux_host_class_hid_report_set.c172 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()
Dux_host_class_hid_report_set_run.c295 return(_ux_host_class_hid_report_set(hid, client_report)); in _uxe_host_class_hid_report_set_run()
Dux_host_class_hid_keyboard_activate.c394 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/
Dux_host_class_hid.h1095 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