Home
last modified time | relevance | path

Searched refs:ux_host_class_storage_csw (Results 1 – 25 of 35) sorted by relevance

12

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_transport_bo.c265 …request -> ux_transfer_request_data_pointer = (UCHAR *) &storage -> ux_host_class_storage_csw; in _ux_host_class_storage_transport_bo()
306 …if (storage -> ux_host_class_storage_csw[UX_HOST_CLASS_STORAGE_CSW_STATUS] == UX_HOST_CLASS_STORAG… in _ux_host_class_storage_transport_bo()
307 …storage -> ux_host_class_storage_csw[UX_HOST_CLASS_STORAGE_CSW_STATUS] == UX_HOST_CLASS_STORAGE_CS… in _ux_host_class_storage_transport_bo()
315 …if (storage -> ux_host_class_storage_csw[UX_HOST_CLASS_STORAGE_CSW_STATUS] == UX_HOST_CLASS_STORAG… in _ux_host_class_storage_transport_bo()
316 …_ux_utility_long_get(storage -> ux_host_class_storage_csw + UX_HOST_CLASS_STORAGE_CSW_DATA_RESIDUE… in _ux_host_class_storage_transport_bo()
369 …_ux_utility_long_get(storage -> ux_host_class_storage_csw + UX_HOST_CLASS_STORAGE_CSW_DATA_RESIDUE… in _ux_host_class_storage_transport_bo()
Dux_host_class_storage_transport.c113 csw_status = storage -> ux_host_class_storage_csw[UX_HOST_CLASS_STORAGE_CSW_STATUS]; in _ux_host_class_storage_transport()
Dux_host_class_storage_transport_run.c234 trans -> ux_transfer_request_data_pointer = storage -> ux_host_class_storage_csw; in _ux_host_class_storage_transport_csw()
526 csw_status = storage -> ux_host_class_storage_csw[UX_HOST_CLASS_STORAGE_CSW_STATUS]; in _ux_host_class_storage_transport_status()
/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_storage_inquiry_test.c595 …request -> ux_transfer_request_data_pointer = (UCHAR *) &storage -> ux_host_class_storage_csw; in _test_wait_csw()
772 …UX_TEST_ASSERT(_ux_utility_long_get(storage -> ux_host_class_storage_csw + UX_SLAVE_CLASS_STORAGE_… in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_storage_start_stop_test.c321 UCHAR *csw = (UCHAR *)storage -> ux_host_class_storage_csw; in csw_start_stop()
406 UCHAR *csw = (UCHAR *)storage -> ux_host_class_storage_csw; in csw_request_sense()
Dusbx_ux_device_class_storage_entry_test.c489 …request -> ux_transfer_request_data_pointer = (UCHAR *) &storage -> ux_host_class_storage_csw; in _test_wait_csw()
Dusbx_ux_host_class_storage_media_read_test.c294 UCHAR *csw = (UCHAR *)storage -> ux_host_class_storage_csw; in getting_csw()
Dusbx_ux_device_class_storage_verify_test.c527 …request -> ux_transfer_request_data_pointer = (UCHAR *) &storage -> ux_host_class_storage_csw; in _test_wait_csw()
Dusbx_ux_device_class_storage_prevent_allow_media_removal_test.c527 …request -> ux_transfer_request_data_pointer = (UCHAR *) &storage -> ux_host_class_storage_csw; in _test_wait_csw()
Dusbx_ux_device_class_storage_test_ready_test.c519 …request -> ux_transfer_request_data_pointer = (UCHAR *) &storage -> ux_host_class_storage_csw; in _test_wait_csw()
Dusbx_ux_device_class_storage_uninitialize_test.c527 …request -> ux_transfer_request_data_pointer = (UCHAR *) &storage -> ux_host_class_storage_csw; in _test_wait_csw()
Dusbx_ux_device_class_storage_format_test.c526 …request -> ux_transfer_request_data_pointer = (UCHAR *) &storage -> ux_host_class_storage_csw; in _test_wait_csw()
Dusbx_ux_device_class_storage_request_sense_test.c527 …request -> ux_transfer_request_data_pointer = (UCHAR *) &storage -> ux_host_class_storage_csw; in _test_wait_csw()
Dusbx_ux_device_class_storage_start_stop_test.c527 …request -> ux_transfer_request_data_pointer = (UCHAR *) &storage -> ux_host_class_storage_csw; in _test_wait_csw()
Dusbx_ux_host_class_storage_media_write_test.c298 UCHAR *csw = (UCHAR *)storage -> ux_host_class_storage_csw; in getting_csw()
Dusbx_ux_device_class_storage_mode_select_test.c526 …request -> ux_transfer_request_data_pointer = (UCHAR *) &storage -> ux_host_class_storage_csw; in _test_wait_csw()
Dusbx_storage_direct_calls_test.c1015 ux_utility_memory_copy(global_storage -> ux_host_class_storage_csw, "IS_CSW", 6); in tx_demo_thread_host_simulation_entry()
1083 ux_utility_memory_copy(global_storage -> ux_host_class_storage_csw, "IS_CSW", 6); in tx_demo_thread_host_simulation_entry()
Dusbx_ux_host_class_storage_driver_entry_test.c298 UCHAR *csw = (UCHAR *)storage -> ux_host_class_storage_csw; in getting_csw()
Dusbx_ux_device_class_storage_control_request_test.c489 …request -> ux_transfer_request_data_pointer = (UCHAR *) &storage -> ux_host_class_storage_csw; in _test_wait_csw()
Dusbx_ux_device_class_storage_invalid_lun_test.c576 …request -> ux_transfer_request_data_pointer = (UCHAR *) &storage -> ux_host_class_storage_csw; in _test_wait_csw()
Dusbx_ux_host_class_storage_entry_test.c299 UCHAR *csw = (UCHAR *)storage -> ux_host_class_storage_csw; in getting_csw()
Dusbx_ux_host_class_storage_media_recovery_sense_get_test.c350 UCHAR *csw = (UCHAR *)storage -> ux_host_class_storage_csw; in getting_csw()
Dusbx_ux_device_class_storage_synchronize_cache_test.c569 …request -> ux_transfer_request_data_pointer = (UCHAR *) &storage -> ux_host_class_storage_csw; in _test_wait_csw()
Dusbx_ux_device_class_storage_initialize_test.c568 …request -> ux_transfer_request_data_pointer = (UCHAR *) &storage -> ux_host_class_storage_csw; in _test_wait_csw()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_storage.h479 UCHAR ux_host_class_storage_csw[UX_HOST_CLASS_STORAGE_CSW_LENGTH_ALIGNED]; member

12