Home
last modified time | relevance | path

Searched refs:UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START (Results 1 – 16 of 16) sorted by relevance

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_read_format_capacity.c130 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_read_format_capacity()
Dux_device_class_storage_csw_send.c144 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_csw_send()
Dux_device_class_storage_read_dvd_structure.c249 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_read_dvd_structure()
Dux_device_class_storage_read_disk_information.c162 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_read_disk_information()
Dux_device_class_storage_read_toc.c195 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_read_toc()
Dux_device_class_storage_report_key.c158 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_report_key()
Dux_device_class_storage_get_performance.c159 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_get_performance()
Dux_device_class_storage_request_sense.c150 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_request_sense()
Dux_device_class_storage_read_capacity.c150 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_read_capacity()
Dux_device_class_storage_get_status_notification.c180 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_get_status_notification()
Dux_device_class_storage_tasks_run.c195 case UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START: in _ux_device_class_storage_task_usb()
328 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_cbw_receive()
786 … storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_data_next()
840 UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_data_next()
1208 UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_disk_read_next()
1263 UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_disk_write_next()
Dux_device_class_storage_get_configuration.c516 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_get_configuration()
Dux_device_class_storage_inquiry.c227 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_inquiry()
Dux_device_class_storage_mode_sense.c262 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_mode_sense()
Dux_device_class_storage_write.c182 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_write()
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_storage.h453 #define UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START (UX_STATE_STEP + 3) macro