| /USBX-v6.2.1/common/usbx_device_classes/src/ |
| D | ux_device_class_storage_tasks_run.c | 36 static inline UINT _ux_device_class_storage_task_usb(UX_SLAVE_CLASS_STORAGE *storage); 38 static inline UINT _ux_device_class_storage_reset_wait(UX_SLAVE_CLASS_STORAGE *storage); 39 static inline VOID _ux_device_class_storage_cbw_receive(UX_SLAVE_CLASS_STORAGE *storage); 40 static inline VOID _ux_device_class_storage_cbw_process(UX_SLAVE_CLASS_STORAGE *storage); 41 static inline VOID _ux_device_class_storage_cmd_process(UX_SLAVE_CLASS_STORAGE *storage, UCHAR *cbw… 42 static inline VOID _ux_device_class_storage_data_cases_check(UX_SLAVE_CLASS_STORAGE *storage); 43 static inline VOID _ux_device_class_storage_trans_start(UX_SLAVE_CLASS_STORAGE *storage); 44 static inline UINT _ux_device_class_storage_trans_wait(UX_SLAVE_CLASS_STORAGE *storage); 45 static inline VOID _ux_device_class_storage_trans_error(UX_SLAVE_CLASS_STORAGE *storage); 46 static inline UINT _ux_device_class_storage_data_next(UX_SLAVE_CLASS_STORAGE *storage); [all …]
|
| D | ux_device_class_storage_uninitialize.c | 86 UX_SLAVE_CLASS_STORAGE *storage; in _ux_device_class_storage_uninitialize() 93 storage = (UX_SLAVE_CLASS_STORAGE *) class_ptr -> ux_slave_class_instance; in _ux_device_class_storage_uninitialize()
|
| D | ux_device_class_storage_deactivate.c | 81 UX_SLAVE_CLASS_STORAGE *storage; in _ux_device_class_storage_deactivate() 90 storage = (UX_SLAVE_CLASS_STORAGE *)class_ptr -> ux_slave_class_instance; in _ux_device_class_storage_deactivate()
|
| D | ux_device_class_storage_control_request.c | 93 UX_SLAVE_CLASS_STORAGE *storage; in _ux_device_class_storage_control_request() 120 storage = (UX_SLAVE_CLASS_STORAGE *) class_ptr -> ux_slave_class_instance; in _ux_device_class_storage_control_request()
|
| D | ux_device_class_storage_activate.c | 88 UX_SLAVE_CLASS_STORAGE *storage; in _ux_device_class_storage_activate() 98 storage = (UX_SLAVE_CLASS_STORAGE *)class_ptr -> ux_slave_class_instance; in _ux_device_class_storage_activate()
|
| D | ux_device_class_storage_start_stop.c | 76 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_verify.c | 76 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 | 77 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_format.c | 80 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 | 83 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 | 85 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 | 93 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 | 94 UX_SLAVE_CLASS_STORAGE *storage; in _ux_device_class_storage_initialize() 112 …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_read_disk_information.c | 117 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_dvd_structure.c | 210 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_report_key.c | 94 UINT _ux_device_class_storage_report_key(UX_SLAVE_CLASS_STORAGE *storage, in _ux_device_class_storage_report_key()
|
| D | ux_device_class_storage_csw_send.c | 98 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_get_performance.c | 98 UINT _ux_device_class_storage_get_performance(UX_SLAVE_CLASS_STORAGE *storage, in _ux_device_class_storage_get_performance()
|
| D | ux_device_class_storage_read_toc.c | 94 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_read_capacity.c | 94 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_request_sense.c | 95 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_thread.c | 139 UX_SLAVE_CLASS_STORAGE *storage; in _ux_device_class_storage_thread() 161 storage = (UX_SLAVE_CLASS_STORAGE *) class_ptr -> ux_slave_class_instance; in _ux_device_class_storage_thread()
|
| D | ux_device_class_storage_get_status_notification.c | 84 UINT _ux_device_class_storage_get_status_notification(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_get_status_notification()
|
| /USBX-v6.2.1/common/usbx_device_classes/inc/ |
| D | ux_device_class_storage.h | 575 } UX_SLAVE_CLASS_STORAGE; typedef 608 UINT _ux_device_class_storage_csw_send(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_ENDP… 611 UINT _ux_device_class_storage_format(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_ENDPOI… 613 UINT _ux_device_class_storage_inquiry(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_ENDPO… 615 UINT _ux_device_class_storage_mode_select(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_E… 617 UINT _ux_device_class_storage_mode_sense(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_EN… 619 UINT _ux_device_class_storage_prevent_allow_media_removal(UX_SLAVE_CLASS_STORAGE *storage, ULONG… 621 UINT _ux_device_class_storage_read(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_ENDPOINT… 623 UINT _ux_device_class_storage_read_capacity(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE… 625 UINT _ux_device_class_storage_read_format_capacity(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, U… [all …]
|
| /USBX-v6.2.1/test/regression/ |
| D | usbx_ux_device_class_storage_request_sense_coverage_test.c | 13 static UX_SLAVE_CLASS_STORAGE slave_storage;
|