Home
last modified time | relevance | path

Searched refs:ux_host_class_storage_data_phase_length (Results 1 – 8 of 8) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_transport_run.c338 storage -> ux_host_class_storage_data_phase_length = 0; in _ux_host_class_storage_transport_trans_next()
434 storage -> ux_host_class_storage_data_phase_length += in _ux_host_class_storage_transport_trans_in_next()
438 if ((storage -> ux_host_class_storage_data_phase_length >= requested_length) || in _ux_host_class_storage_transport_trans_in_next()
456 requested_length -= storage -> ux_host_class_storage_data_phase_length; in _ux_host_class_storage_transport_trans_in_next()
467 storage -> ux_host_class_storage_data_phase_length; in _ux_host_class_storage_transport_trans_in_next()
483 storage -> ux_host_class_storage_data_phase_length += in _ux_host_class_storage_transport_trans_out_next()
487 if (storage -> ux_host_class_storage_data_phase_length >= requested_length) in _ux_host_class_storage_transport_trans_out_next()
503 requested_length -= storage -> ux_host_class_storage_data_phase_length; in _ux_host_class_storage_transport_trans_out_next()
514 storage -> ux_host_class_storage_data_phase_length; in _ux_host_class_storage_transport_trans_out_next()
Dux_host_class_storage_transport_cb.c98 storage -> ux_host_class_storage_data_phase_length = 0; in _ux_host_class_storage_transport_cb()
160 …storage -> ux_host_class_storage_data_phase_length += transfer_request -> ux_transfer_request_actu… in _ux_host_class_storage_transport_cb()
Dux_host_class_storage_transport_cbi.c100 storage -> ux_host_class_storage_data_phase_length = 0; in _ux_host_class_storage_transport_cbi()
162 …storage -> ux_host_class_storage_data_phase_length += transfer_request -> ux_transfer_request_actu… in _ux_host_class_storage_transport_cbi()
Dux_host_class_storage_transport_bo.c172 storage -> ux_host_class_storage_data_phase_length = 0; in _ux_host_class_storage_transport_bo()
368 …storage -> ux_host_class_storage_data_phase_length = _ux_utility_long_get(cbw + UX_HOST_CLASS_STO… in _ux_host_class_storage_transport_bo()
Dux_host_class_storage_media_read.c169 …if (storage -> ux_host_class_storage_data_phase_length != sector_count * storage -> ux_host_class_… in _ux_host_class_storage_media_read()
/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_storage_inquiry_test.c771 UX_TEST_ASSERT(storage -> ux_host_class_storage_data_phase_length < 64); in tx_demo_thread_host_simulation_entry()
772 …_SLAVE_CLASS_STORAGE_CSW_DATA_RESIDUE) == 64 - storage -> ux_host_class_storage_data_phase_length); in tx_demo_thread_host_simulation_entry()
Dusbx_storage_tests.c4564 …global_storage -> ux_host_class_storage_data_phase_length = ~(global_storage -> ux_host_class_stor… in uhcsmrt_action_func()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_storage.h491 ULONG ux_host_class_storage_data_phase_length; member