Home
last modified time | relevance | path

Searched refs:ux_device_class_storage_state (Results 1 – 19 of 19) sorted by relevance

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_tasks_run.c168 storage -> ux_device_class_storage_state = UX_STATE_RESET; in _ux_device_class_storage_task_usb()
173 state = storage -> ux_device_class_storage_state; in _ux_device_class_storage_task_usb()
188 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_RESET_WAIT; in _ux_device_class_storage_task_usb()
206 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_IDLE; in _ux_device_class_storage_task_usb()
261 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_TRANS_NEXT; in _ux_device_class_storage_task_usb()
283 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_RESET; 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()
371 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_RESET; in _ux_device_class_storage_cbw_process()
712 storage -> ux_device_class_storage_state = UX_STATE_RESET; in _ux_device_class_storage_reset_wait()
718 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_RESET; in _ux_device_class_storage_reset_wait()
[all …]
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_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_activate.c153 storage -> ux_device_class_storage_state = UX_STATE_RESET; in _ux_device_class_storage_activate()
Dux_device_class_storage_synchronize_cache.c154 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_DISK_WAIT; in _ux_device_class_storage_synchronize_cache()
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()
Dux_device_class_storage_read.c157 storage -> ux_device_class_storage_state = UX_DEVICE_CLASS_STORAGE_STATE_DISK_WAIT; in _ux_device_class_storage_read()
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_storage.h556 UCHAR ux_device_class_storage_state; member