Searched refs:device_read_length (Results 1 – 4 of 4) sorted by relevance
60 static ULONG device_read_length = UX_SLAVE_REQUEST_DATA_MAX_LENGTH; variable825 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 …]
60 static ULONG device_read_length = UX_SLAVE_REQUEST_DATA_MAX_LENGTH; variable898 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()
78 static ULONG device_read_length = UX_SLAVE_REQUEST_DATA_MAX_LENGTH; variable653 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()
60 static ULONG device_read_length = UX_SLAVE_REQUEST_DATA_MAX_LENGTH; variable