Home
last modified time | relevance | path

Searched refs:UX_SLAVE_CLASS_STORAGE (Results 1 – 25 of 48) sorted by relevance

12

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_tasks_run.c36 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 …]
Dux_device_class_storage_uninitialize.c86 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()
Dux_device_class_storage_deactivate.c81 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()
Dux_device_class_storage_control_request.c93 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()
Dux_device_class_storage_activate.c88 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()
Dux_device_class_storage_start_stop.c76 UINT _ux_device_class_storage_start_stop(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_start_stop()
Dux_device_class_storage_verify.c76 UINT _ux_device_class_storage_verify(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_verify()
Dux_device_class_storage_prevent_allow_media_removal.c77 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()
Dux_device_class_storage_format.c80 UINT _ux_device_class_storage_format(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_ENDPOINT… in _ux_device_class_storage_format()
Dux_device_class_storage_mode_select.c83 UINT _ux_device_class_storage_mode_select(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_mode_select()
Dux_device_class_storage_test_ready.c85 UINT _ux_device_class_storage_test_ready(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_ENDP… in _ux_device_class_storage_test_ready()
Dux_device_class_storage_read_format_capacity.c93 UINT _ux_device_class_storage_read_format_capacity(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_read_format_capacity()
Dux_device_class_storage_initialize.c94 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()
Dux_device_class_storage_read_disk_information.c117 UINT _ux_device_class_storage_read_disk_information(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_read_disk_information()
Dux_device_class_storage_read_dvd_structure.c210 UINT _ux_device_class_storage_read_dvd_structure(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_read_dvd_structure()
Dux_device_class_storage_report_key.c94 UINT _ux_device_class_storage_report_key(UX_SLAVE_CLASS_STORAGE *storage, in _ux_device_class_storage_report_key()
Dux_device_class_storage_csw_send.c98 UINT _ux_device_class_storage_csw_send(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_csw_send()
Dux_device_class_storage_get_performance.c98 UINT _ux_device_class_storage_get_performance(UX_SLAVE_CLASS_STORAGE *storage, in _ux_device_class_storage_get_performance()
Dux_device_class_storage_read_toc.c94 UINT _ux_device_class_storage_read_toc(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_read_toc()
Dux_device_class_storage_read_capacity.c94 UINT _ux_device_class_storage_read_capacity(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, in _ux_device_class_storage_read_capacity()
Dux_device_class_storage_request_sense.c95 UINT _ux_device_class_storage_request_sense(UX_SLAVE_CLASS_STORAGE *storage, ULONG lun, UX_SLAVE_E… in _ux_device_class_storage_request_sense()
Dux_device_class_storage_thread.c139 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()
Dux_device_class_storage_get_status_notification.c84 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/
Dux_device_class_storage.h575 } 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/
Dusbx_ux_device_class_storage_request_sense_coverage_test.c13 static UX_SLAVE_CLASS_STORAGE slave_storage;

12