Home
last modified time | relevance | path

Searched refs:UX_HOST_CLASS_STORAGE (Results 1 – 25 of 95) sorted by relevance

1234

/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_storage.h527 } UX_HOST_CLASS_STORAGE; typedef
622 VOID _ux_host_class_storage_cbw_initialize(UX_HOST_CLASS_STORAGE *storage, UINT flags,
624 UINT _ux_host_class_storage_configure(UX_HOST_CLASS_STORAGE *storage);
626 UINT _ux_host_class_storage_device_initialize(UX_HOST_CLASS_STORAGE *storage);
627 UINT _ux_host_class_storage_device_reset(UX_HOST_CLASS_STORAGE *storage);
628 UINT _ux_host_class_storage_device_support_check(UX_HOST_CLASS_STORAGE *storage);
634 UINT _ux_host_class_storage_endpoints_get(UX_HOST_CLASS_STORAGE *storage);
636 UINT _ux_host_class_storage_max_lun_get(UX_HOST_CLASS_STORAGE *storage);
637 UINT _ux_host_class_storage_media_capacity_get(UX_HOST_CLASS_STORAGE *storage);
638 UINT _ux_host_class_storage_media_characteristics_get(UX_HOST_CLASS_STORAGE *storage);
[all …]
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_tasks_run.c35 static inline VOID _ux_host_class_storage_inst_tasks_run(UX_HOST_CLASS_STORAGE *storage);
37 static inline UINT _ux_host_class_storage_lun_is_removable(UX_HOST_CLASS_STORAGE *storage);
38 static inline UINT _ux_host_class_storage_lun_type_is_known(UX_HOST_CLASS_STORAGE *storage);
40 static inline VOID _ux_host_class_storage_max_lun_save(UX_HOST_CLASS_STORAGE *storage);
41 static inline UINT _ux_host_class_storage_inquiry_save(UX_HOST_CLASS_STORAGE *storage);
42 static inline VOID _ux_host_class_storage_format_cap_save(UX_HOST_CLASS_STORAGE *storage);
43 static inline VOID _ux_host_class_storage_capacity_save(UX_HOST_CLASS_STORAGE *storage);
44 static inline VOID _ux_host_class_storage_unit_ready_check(UX_HOST_CLASS_STORAGE *storage);
46 static inline VOID _ux_host_class_storage_lun_media_insert(UX_HOST_CLASS_STORAGE *storage);
48 static inline UINT _ux_host_class_storage_transport_sense_check(UX_HOST_CLASS_STORAGE *storage);
[all …]
Dux_host_class_storage_transport_run.c48 static inline VOID _ux_host_class_storage_transport_cbw(UX_HOST_CLASS_STORAGE *storage);
49 static inline VOID _ux_host_class_storage_transport_csw(UX_HOST_CLASS_STORAGE *storage);
50 static inline VOID _ux_host_class_storage_transport_trans_exit(UX_HOST_CLASS_STORAGE *storage);
51 static inline VOID _ux_host_class_storage_transport_trans_error(UX_HOST_CLASS_STORAGE *storage);
52 static inline VOID _ux_host_class_storage_transport_trans_next(UX_HOST_CLASS_STORAGE *storage);
53 static inline VOID _ux_host_class_storage_transport_trans_in_next(UX_HOST_CLASS_STORAGE *storage);
54 static inline VOID _ux_host_class_storage_transport_trans_out_next(UX_HOST_CLASS_STORAGE *storage);
55 static inline VOID _ux_host_class_storage_transport_status(UX_HOST_CLASS_STORAGE *storage);
56 static inline VOID _ux_host_class_storage_transport_ms_reset(UX_HOST_CLASS_STORAGE *storage);
57 static inline VOID _ux_host_class_storage_transport_ep_reset(UX_HOST_CLASS_STORAGE *storage);
[all …]
Dux_host_class_storage_media_write.c33 VOID _ux_host_class_storage_write_initialize(UX_HOST_CLASS_STORAGE *storage,
40 _ux_host_class_storage_write_initialize(UX_HOST_CLASS_STORAGE *storage, in _ux_host_class_storage_write_initialize()
129 UINT _ux_host_class_storage_media_write(UX_HOST_CLASS_STORAGE *storage, ULONG sector_start, in _ux_host_class_storage_media_write()
214 UINT _uxe_host_class_storage_media_write(UX_HOST_CLASS_STORAGE *storage, ULONG sector_start, in _uxe_host_class_storage_media_write()
Dux_host_class_storage_media_check.c77 UINT _ux_host_class_storage_media_check(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_media_check()
124 UINT _uxe_host_class_storage_media_check(UX_HOST_CLASS_STORAGE *storage) in _uxe_host_class_storage_media_check()
Dux_host_class_storage_media_read.c33 VOID _ux_host_class_storage_read_initialize(UX_HOST_CLASS_STORAGE *storage,
40 _ux_host_class_storage_read_initialize(UX_HOST_CLASS_STORAGE *storage, in _ux_host_class_storage_read_initialize()
130 UINT _ux_host_class_storage_media_read(UX_HOST_CLASS_STORAGE *storage, ULONG sector_start, in _ux_host_class_storage_media_read()
237 UINT _uxe_host_class_storage_media_read(UX_HOST_CLASS_STORAGE *storage, ULONG sector_start, in _uxe_host_class_storage_media_read()
Dux_host_class_storage_read_write_run.c33 extern VOID _ux_host_class_storage_read_initialize(UX_HOST_CLASS_STORAGE *storage,
36 extern VOID _ux_host_class_storage_write_initialize(UX_HOST_CLASS_STORAGE *storage,
100 UINT _ux_host_class_storage_read_write_run(UX_HOST_CLASS_STORAGE *storage, in _ux_host_class_storage_read_write_run()
Dux_host_class_storage_deactivate.c98 UX_HOST_CLASS_STORAGE *storage; in _ux_host_class_storage_deactivate()
109 storage = (UX_HOST_CLASS_STORAGE *) command -> ux_host_class_command_instance; in _ux_host_class_storage_deactivate()
168 if (((UX_HOST_CLASS_STORAGE *) ux_media_driver_info_get(media)) == storage) in _ux_host_class_storage_deactivate()
Dux_host_class_storage_media_get.c81 UINT _ux_host_class_storage_media_get(UX_HOST_CLASS_STORAGE *storage, in _ux_host_class_storage_media_get()
177 UINT _uxe_host_class_storage_media_get(UX_HOST_CLASS_STORAGE *storage, in _uxe_host_class_storage_media_get()
Dux_host_class_storage_lock.c78 UINT _ux_host_class_storage_lock(UX_HOST_CLASS_STORAGE *storage, ULONG wait) in _ux_host_class_storage_lock()
200 UINT _uxe_host_class_storage_lock(UX_HOST_CLASS_STORAGE *storage, ULONG wait) in _uxe_host_class_storage_lock()
Dux_host_class_storage_sense_code_translate.c73 UINT _ux_host_class_storage_sense_code_translate(UX_HOST_CLASS_STORAGE *storage, UINT status) in _ux_host_class_storage_sense_code_translate()
Dux_host_class_storage_activate.c97 UX_HOST_CLASS_STORAGE *storage; in _ux_host_class_storage_activate()
107 …= _ux_utility_memory_allocate(UX_SAFE_ALIGN, UX_CACHE_SAFE_MEMORY, sizeof(UX_HOST_CLASS_STORAGE)); in _ux_host_class_storage_activate()
Dux_host_class_storage_cbw_initialize.c81 VOID _ux_host_class_storage_cbw_initialize(UX_HOST_CLASS_STORAGE *storage, UINT flags, in _ux_host_class_storage_cbw_initialize()
Dux_host_class_storage_partition_read.c82 UINT _ux_host_class_storage_partition_read(UX_HOST_CLASS_STORAGE *storage, UCHAR *sector_memory, U… in _ux_host_class_storage_partition_read()
Dux_host_class_storage_unit_ready_test.c77 UINT _ux_host_class_storage_unit_ready_test(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_unit_ready_test()
Dux_host_class_storage_media_lock.c82 UX_HOST_CLASS_STORAGE *storage; in _ux_host_class_storage_media_lock()
Dux_host_class_storage_device_reset.c79 UINT _ux_host_class_storage_device_reset(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_device_reset()
Dux_host_class_storage_start_stop.c73 UINT _ux_host_class_storage_start_stop(UX_HOST_CLASS_STORAGE *storage, in _ux_host_class_storage_start_stop()
Dux_host_class_storage_driver_entry.c150 UX_HOST_CLASS_STORAGE *storage; in _ux_host_class_storage_driver_entry()
157 storage = (UX_HOST_CLASS_STORAGE *) media -> fx_media_driver_info; in _ux_host_class_storage_driver_entry()
Dux_host_class_storage_transport.c81 UINT _ux_host_class_storage_transport(UX_HOST_CLASS_STORAGE *storage, UCHAR *data_pointer) in _ux_host_class_storage_transport()
Dux_host_class_storage_media_format_capacity_get.c80 UINT _ux_host_class_storage_media_format_capacity_get(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_media_format_capacity_get()
/USBX-v6.2.1/test/regression/
Dusbx_host_class_storage_max_lun_get_coverage_test.c13 static UX_HOST_CLASS_STORAGE storage;
14 extern UINT _ux_host_class_storage_max_lun_get(UX_HOST_CLASS_STORAGE*);
Dusbx_uxe_host_storage_test.c96 UX_HOST_CLASS_STORAGE dummy_storage; in ux_test_thread_simulation_0_entry()
97 UX_HOST_CLASS_STORAGE *dummy_storage_ptr = UX_NULL; in ux_test_thread_simulation_0_entry()
Dusbx_ux_host_class_storage_fx_driver.c36 UX_HOST_CLASS_STORAGE *, ULONG, ULONG, UCHAR*) = UX_NULL;
39 VOID (*func)(UINT, UINT, UX_HOST_CLASS_STORAGE *, ULONG, ULONG, UCHAR*)) in _ux_host_class_storage_driver_read_write_notify() argument
75 UX_HOST_CLASS_STORAGE *storage; in _ux_host_class_storage_media_index()
184 UX_HOST_CLASS_STORAGE *storage; in _ux_host_class_storage_driver_entry()
Dusbx_ux_host_class_storage_configure_coverage_test.c15 static UX_HOST_CLASS_STORAGE storage;

1234