/USBX-v6.2.1/common/usbx_device_classes/src/ |
D | ux_device_class_storage_tasks_run.c | 37 static inline UINT _ux_device_class_storage_task_usb(UX_SLAVE_CLASS_STORAGE *storage); 39 static inline UINT _ux_device_class_storage_reset_wait(UX_SLAVE_CLASS_STORAGE *storage); 40 static inline VOID _ux_device_class_storage_cbw_receive(UX_SLAVE_CLASS_STORAGE *storage); 41 static inline VOID _ux_device_class_storage_cbw_process(UX_SLAVE_CLASS_STORAGE *storage); 42 static inline VOID _ux_device_class_storage_cmd_process(UX_SLAVE_CLASS_STORAGE *storage, UCHAR *cbw… 43 static inline VOID _ux_device_class_storage_data_cases_check(UX_SLAVE_CLASS_STORAGE *storage); 44 static inline VOID _ux_device_class_storage_trans_start(UX_SLAVE_CLASS_STORAGE *storage); 45 static inline UINT _ux_device_class_storage_trans_wait(UX_SLAVE_CLASS_STORAGE *storage); 46 static inline VOID _ux_device_class_storage_trans_error(UX_SLAVE_CLASS_STORAGE *storage); 47 static inline UINT _ux_device_class_storage_data_next(UX_SLAVE_CLASS_STORAGE *storage); [all …]
|
D | ux_device_class_storage_uninitialize.c | 83 UX_SLAVE_CLASS_STORAGE *storage; in _ux_device_class_storage_uninitialize() 90 storage = (UX_SLAVE_CLASS_STORAGE *) class_ptr -> ux_slave_class_instance; in _ux_device_class_storage_uninitialize()
|
D | ux_device_class_storage_deactivate.c | 82 UX_SLAVE_CLASS_STORAGE *storage; in _ux_device_class_storage_deactivate() 91 storage = (UX_SLAVE_CLASS_STORAGE *)class_ptr -> ux_slave_class_instance; in _ux_device_class_storage_deactivate()
|
D | ux_device_class_storage_verify.c | 77 UINT _ux_device_class_storage_verify(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_verify()
|
D | ux_device_class_storage_prevent_allow_media_removal.c | 78 UINT _ux_device_class_storage_prevent_allow_media_removal(UX_SLAVE_CLASS_STORAGE *storage, ULONG l… in _ux_device_class_storage_prevent_allow_media_removal()
|
D | ux_device_class_storage_start_stop.c | 77 UINT _ux_device_class_storage_start_stop(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_start_stop()
|
D | ux_device_class_storage_activate.c | 85 UX_SLAVE_CLASS_STORAGE *storage; in _ux_device_class_storage_activate() 95 storage = (UX_SLAVE_CLASS_STORAGE *)class_ptr -> ux_slave_class_instance; in _ux_device_class_storage_activate()
|
D | ux_device_class_storage_control_request.c | 94 UX_SLAVE_CLASS_STORAGE *storage; in _ux_device_class_storage_control_request() 121 storage = (UX_SLAVE_CLASS_STORAGE *) class_ptr -> ux_slave_class_instance; in _ux_device_class_storage_control_request()
|
D | ux_device_class_storage_format.c | 81 UINT _ux_device_class_storage_format(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_ENDPOINT… in _ux_device_class_storage_format()
|
D | ux_device_class_storage_mode_select.c | 84 UINT _ux_device_class_storage_mode_select(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_mode_select()
|
D | ux_device_class_storage_test_ready.c | 86 UINT _ux_device_class_storage_test_ready(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_ENDP… in _ux_device_class_storage_test_ready()
|
D | ux_device_class_storage_read_format_capacity.c | 89 UINT _ux_device_class_storage_read_format_capacity(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_read_format_capacity()
|
D | ux_device_class_storage_initialize.c | 91 UX_SLAVE_CLASS_STORAGE *storage; in _ux_device_class_storage_initialize() 109 …age = _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_MEMORY, sizeof(UX_SLAVE_CLASS_STORAGE)); in _ux_device_class_storage_initialize()
|
D | ux_device_class_storage_csw_send.c | 94 UINT _ux_device_class_storage_csw_send(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_csw_send()
|
D | ux_device_class_storage_read_dvd_structure.c | 211 UINT _ux_device_class_storage_read_dvd_structure(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_read_dvd_structure()
|
D | ux_device_class_storage_read_disk_information.c | 113 UINT _ux_device_class_storage_read_disk_information(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_read_disk_information()
|
D | ux_device_class_storage_read_toc.c | 90 UINT _ux_device_class_storage_read_toc(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_read_toc()
|
D | ux_device_class_storage_report_key.c | 90 UINT _ux_device_class_storage_report_key(UX_SLAVE_CLASS_STORAGE *storage, in _ux_device_class_storage_report_key()
|
D | ux_device_class_storage_get_performance.c | 94 UINT _ux_device_class_storage_get_performance(UX_SLAVE_CLASS_STORAGE *storage, in _ux_device_class_storage_get_performance()
|
D | ux_device_class_storage_request_sense.c | 91 UINT _ux_device_class_storage_request_sense(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_E… in _ux_device_class_storage_request_sense()
|
D | ux_device_class_storage_read_capacity.c | 90 UINT _ux_device_class_storage_read_capacity(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_read_capacity()
|
D | ux_device_class_storage_get_status_notification.c | 85 UINT _ux_device_class_storage_get_status_notification(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_get_status_notification()
|
D | ux_device_class_storage_synchronize_cache.c | 86 UINT _ux_device_class_storage_synchronize_cache(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_synchronize_cache()
|
D | ux_device_class_storage_thread.c | 136 UX_SLAVE_CLASS_STORAGE *storage; in _ux_device_class_storage_thread() 158 storage = (UX_SLAVE_CLASS_STORAGE *) class_ptr -> ux_slave_class_instance; in _ux_device_class_storage_thread()
|
/USBX-v6.2.1/common/usbx_device_classes/inc/ |
D | ux_device_class_storage.h | 558 } UX_SLAVE_CLASS_STORAGE; typedef 584 UINT _ux_device_class_storage_csw_send(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_ENDP… 587 UINT _ux_device_class_storage_format(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_ENDPOI… 589 UINT _ux_device_class_storage_inquiry(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_ENDPO… 591 UINT _ux_device_class_storage_mode_select(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_E… 593 UINT _ux_device_class_storage_mode_sense(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_EN… 595 UINT _ux_device_class_storage_prevent_allow_media_removal(UX_SLAVE_CLASS_STORAGE *storage, ULONG… 597 UINT _ux_device_class_storage_read(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_ENDPOINT… 599 UINT _ux_device_class_storage_read_capacity(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE… 601 UINT _ux_device_class_storage_read_format_capacity(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, U… [all …]
|