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.c137 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_read_disk_information.c169 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_dvd_structure.c248 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_report_key.c165 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_report_key()
Dux_device_class_storage_csw_send.c151 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_csw_send()
Dux_device_class_storage_get_performance.c166 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_get_performance()
Dux_device_class_storage_read_toc.c202 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_read_toc()
Dux_device_class_storage_read_capacity.c157 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_read_capacity()
Dux_device_class_storage_tasks_run.c194 case UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START: in _ux_device_class_storage_task_usb()
327 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_cbw_receive()
785 … storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_data_next()
839 UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_data_next()
1207 UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_disk_read_next()
1262 UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_disk_write_next()
Dux_device_class_storage_request_sense.c157 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_request_sense()
Dux_device_class_storage_get_status_notification.c179 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_inquiry.c234 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_inquiry()
Dux_device_class_storage_get_configuration.c526 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START; in _ux_device_class_storage_get_configuration()
Dux_device_class_storage_mode_sense.c269 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.c181 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.h467 #define UX_DEVICE_CLASS_STORAGE_STATE_TRANS_START (UX_STATE_STEP + 3) macro