Home
last modified time | relevance | path

Searched refs:device_read_length (Results 1 – 4 of 4) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_standalone_cdc_acm_basic_test.c60 static ULONG device_read_length = UX_SLAVE_REQUEST_DATA_MAX_LENGTH; variable
825 if (device_read_length == new_length) in test_cdc_acm_device_read_length_set()
829 device_read_length = 64; in test_cdc_acm_device_read_length_set()
833 device_read_length = (new_length & 63u) ? ((new_length & ~63u) + 64) : new_length; in test_cdc_acm_device_read_length_set()
882 if (((test_length & 63) == 0) && actual_length != device_read_length) in test_cdc_acm_device_read_write_blocking()
1018 if (((test_length & 63) == 0) && actual_length != device_read_length) in test_cdc_acm_device_read_write()
1089 ULONG read_length = device_read_length; in ux_test_thread_slave_simulation_entry()
1105 if (read_length != device_read_length) in ux_test_thread_slave_simulation_entry()
1108 read_length = device_read_length; in ux_test_thread_slave_simulation_entry()
1135 device_buffer, device_read_length, &actual_length); in ux_test_thread_slave_simulation_entry()
[all …]
Dusbx_standalone_device_cdc_acm_basic_test.c60 static ULONG device_read_length = UX_SLAVE_REQUEST_DATA_MAX_LENGTH; variable
898 ULONG read_length = device_read_length; in ux_test_thread_slave_simulation_entry()
912 if (read_length != device_read_length) in ux_test_thread_slave_simulation_entry()
915 read_length = device_read_length; in ux_test_thread_slave_simulation_entry()
940 device_buffer, device_read_length, &actual_length); in ux_test_thread_slave_simulation_entry()
949 if ((actual_length < device_read_length) && in ux_test_thread_slave_simulation_entry()
Dusbx_class_printer_device_standalone_basic_tests.c78 static ULONG device_read_length = UX_SLAVE_REQUEST_DATA_MAX_LENGTH; variable
653 device_read_length = tests[i].length; in _printer_read_write_test()
743 ULONG read_length = device_read_length; in tx_test_thread_slave_simulation_entry()
Dusbx_standalone_device_cdc_acm_transmission_test.c60 static ULONG device_read_length = UX_SLAVE_REQUEST_DATA_MAX_LENGTH; variable