Searched refs:read_size (Results 1 – 3 of 3) sorted by relevance
78 ULONG offset, UINT read_size) in _ux_utility_pci_read() argument93 switch(read_size) in _ux_utility_pci_read()
2565 ULONG read_size = 64; in tx_test_thread_slave_simulation_entry() local2612 status = ux_device_class_cdc_acm_read(cdc_acm_slave, buffer, read_size, &actual_length); in tx_test_thread_slave_simulation_entry()2621 if (read_size <= 64) in tx_test_thread_slave_simulation_entry()2622 read_size = UX_SLAVE_REQUEST_DATA_MAX_LENGTH; in tx_test_thread_slave_simulation_entry()2665 read_size = 64; /* Next read is 64 */ in tx_test_thread_slave_simulation_entry()
96 ULONG offset, UINT read_size);