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/ |
| D | ux_device_class_storage_tasks_run.c | 564 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()
|
| D | ux_device_class_storage_thread.c | 343 case UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16: in _ux_device_class_storage_thread() 346 … UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16); in _ux_device_class_storage_thread()
|
| D | ux_device_class_storage_write.c | 116 if (scsi_command == UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16) in _ux_device_class_storage_write()
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_device_class_storage_write_test.c | 761 _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()
|
| D | usbx_standalone_device_storage_read_write_test.c | 1631 _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()
|
| D | usbx_standalone_device_storage_basic_test.c | 1631 _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()
|
| D | usbx_standalone_device_storage_error_cv_test.c | 1631 _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/ |
| D | ux_device_class_storage.h | 129 #define UX_SLAVE_CLASS_STORAGE_SCSI_WRITE16 0x2a macro
|