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_synchronize_cache.c104 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_synchronize_cache()
168 … _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_start_stop.c90 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_start_stop()
Dux_device_class_storage_verify.c90 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.c91 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_test_ready.c109 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.c157 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_disk_information.c187 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_dvd_structure.c299 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_report_key.c181 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.c182 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_get_performance()
Dux_device_class_storage_read_toc.c217 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_read_toc()
Dux_device_class_storage_read_capacity.c177 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_read_capacity()
Dux_device_class_storage_control_request.c170 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_control_request()
Dux_device_class_storage_get_status_notification.c190 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_inquiry.c150 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_inquiry()
Dux_device_class_storage_get_configuration.c398 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_get_configuration()
Dux_device_class_storage_mode_sense.c284 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.c295 storage -> ux_slave_class_storage_csw_status = UX_SLAVE_CLASS_STORAGE_CSW_PASSED; in _ux_device_class_storage_write()
Dux_device_class_storage_read.c308 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.c376 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.h342 #define UX_SLAVE_CLASS_STORAGE_CSW_PASSED 0 macro