Home
last modified time | relevance | path

Searched refs:ux_host_class_hid_report_get_id (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_mouse_activate.c137 … mouse_instance -> ux_host_class_hid_mouse_id = (USHORT)report_id.ux_host_class_hid_report_get_id; in _ux_host_class_hid_mouse_activate()
163 … mouse_instance -> ux_host_class_hid_mouse_id = (USHORT)report_id.ux_host_class_hid_report_get_id; in _ux_host_class_hid_mouse_activate()
Dux_host_class_hid_report_id_get.c158 … report_id -> ux_host_class_hid_report_get_id = next_hid_report -> ux_host_class_hid_report_id; in _ux_host_class_hid_report_id_get()
Dux_host_class_hid_keyboard_activate.c241 …rd_instance -> ux_host_class_hid_keyboard_id = (USHORT)(report_id.ux_host_class_hid_report_get_id); in _ux_host_class_hid_keyboard_activate()
/USBX-v6.2.1/test/regression/
Dusbx_class_hid_basic_test.c442 …atus = _ux_host_class_hid_idle_get(hid, &idle_time, hid_report_id.ux_host_class_hid_report_get_id); in test_hid_idle_requests()
448 …s = _ux_host_class_hid_idle_set(hid, test_idles[i], hid_report_id.ux_host_class_hid_report_get_id); in test_hid_idle_requests()
450 …atus = _ux_host_class_hid_idle_get(hid, &idle_time, hid_report_id.ux_host_class_hid_report_get_id); in test_hid_idle_requests()
522 …allback.ux_host_class_hid_report_callback_id = hid_report_id.ux_host_class_hid_report_get_id; 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.h827 ULONG ux_host_class_hid_report_get_id; member