Home
last modified time | relevance | path

Searched refs:ux_host_class_storage_cbw (Results 1 – 25 of 48) sorted by relevance

12

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_request_sense.c100 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _ux_host_class_storage_request_sense()
118 …ory_copy(storage -> ux_host_class_storage_saved_cbw, storage -> ux_host_class_storage_cbw, UX_HOST… in _ux_host_class_storage_request_sense()
171 …_ux_utility_memory_copy(storage -> ux_host_class_storage_cbw, storage -> ux_host_class_storage_sav… in _ux_host_class_storage_request_sense()
Dux_host_class_storage_transport_run.c217 trans -> ux_transfer_request_data_pointer = storage -> ux_host_class_storage_cbw; in _ux_host_class_storage_transport_cbw()
244 UCHAR *cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _ux_host_class_storage_transport_trans_exit()
258 _ux_utility_memory_copy(storage -> ux_host_class_storage_cbw, in _ux_host_class_storage_transport_trans_exit()
311 UCHAR *cbw = storage -> ux_host_class_storage_cbw; in _ux_host_class_storage_transport_trans_next()
422 UCHAR *cbw = storage -> ux_host_class_storage_cbw; in _ux_host_class_storage_transport_trans_in_next()
472 UCHAR *cbw = storage -> ux_host_class_storage_cbw; in _ux_host_class_storage_transport_trans_out_next()
519 UCHAR *cbw = storage -> ux_host_class_storage_cbw; in _ux_host_class_storage_transport_status()
Dux_host_class_storage_cbw_initialize.c89 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _ux_host_class_storage_cbw_initialize()
Dux_host_class_storage_unit_ready_test.c88 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _ux_host_class_storage_unit_ready_test()
Dux_host_class_storage_start_stop.c86 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _ux_host_class_storage_start_stop()
Dux_host_class_storage_media_format_capacity_get.c91 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _ux_host_class_storage_media_format_capacity_get()
Dux_host_class_storage_media_recovery_sense_get.c86 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _ux_host_class_storage_media_recovery_sense_get()
Dux_host_class_storage_media_characteristics_get.c89 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _ux_host_class_storage_media_characteristics_get()
Dux_host_class_storage_media_protection_check.c88 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _ux_host_class_storage_media_protection_check()
Dux_host_class_storage_media_capacity_get.c133 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _ux_host_class_storage_media_capacity_get()
/USBX-v6.2.1/test/regression/
Dusbx_storage_direct_calls_test.c754 …global_storage -> ux_host_class_storage_cbw[UX_HOST_CLASS_STORAGE_CBW_FLAGS] = UX_HOST_CLASS_STORA… in tx_demo_thread_host_simulation_entry()
757 …ux_utility_memory_copy(global_storage -> ux_host_class_storage_cbw + UX_HOST_CLASS_STORAGE_CBW_CB,… in tx_demo_thread_host_simulation_entry()
810 …global_storage -> ux_host_class_storage_cbw[UX_HOST_CLASS_STORAGE_CBW_FLAGS] = UX_HOST_CLASS_STORA… in tx_demo_thread_host_simulation_entry()
813 …ux_utility_memory_copy(global_storage -> ux_host_class_storage_cbw + UX_HOST_CLASS_STORAGE_CBW_CB,… in tx_demo_thread_host_simulation_entry()
863 …global_storage -> ux_host_class_storage_cbw[UX_HOST_CLASS_STORAGE_CBW_FLAGS] = UX_HOST_CLASS_STORA… in tx_demo_thread_host_simulation_entry()
866 …ux_utility_memory_copy(global_storage -> ux_host_class_storage_cbw + UX_HOST_CLASS_STORAGE_CBW_CB,… in tx_demo_thread_host_simulation_entry()
916 ux_utility_memory_copy(global_storage -> ux_host_class_storage_cbw, "IS_CBW", 6); in tx_demo_thread_host_simulation_entry()
957 ux_utility_memory_copy(global_storage -> ux_host_class_storage_cbw, "IS_CBW", 6); in tx_demo_thread_host_simulation_entry()
960 …global_storage -> ux_host_class_storage_cbw[UX_HOST_CLASS_STORAGE_CBW_FLAGS] = UX_HOST_CLASS_STORA… in tx_demo_thread_host_simulation_entry()
965 …_ux_utility_long_put(global_storage -> ux_host_class_storage_cbw + UX_HOST_CLASS_STORAGE_CBW_DATA_… in tx_demo_thread_host_simulation_entry()
[all …]
Dusbx_ux_device_class_storage_invalid_lun_test.c440 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_host_class_storage_inquiry()
477 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_init_cbw_MODE_SENSE()
502 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_send_cbw()
625 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_request_sense()
627 …ory_copy(storage -> ux_host_class_storage_saved_cbw, storage -> ux_host_class_storage_cbw, UX_HOST… in _test_request_sense()
653 …_ux_utility_memory_copy(storage -> ux_host_class_storage_cbw, storage -> ux_host_class_storage_sav… in _test_request_sense()
Dusbx_ux_device_class_storage_verify_test.c438 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_init_cbw_VERIFY()
453 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_send_cbw()
576 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_request_sense()
578 …ory_copy(storage -> ux_host_class_storage_saved_cbw, storage -> ux_host_class_storage_cbw, UX_HOST… in _test_request_sense()
604 …_ux_utility_memory_copy(storage -> ux_host_class_storage_cbw, storage -> ux_host_class_storage_sav… in _test_request_sense()
Dusbx_ux_device_class_storage_prevent_allow_media_removal_test.c438 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_init_cbw_PREVENT_ALLOW_MEDIA_REMOVAL()
453 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_send_cbw()
576 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_request_sense()
578 …ory_copy(storage -> ux_host_class_storage_saved_cbw, storage -> ux_host_class_storage_cbw, UX_HOST… in _test_request_sense()
604 …_ux_utility_memory_copy(storage -> ux_host_class_storage_cbw, storage -> ux_host_class_storage_sav… in _test_request_sense()
Dusbx_ux_device_class_storage_test_ready_test.c430 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_init_cbw_TEST_READY()
445 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_send_cbw()
568 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_request_sense()
570 …ory_copy(storage -> ux_host_class_storage_saved_cbw, storage -> ux_host_class_storage_cbw, UX_HOST… in _test_request_sense()
596 …_ux_utility_memory_copy(storage -> ux_host_class_storage_cbw, storage -> ux_host_class_storage_sav… in _test_request_sense()
Dusbx_ux_device_class_storage_uninitialize_test.c438 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_init_cbw_VERIFY()
453 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_send_cbw()
576 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_request_sense()
578 …ory_copy(storage -> ux_host_class_storage_saved_cbw, storage -> ux_host_class_storage_cbw, UX_HOST… in _test_request_sense()
604 …_ux_utility_memory_copy(storage -> ux_host_class_storage_cbw, storage -> ux_host_class_storage_sav… in _test_request_sense()
Dusbx_ux_device_class_storage_format_test.c437 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_init_cbw_FORMAT_UNIT()
452 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_send_cbw()
575 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_request_sense()
577 …ory_copy(storage -> ux_host_class_storage_saved_cbw, storage -> ux_host_class_storage_cbw, UX_HOST… in _test_request_sense()
603 …_ux_utility_memory_copy(storage -> ux_host_class_storage_cbw, storage -> ux_host_class_storage_sav… in _test_request_sense()
Dusbx_ux_device_class_storage_request_sense_test.c438 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_init_cbw_REQUEST_SENSE()
453 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_send_cbw()
576 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_request_sense()
578 …ory_copy(storage -> ux_host_class_storage_saved_cbw, storage -> ux_host_class_storage_cbw, UX_HOST… in _test_request_sense()
604 …_ux_utility_memory_copy(storage -> ux_host_class_storage_cbw, storage -> ux_host_class_storage_sav… in _test_request_sense()
Dusbx_ux_device_class_storage_start_stop_test.c438 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_init_cbw_START_STOP()
453 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_send_cbw()
576 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_request_sense()
578 …ory_copy(storage -> ux_host_class_storage_saved_cbw, storage -> ux_host_class_storage_cbw, UX_HOST… in _test_request_sense()
604 …_ux_utility_memory_copy(storage -> ux_host_class_storage_cbw, storage -> ux_host_class_storage_sav… in _test_request_sense()
Dusbx_ux_device_class_storage_synchronize_cache_test.c444 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in test_host_class_storage_inquiry()
477 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_init_cbw_SYNCHRONIZE_CACHE()
495 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_send_cbw()
618 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_request_sense()
620 …ory_copy(storage -> ux_host_class_storage_saved_cbw, storage -> ux_host_class_storage_cbw, UX_HOST… in _test_request_sense()
646 …_ux_utility_memory_copy(storage -> ux_host_class_storage_cbw, storage -> ux_host_class_storage_sav… in _test_request_sense()
Dusbx_ux_device_class_storage_initialize_test.c438 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in test_host_class_storage_inquiry()
469 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_init_cbw_MODE_SENSE()
494 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_send_cbw()
617 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_request_sense()
619 …ory_copy(storage -> ux_host_class_storage_saved_cbw, storage -> ux_host_class_storage_cbw, UX_HOST… in _test_request_sense()
645 …_ux_utility_memory_copy(storage -> ux_host_class_storage_cbw, storage -> ux_host_class_storage_sav… in _test_request_sense()
Dusbx_ux_device_class_storage_inquiry_test.c459 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_host_class_storage_inquiry()
496 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_init_cbw_MODE_SENSE()
521 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_send_cbw()
644 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_request_sense()
646 …ory_copy(storage -> ux_host_class_storage_saved_cbw, storage -> ux_host_class_storage_cbw, UX_HOST… in _test_request_sense()
672 …_ux_utility_memory_copy(storage -> ux_host_class_storage_cbw, storage -> ux_host_class_storage_sav… in _test_request_sense()
Dusbx_ux_device_class_storage_mode_select_test.c437 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_init_cbw_MODE_SELECT()
452 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_send_cbw()
575 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_request_sense()
577 …ory_copy(storage -> ux_host_class_storage_saved_cbw, storage -> ux_host_class_storage_cbw, UX_HOST… in _test_request_sense()
603 …_ux_utility_memory_copy(storage -> ux_host_class_storage_cbw, storage -> ux_host_class_storage_sav… in _test_request_sense()
Dusbx_ux_device_class_storage_write_test.c460 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in test_host_class_storage_inquiry()
525 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_init_cbw_WRITE_EX()
556 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_send_cbw()
679 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_request_sense()
681 …ory_copy(storage -> ux_host_class_storage_saved_cbw, storage -> ux_host_class_storage_cbw, UX_HOST… in _test_request_sense()
707 …_ux_utility_memory_copy(storage -> ux_host_class_storage_cbw, storage -> ux_host_class_storage_sav… in _test_request_sense()
Dusbx_ux_device_class_storage_read_test.c460 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in test_host_class_storage_inquiry()
525 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_init_cbw_READ_EX()
556 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_send_cbw()
679 cbw = (UCHAR *) storage -> ux_host_class_storage_cbw; in _test_request_sense()
681 …ory_copy(storage -> ux_host_class_storage_saved_cbw, storage -> ux_host_class_storage_cbw, UX_HOST… in _test_request_sense()
707 …_ux_utility_memory_copy(storage -> ux_host_class_storage_cbw, storage -> ux_host_class_storage_sav… in _test_request_sense()

12