Home
last modified time | relevance | path

Searched refs:input_report_request (Results 1 – 9 of 9) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_hid_report_descriptor_multiple_reports_input_test.c280 UX_HOST_CLASS_HID_CLIENT_REPORT input_report_request; in tx_demo_thread_host_simulation_entry() local
313 input_report_request.ux_host_class_hid_client_report = input_report_descriptor; in tx_demo_thread_host_simulation_entry()
314 input_report_request.ux_host_class_hid_client_report_buffer = report_buffer_decompressed; in tx_demo_thread_host_simulation_entry()
315input_report_request.ux_host_class_hid_client_report_length = input_report_descriptor -> ux_host_c… in tx_demo_thread_host_simulation_entry()
316 input_report_request.ux_host_class_hid_client_report_actual_length = 0; in tx_demo_thread_host_simulation_entry()
317input_report_request.ux_host_class_hid_client_report_flags = UX_HOST_CLASS_HID_REPORT_DECOMPRESSED; in tx_demo_thread_host_simulation_entry()
324 …status = _ux_host_class_hid_report_decompress(hid, &input_report_request, report_buffer_compressed… in tx_demo_thread_host_simulation_entry()
369 input_report_request.ux_host_class_hid_client_report = input_report_descriptor; in tx_demo_thread_host_simulation_entry()
370 input_report_request.ux_host_class_hid_client_report_buffer = report_buffer_decompressed; in tx_demo_thread_host_simulation_entry()
371input_report_request.ux_host_class_hid_client_report_length = input_report_descriptor -> ux_host_c… in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_hid_report_descriptor_extended_usages_test.c258 UX_HOST_CLASS_HID_CLIENT_REPORT input_report_request; in tx_demo_thread_host_simulation_entry() local
291 input_report_request.ux_host_class_hid_client_report = input_report_descriptor; in tx_demo_thread_host_simulation_entry()
292 input_report_request.ux_host_class_hid_client_report_buffer = report_buffer_decompressed; in tx_demo_thread_host_simulation_entry()
293input_report_request.ux_host_class_hid_client_report_length = input_report_descriptor -> ux_host_c… in tx_demo_thread_host_simulation_entry()
294 input_report_request.ux_host_class_hid_client_report_actual_length = 0; in tx_demo_thread_host_simulation_entry()
295input_report_request.ux_host_class_hid_client_report_flags = UX_HOST_CLASS_HID_REPORT_DECOMPRESSED; in tx_demo_thread_host_simulation_entry()
298 …status = _ux_host_class_hid_report_decompress(hid, &input_report_request, report_buffer_compressed… in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_single_usage_multiple_data_test.c260 UX_HOST_CLASS_HID_CLIENT_REPORT input_report_request; in tx_demo_thread_host_simulation_entry() local
287 input_report_request.ux_host_class_hid_client_report = input_report_descriptor; in tx_demo_thread_host_simulation_entry()
288 input_report_request.ux_host_class_hid_client_report_buffer = decompressed_output_report_buffer; in tx_demo_thread_host_simulation_entry()
289input_report_request.ux_host_class_hid_client_report_length = input_report_descriptor -> ux_host_c… in tx_demo_thread_host_simulation_entry()
290 input_report_request.ux_host_class_hid_client_report_actual_length = 0; in tx_demo_thread_host_simulation_entry()
291input_report_request.ux_host_class_hid_client_report_flags = UX_HOST_CLASS_HID_REPORT_DECOMPRESSED; in tx_demo_thread_host_simulation_entry()
294 …status = _ux_host_class_hid_report_decompress(hid, &input_report_request, raw_output_report_buffer… in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_usages_min_max_test.c266 UX_HOST_CLASS_HID_CLIENT_REPORT input_report_request; in tx_demo_thread_host_simulation_entry() local
293 input_report_request.ux_host_class_hid_client_report = input_report_descriptor; in tx_demo_thread_host_simulation_entry()
294 input_report_request.ux_host_class_hid_client_report_buffer = decompressed_output_report_buffer; in tx_demo_thread_host_simulation_entry()
295input_report_request.ux_host_class_hid_client_report_length = input_report_descriptor -> ux_host_c… in tx_demo_thread_host_simulation_entry()
296 input_report_request.ux_host_class_hid_client_report_actual_length = 0; in tx_demo_thread_host_simulation_entry()
297input_report_request.ux_host_class_hid_client_report_flags = UX_HOST_CLASS_HID_REPORT_DECOMPRESSED; in tx_demo_thread_host_simulation_entry()
303 …status = _ux_host_class_hid_report_decompress(hid, &input_report_request, raw_output_report_buffer… in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_usages_single_test.c270 UX_HOST_CLASS_HID_CLIENT_REPORT input_report_request; in tx_demo_thread_host_simulation_entry() local
297 input_report_request.ux_host_class_hid_client_report = input_report_descriptor; in tx_demo_thread_host_simulation_entry()
298 input_report_request.ux_host_class_hid_client_report_buffer = decompressed_output_report_buffer; in tx_demo_thread_host_simulation_entry()
299input_report_request.ux_host_class_hid_client_report_length = input_report_descriptor -> ux_host_c… in tx_demo_thread_host_simulation_entry()
300 input_report_request.ux_host_class_hid_client_report_actual_length = 0; in tx_demo_thread_host_simulation_entry()
301input_report_request.ux_host_class_hid_client_report_flags = UX_HOST_CLASS_HID_REPORT_DECOMPRESSED; in tx_demo_thread_host_simulation_entry()
304 …status = _ux_host_class_hid_report_decompress(hid, &input_report_request, raw_output_report_buffer… in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_hid_report_get_test.c330 UX_HOST_CLASS_HID_CLIENT_REPORT input_report_request; in tx_demo_thread_host_simulation_entry() local
383 input_report_request.ux_host_class_hid_client_report = input_report_descriptor; in tx_demo_thread_host_simulation_entry()
384 input_report_request.ux_host_class_hid_client_report_buffer = input_report_buffer_long; in tx_demo_thread_host_simulation_entry()
385input_report_request.ux_host_class_hid_client_report_length = input_report_descriptor -> ux_host_c… in tx_demo_thread_host_simulation_entry()
389 input_report_request.ux_host_class_hid_client_report_flags = UX_HOST_CLASS_HID_REPORT_RAW; in tx_demo_thread_host_simulation_entry()
396 input_report_request.ux_host_class_hid_client_report_actual_length = 0; in tx_demo_thread_host_simulation_entry()
399 status = ux_host_class_hid_report_get(hid, &input_report_request); in tx_demo_thread_host_simulation_entry()
440input_report_request.ux_host_class_hid_client_report_flags = UX_HOST_CLASS_HID_REPORT_DECOMPRESSED; in tx_demo_thread_host_simulation_entry()
447 input_report_request.ux_host_class_hid_client_report_actual_length = 0; in tx_demo_thread_host_simulation_entry()
450 status = ux_host_class_hid_report_get(hid, &input_report_request); in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_multiple_fields_test.c277 UX_HOST_CLASS_HID_CLIENT_REPORT input_report_request; in tx_demo_thread_host_simulation_entry() local
305 input_report_request.ux_host_class_hid_client_report = input_report_descriptor; in tx_demo_thread_host_simulation_entry()
306 input_report_request.ux_host_class_hid_client_report_buffer = decompressed_output_report_buffer; in tx_demo_thread_host_simulation_entry()
307input_report_request.ux_host_class_hid_client_report_length = input_report_descriptor -> ux_host_c… in tx_demo_thread_host_simulation_entry()
308 input_report_request.ux_host_class_hid_client_report_actual_length = 0; in tx_demo_thread_host_simulation_entry()
309input_report_request.ux_host_class_hid_client_report_flags = UX_HOST_CLASS_HID_REPORT_DECOMPRESSED; in tx_demo_thread_host_simulation_entry()
327 …status = _ux_host_class_hid_report_decompress(hid, &input_report_request, raw_output_report_buffer… in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_descriptor_decompress_array_test.c269 UX_HOST_CLASS_HID_CLIENT_REPORT input_report_request; in tx_demo_thread_host_simulation_entry() local
302 input_report_request.ux_host_class_hid_client_report = input_report_descriptor; in tx_demo_thread_host_simulation_entry()
303 input_report_request.ux_host_class_hid_client_report_buffer = report_buffer_decompressed; in tx_demo_thread_host_simulation_entry()
304input_report_request.ux_host_class_hid_client_report_length = input_report_descriptor -> ux_host_c… in tx_demo_thread_host_simulation_entry()
305 input_report_request.ux_host_class_hid_client_report_actual_length = 0; in tx_demo_thread_host_simulation_entry()
306input_report_request.ux_host_class_hid_client_report_flags = UX_HOST_CLASS_HID_REPORT_DECOMPRESSED; in tx_demo_thread_host_simulation_entry()
317 …status = _ux_host_class_hid_report_decompress(hid, &input_report_request, report_buffer_compressed… in tx_demo_thread_host_simulation_entry()
Dusbx_hid_report_multiple_reports_ids_test.c344 UX_HOST_CLASS_HID_CLIENT_REPORT input_report_request; in tx_demo_thread_host_simulation_entry() local