Home
last modified time | relevance | path

Searched refs:UX_SLAVE_CLASS_STORAGE_CSW_PASSED (Results 1 – 21 of 21) sorted by relevance

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_verify.c91 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_verify()
Dux_device_class_storage_prevent_allow_media_removal.c92 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_prevent_allow_media_removal()
Dux_device_class_storage_start_stop.c91 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_start_stop()
Dux_device_class_storage_synchronize_cache.c105 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_synchronize_cache()
169 … _ux_device_class_storage_csw_send(storage, lun, endpoint_in, UX_SLAVE_CLASS_STORAGE_CSW_PASSED); in _ux_device_class_storage_synchronize_cache()
Dux_device_class_storage_test_ready.c110 UX_SLAVE_CLASS_STORAGE_CSW_PASSED : UX_SLAVE_CLASS_STORAGE_CSW_FAILED; in _ux_device_class_storage_test_ready()
Dux_device_class_storage_read_format_capacity.c150 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_read_format_capacity()
Dux_device_class_storage_read_dvd_structure.c300 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_read_dvd_structure()
Dux_device_class_storage_read_disk_information.c180 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_read_disk_information()
Dux_device_class_storage_read_toc.c210 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_read_toc()
Dux_device_class_storage_report_key.c174 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_report_key()
Dux_device_class_storage_get_performance.c175 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_get_performance()
Dux_device_class_storage_control_request.c171 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_control_request()
Dux_device_class_storage_read_capacity.c170 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_read_capacity()
Dux_device_class_storage_get_status_notification.c191 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_get_status_notification()
Dux_device_class_storage_get_configuration.c388 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_get_configuration()
Dux_device_class_storage_inquiry.c143 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_inquiry()
Dux_device_class_storage_mode_sense.c277 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_mode_sense()
Dux_device_class_storage_write.c296 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_write()
Dux_device_class_storage_read.c309 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_read()
Dux_device_class_storage_tasks_run.c377 if (storage -> ux_slave_class_storage_csw_status == UX_SLAVE_CLASS_STORAGE_CSW_PASSED) in _ux_device_class_storage_cbw_process()
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_storage.h328 #define UX_SLAVE_CLASS_STORAGE_CSW_PASSED 0 macro