| /USBX-v6.2.1/common/usbx_host_classes/inc/ |
| D | ux_host_class_storage.h | 527 } 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/ |
| D | ux_host_class_storage_tasks_run.c | 35 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 …]
|
| D | ux_host_class_storage_transport_run.c | 48 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 …]
|
| D | ux_host_class_storage_media_write.c | 33 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()
|
| D | ux_host_class_storage_media_check.c | 77 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()
|
| D | ux_host_class_storage_media_read.c | 33 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()
|
| D | ux_host_class_storage_read_write_run.c | 33 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()
|
| D | ux_host_class_storage_deactivate.c | 98 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()
|
| D | ux_host_class_storage_media_get.c | 81 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()
|
| D | ux_host_class_storage_lock.c | 78 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()
|
| D | ux_host_class_storage_sense_code_translate.c | 73 UINT _ux_host_class_storage_sense_code_translate(UX_HOST_CLASS_STORAGE *storage, UINT status) in _ux_host_class_storage_sense_code_translate()
|
| D | ux_host_class_storage_activate.c | 97 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()
|
| D | ux_host_class_storage_cbw_initialize.c | 81 VOID _ux_host_class_storage_cbw_initialize(UX_HOST_CLASS_STORAGE *storage, UINT flags, in _ux_host_class_storage_cbw_initialize()
|
| D | ux_host_class_storage_partition_read.c | 82 UINT _ux_host_class_storage_partition_read(UX_HOST_CLASS_STORAGE *storage, UCHAR *sector_memory, U… in _ux_host_class_storage_partition_read()
|
| D | ux_host_class_storage_unit_ready_test.c | 77 UINT _ux_host_class_storage_unit_ready_test(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_unit_ready_test()
|
| D | ux_host_class_storage_media_lock.c | 82 UX_HOST_CLASS_STORAGE *storage; in _ux_host_class_storage_media_lock()
|
| D | ux_host_class_storage_device_reset.c | 79 UINT _ux_host_class_storage_device_reset(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_device_reset()
|
| D | ux_host_class_storage_start_stop.c | 73 UINT _ux_host_class_storage_start_stop(UX_HOST_CLASS_STORAGE *storage, in _ux_host_class_storage_start_stop()
|
| D | ux_host_class_storage_driver_entry.c | 150 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()
|
| D | ux_host_class_storage_transport.c | 81 UINT _ux_host_class_storage_transport(UX_HOST_CLASS_STORAGE *storage, UCHAR *data_pointer) in _ux_host_class_storage_transport()
|
| D | ux_host_class_storage_media_format_capacity_get.c | 80 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/ |
| D | usbx_host_class_storage_max_lun_get_coverage_test.c | 13 static UX_HOST_CLASS_STORAGE storage; 14 extern UINT _ux_host_class_storage_max_lun_get(UX_HOST_CLASS_STORAGE*);
|
| D | usbx_uxe_host_storage_test.c | 96 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()
|
| D | usbx_ux_host_class_storage_fx_driver.c | 36 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()
|
| D | usbx_ux_host_class_storage_configure_coverage_test.c | 15 static UX_HOST_CLASS_STORAGE storage;
|