Searched refs:input_report_request (Results 1 – 9 of 9) sorted by relevance
| /USBX-v6.2.1/test/regression/ |
| D | usbx_hid_report_descriptor_multiple_reports_input_test.c | 280 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() 315 …input_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() 317 …input_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() 371 …input_report_request.ux_host_class_hid_client_report_length = input_report_descriptor -> ux_host_c… in tx_demo_thread_host_simulation_entry() [all …]
|
| D | usbx_hid_report_descriptor_extended_usages_test.c | 258 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() 293 …input_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() 295 …input_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()
|
| D | usbx_hid_report_descriptor_single_usage_multiple_data_test.c | 260 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() 289 …input_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() 291 …input_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()
|
| D | usbx_hid_report_descriptor_usages_min_max_test.c | 266 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() 295 …input_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() 297 …input_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()
|
| D | usbx_hid_report_descriptor_usages_single_test.c | 270 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() 299 …input_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() 301 …input_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()
|
| D | usbx_ux_host_class_hid_report_get_test.c | 330 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() 385 …input_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() 440 …input_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()
|
| D | usbx_hid_report_descriptor_multiple_fields_test.c | 277 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() 307 …input_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() 309 …input_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()
|
| D | usbx_hid_report_descriptor_decompress_array_test.c | 269 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() 304 …input_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() 306 …input_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()
|
| D | usbx_hid_report_multiple_reports_ids_test.c | 344 UX_HOST_CLASS_HID_CLIENT_REPORT input_report_request; in tx_demo_thread_host_simulation_entry() local
|