Home
last modified time | relevance | path

Searched refs:report_id (Results 1 – 25 of 51) sorted by relevance

123

/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_hid_event_get_AND_set_test.c292 UINT report_id; in tx_demo_thread_host_simulation_entry() local
319 for (report_id = 0; report_id < 2; report_id ++) in tx_demo_thread_host_simulation_entry()
323 device_hid -> ux_device_class_hid_report_id = report_id; in tx_demo_thread_host_simulation_entry()
329 if (report_id == 0) in tx_demo_thread_host_simulation_entry()
344 printf("Error on line %d, test %d, error code: 0x%x\n", __LINE__, report_id, status); in tx_demo_thread_host_simulation_entry()
359 printf("Error on line %d, test %d, error code: 0x%x\n", __LINE__, report_id, status); in tx_demo_thread_host_simulation_entry()
371 printf("Error on line %d, test %d, error code: 0x%x\n", __LINE__, report_id, status); in tx_demo_thread_host_simulation_entry()
380 if (report_id & 1) in tx_demo_thread_host_simulation_entry()
388 printf("Error on line %d, test %d, error code: 0x%x\n", __LINE__, report_id, status); in tx_demo_thread_host_simulation_entry()
396 printf("Error on line %d, test %d, error code: 0x%x\n", __LINE__, report_id, status); in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_hid_report_descriptor_compress_array_test.c267 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in tx_demo_thread_host_simulation_entry() local
286 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
287 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in tx_demo_thread_host_simulation_entry()
288 UX_TEST_CHECK_SUCCESS(ux_host_class_hid_report_id_get(hid, &report_id)); in tx_demo_thread_host_simulation_entry()
289 input_report_descriptor = report_id.ux_host_class_hid_report_get_report; in tx_demo_thread_host_simulation_entry()
334 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
335 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in tx_demo_thread_host_simulation_entry()
336 UX_TEST_CHECK_SUCCESS(ux_host_class_hid_report_id_get(hid, &report_id)); in tx_demo_thread_host_simulation_entry()
337 input_report_descriptor = report_id.ux_host_class_hid_report_get_report; in tx_demo_thread_host_simulation_entry()
358 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_hid_report_descriptor_push_pop_test.c329 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in tx_demo_thread_host_simulation_entry() local
344 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
345 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in tx_demo_thread_host_simulation_entry()
346 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
354 input_report_descriptor = report_id.ux_host_class_hid_report_get_report; in tx_demo_thread_host_simulation_entry()
357 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
376 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
384 input_report_descriptor = report_id.ux_host_class_hid_report_get_report; in tx_demo_thread_host_simulation_entry()
387 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
406 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_hid_report_descriptor_multiple_reports_input_test.c279 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in tx_demo_thread_host_simulation_entry() local
294 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
295 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in tx_demo_thread_host_simulation_entry()
296 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
304 input_report_descriptor = report_id.ux_host_class_hid_report_get_report; in tx_demo_thread_host_simulation_entry()
351 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in tx_demo_thread_host_simulation_entry()
352 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
360 input_report_descriptor = report_id.ux_host_class_hid_report_get_report; in tx_demo_thread_host_simulation_entry()
407 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
415 input_report_descriptor = report_id.ux_host_class_hid_report_get_report; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_multiple_reports_feature_test.c284 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in tx_demo_thread_host_simulation_entry() local
299 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
300 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_FEATURE; in tx_demo_thread_host_simulation_entry()
301 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
309 feature_report_descriptor = report_id.ux_host_class_hid_report_get_report; in tx_demo_thread_host_simulation_entry()
356 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
364 feature_report_descriptor = report_id.ux_host_class_hid_report_get_report; in tx_demo_thread_host_simulation_entry()
411 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
419 feature_report_descriptor = report_id.ux_host_class_hid_report_get_report; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_multiple_reports_output_test.c276 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in tx_demo_thread_host_simulation_entry() local
291 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
292 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_OUTPUT; in tx_demo_thread_host_simulation_entry()
293 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
301 output_report_descriptor = report_id.ux_host_class_hid_report_get_report; in tx_demo_thread_host_simulation_entry()
348 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
356 output_report_descriptor = report_id.ux_host_class_hid_report_get_report; in tx_demo_thread_host_simulation_entry()
403 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
411 output_report_descriptor = report_id.ux_host_class_hid_report_get_report; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_previous_report_test.c273 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in tx_demo_thread_host_simulation_entry() local
288 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
289 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in tx_demo_thread_host_simulation_entry()
290 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
298 input_report_descriptor = report_id.ux_host_class_hid_report_get_report; in tx_demo_thread_host_simulation_entry()
301 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
325 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_multiple_reports_ids_test.c313 static inline void test_log_add(UCHAR report_id, UCHAR *data_buf, ULONG data_size) in test_log_add() argument
318 test_log_report_id[test_log_index] = report_id; in test_log_add()
343 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in tx_demo_thread_host_simulation_entry() local
377 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
378 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in tx_demo_thread_host_simulation_entry()
379 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
387 input_report_descriptor = report_id.ux_host_class_hid_report_get_report; in tx_demo_thread_host_simulation_entry()
425 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in tx_demo_thread_host_simulation_entry()
426 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
434 input_report_descriptor = report_id.ux_host_class_hid_report_get_report; in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_hid_report_descriptor_multiple_fields_and_reports_test.c277 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in tx_demo_thread_host_simulation_entry() local
291 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
292 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in tx_demo_thread_host_simulation_entry()
293 status |= ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
294 status |= ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
303 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_multiple_collections_test.c341 UINT report_id = 0; in tx_demo_thread_host_simulation_entry() local
356 for(report_id = 0;; report_id++) in tx_demo_thread_host_simulation_entry()
365 report_field -> ux_host_class_hid_field_report_id != report_id || in tx_demo_thread_host_simulation_entry()
366 … report_field -> ux_host_class_hid_field_report_count != (8*report_id + 2*field + 1) || in tx_demo_thread_host_simulation_entry()
367 report_field -> ux_host_class_hid_field_report_size != (8*report_id + 2*field + 2) in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_example_delimit_test.c311 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in tx_demo_thread_host_simulation_entry() local
324 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
325 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in tx_demo_thread_host_simulation_entry()
326 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
335 if (report_id.ux_host_class_hid_report_get_report == UX_NULL) in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_example_display_test.c321 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in tx_demo_thread_host_simulation_entry() local
334 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
335 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in tx_demo_thread_host_simulation_entry()
336 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
345 if (report_id.ux_host_class_hid_report_get_report == UX_NULL) in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_example_andisplay_test.c313 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in tx_demo_thread_host_simulation_entry() local
326 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
327 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in tx_demo_thread_host_simulation_entry()
328 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
337 if (report_id.ux_host_class_hid_report_get_report == UX_NULL) in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_example_mouse_test.c273 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in tx_demo_thread_host_simulation_entry() local
286 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
287 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in tx_demo_thread_host_simulation_entry()
288 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
297 if (report_id.ux_host_class_hid_report_get_report == UX_NULL) in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_example_remote_test.c294 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in tx_demo_thread_host_simulation_entry() local
307 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
308 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in tx_demo_thread_host_simulation_entry()
309 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
318 if (report_id.ux_host_class_hid_report_get_report == UX_NULL) in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_example_tele_test.c344 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in tx_demo_thread_host_simulation_entry() local
357 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
358 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in tx_demo_thread_host_simulation_entry()
359 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
368 if (report_id.ux_host_class_hid_report_get_report == UX_NULL) in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_max_usages_test.c255 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in tx_demo_thread_host_simulation_entry() local
270 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
271 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in tx_demo_thread_host_simulation_entry()
272 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
281 report_field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_example_digit_test.c345 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in tx_demo_thread_host_simulation_entry() local
358 report_id.ux_host_class_hid_report_get_report = UX_NULL; in tx_demo_thread_host_simulation_entry()
359 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in tx_demo_thread_host_simulation_entry()
360 status = ux_host_class_hid_report_id_get(hid, &report_id); in tx_demo_thread_host_simulation_entry()
369 if (report_id.ux_host_class_hid_report_get_report == UX_NULL) in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hid_report_id_get.c82 …ux_host_class_hid_report_id_get(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_REPORT_GET_ID *report_id) in _ux_host_class_hid_report_id_get() argument
108 if (report_id -> ux_host_class_hid_report_get_report == UX_NULL) in _ux_host_class_hid_report_id_get()
112 switch (report_id -> ux_host_class_hid_report_get_type) in _ux_host_class_hid_report_id_get()
150 …next_hid_report = report_id -> ux_host_class_hid_report_get_report -> ux_host_class_hid_report_ne… in _ux_host_class_hid_report_id_get()
158report_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()
161 report_id -> ux_host_class_hid_report_get_report = next_hid_report; in _ux_host_class_hid_report_id_get()
221 …xe_host_class_hid_report_id_get(UX_HOST_CLASS_HID *hid, UX_HOST_CLASS_HID_REPORT_GET_ID *report_id) in _uxe_host_class_hid_report_id_get() argument
225 if ((hid == UX_NULL) || (report_id == UX_NULL)) in _uxe_host_class_hid_report_id_get()
229 return(_ux_host_class_hid_report_id_get(hid, report_id)); in _uxe_host_class_hid_report_id_get()
Dux_host_class_hid_mouse_activate.c91 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in _ux_host_class_hid_mouse_activate() local
128 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_mouse_activate()
129 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in _ux_host_class_hid_mouse_activate()
130 status = _ux_host_class_hid_report_id_get(hid, &report_id); in _ux_host_class_hid_mouse_activate()
137 … 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()
154 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_mouse_activate()
155 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in _ux_host_class_hid_mouse_activate()
156 status = _ux_host_class_hid_report_id_get(hid, &report_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_keyboard_thread.c85 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in _ux_host_class_hid_keyboard_thread() local
113 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_keyboard_thread()
114 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_OUTPUT; in _ux_host_class_hid_keyboard_thread()
115 status = _ux_host_class_hid_report_id_get(hid, &report_id); in _ux_host_class_hid_keyboard_thread()
122 … client_report.ux_host_class_hid_client_report = report_id.ux_host_class_hid_report_get_report; in _ux_host_class_hid_keyboard_thread()
Dux_host_class_hid_keyboard_tasks_run.c85 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in _ux_host_class_hid_keyboard_tasks_run() local
117 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_keyboard_tasks_run()
118 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_OUTPUT; in _ux_host_class_hid_keyboard_tasks_run()
119 status = _ux_host_class_hid_report_id_get(hid, &report_id); in _ux_host_class_hid_keyboard_tasks_run()
125 … keyboard -> ux_host_class_hid_keyboard_out_report = report_id.ux_host_class_hid_report_get_report; in _ux_host_class_hid_keyboard_tasks_run()
Dux_host_class_hid_idle_set.c81 UINT _ux_host_class_hid_idle_set(UX_HOST_CLASS_HID *hid, USHORT idle_time, USHORT report_id) in _ux_host_class_hid_idle_set() argument
87 status = _ux_host_class_hid_idle_set_run(hid, idle_time, report_id); in _ux_host_class_hid_idle_set()
138 … transfer_request -> ux_transfer_request_value = (UINT)((idle_time << 8) | report_id); in _ux_host_class_hid_idle_set()
191 UINT _uxe_host_class_hid_idle_set(UX_HOST_CLASS_HID *hid, USHORT idle_time, USHORT report_id) in _uxe_host_class_hid_idle_set() argument
199 return(_ux_host_class_hid_idle_set(hid, idle_time, report_id)); in _uxe_host_class_hid_idle_set()
Dux_host_class_hid_keyboard_activate.c162 UX_HOST_CLASS_HID_REPORT_GET_ID report_id; in _ux_host_class_hid_keyboard_activate() local
231 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_keyboard_activate()
232 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_INPUT; in _ux_host_class_hid_keyboard_activate()
233 status = _ux_host_class_hid_report_id_get(hid, &report_id); in _ux_host_class_hid_keyboard_activate()
241 …keyboard_instance -> ux_host_class_hid_keyboard_id = (USHORT)(report_id.ux_host_class_hid_report_g… in _ux_host_class_hid_keyboard_activate()
252 field = report_id.ux_host_class_hid_report_get_report -> ux_host_class_hid_report_field; in _ux_host_class_hid_keyboard_activate()
372 report_id.ux_host_class_hid_report_get_report = UX_NULL; in _ux_host_class_hid_keyboard_activate()
373 report_id.ux_host_class_hid_report_get_type = UX_HOST_CLASS_HID_REPORT_TYPE_OUTPUT; in _ux_host_class_hid_keyboard_activate()
374 status = _ux_host_class_hid_report_id_get(hid, &report_id); in _ux_host_class_hid_keyboard_activate()
381 … client_report.ux_host_class_hid_client_report = report_id.ux_host_class_hid_report_get_report; in _ux_host_class_hid_keyboard_activate()
Dux_host_class_hid_idle_set_run.c75 UINT _ux_host_class_hid_idle_set_run(UX_HOST_CLASS_HID *hid, USHORT idle_time, USHORT report_id) in _ux_host_class_hid_idle_set_run() argument
159 transfer_request -> ux_transfer_request_value = (UINT)((idle_time << 8) | report_id); in _ux_host_class_hid_idle_set_run()
220 UINT _uxe_host_class_hid_idle_set_run(UX_HOST_CLASS_HID *hid, USHORT idle_time, USHORT report_id) in _uxe_host_class_hid_idle_set_run() argument
228 return(_ux_host_class_hid_idle_set_run(hid, idle_time, report_id)); in _uxe_host_class_hid_idle_set_run()

123