Home
last modified time | relevance | path

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

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_tasks_run.c564 case UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16: in _ux_device_class_storage_cmd_process()
567 UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16); in _ux_device_class_storage_cmd_process()
797 case UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16: in _ux_device_class_storage_data_next()
1097 case UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16: in _ux_device_class_storage_disk_wait()
1137 case UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16: in _ux_device_class_storage_disk_next()
1277 case UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16: in _ux_device_class_storage_disk_error()
Dux_device_class_storage_thread.c343 case UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16: in _ux_device_class_storage_thread()
346UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16); in _ux_device_class_storage_thread()
Dux_device_class_storage_write.c116 if (scsi_command == UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16) in _ux_device_class_storage_write()
/USBX-v6.2.1/test/regression/
Dusbx_ux_device_class_storage_write_test.c761 _test_init_cbw_WRITE(UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in tx_demo_thread_host_simulation_entry()
804 _test_init_cbw_WRITE(UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in tx_demo_thread_host_simulation_entry()
854 _test_init_cbw_WRITE(UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in tx_demo_thread_host_simulation_entry()
877 _test_init_cbw_WRITE_EX(0x00, 0, UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in tx_demo_thread_host_simulation_entry()
900 _test_init_cbw_WRITE_EX(0x80, 512, UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in tx_demo_thread_host_simulation_entry()
923 _test_init_cbw_WRITE_EX(0x00, 1024, UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in tx_demo_thread_host_simulation_entry()
Dusbx_standalone_device_storage_read_write_test.c1631 _test_init_cbw_WRITE(UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
1654 _test_init_cbw_WRITE(UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
1681 _test_init_cbw_WRITE(UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
1704 _test_init_cbw_WRITE_EX(0x00, 0, UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
1729 _test_init_cbw_WRITE_EX(0x80, 512, UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
1752 _test_init_cbw_WRITE_EX(0x00, 1024, UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
Dusbx_standalone_device_storage_basic_test.c1631 _test_init_cbw_WRITE(UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
1654 _test_init_cbw_WRITE(UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
1681 _test_init_cbw_WRITE(UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
1704 _test_init_cbw_WRITE_EX(0x00, 0, UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
1729 _test_init_cbw_WRITE_EX(0x80, 512, UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
1752 _test_init_cbw_WRITE_EX(0x00, 1024, UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
Dusbx_standalone_device_storage_error_cv_test.c1631 _test_init_cbw_WRITE(UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
1654 _test_init_cbw_WRITE(UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
1681 _test_init_cbw_WRITE(UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
1704 _test_init_cbw_WRITE_EX(0x00, 0, UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
1729 _test_init_cbw_WRITE_EX(0x80, 512, UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
1752 _test_init_cbw_WRITE_EX(0x00, 1024, UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16, 0, 1); in _msc_write_cases_test()
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_storage.h129 #define UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16 0x2a macro