Home
last modified time | relevance | path

Searched defs:storage (Results 1 – 25 of 124) sorted by relevance

12345

/USBX-v6.2.1/common/usbx_device_classes/src/
Dux_device_class_storage_tasks_run.c135 UX_SLAVE_CLASS_STORAGE *storage; in _ux_device_class_storage_tasks_run() local
148 static inline UINT _ux_device_class_storage_task_usb(UX_SLAVE_CLASS_STORAGE *storage) in _ux_device_class_storage_task_usb()
315 static inline VOID _ux_device_class_storage_cbw_receive(UX_SLAVE_CLASS_STORAGE *storage) in _ux_device_class_storage_cbw_receive()
338 static inline VOID _ux_device_class_storage_cbw_process(UX_SLAVE_CLASS_STORAGE *storage) in _ux_device_class_storage_cbw_process()
414 static inline VOID _ux_device_class_storage_cmd_process(UX_SLAVE_CLASS_STORAGE *storage, UCHAR *cbw) in _ux_device_class_storage_cmd_process()
624 static inline VOID _ux_device_class_storage_data_cases_check(UX_SLAVE_CLASS_STORAGE *storage) in _ux_device_class_storage_data_cases_check()
703 static inline UINT _ux_device_class_storage_reset_wait(UX_SLAVE_CLASS_STORAGE *storage) in _ux_device_class_storage_reset_wait()
723 static inline UINT _ux_device_class_storage_data_next(UX_SLAVE_CLASS_STORAGE *storage) in _ux_device_class_storage_data_next()
884 static inline VOID _ux_device_class_storage_trans_start(UX_SLAVE_CLASS_STORAGE *storage) in _ux_device_class_storage_trans_start()
931 static inline UINT _ux_device_class_storage_trans_wait(UX_SLAVE_CLASS_STORAGE *storage) in _ux_device_class_storage_trans_wait()
[all …]
Dux_device_class_storage_uninitialize.c86 UX_SLAVE_CLASS_STORAGE *storage; in _ux_device_class_storage_uninitialize() local
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_tasks_run.c108 UX_HOST_CLASS_STORAGE *storage; in _ux_host_class_storage_tasks_run() local
129 static inline VOID _ux_host_class_storage_inst_tasks_run(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_inst_tasks_run()
517 static inline VOID _ux_host_class_storage_max_lun_save(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_max_lun_save()
554 static inline UINT _ux_host_class_storage_inquiry_save(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_inquiry_save()
594 static inline VOID _ux_host_class_storage_capacity_save(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_capacity_save()
615 static inline VOID _ux_host_class_storage_format_cap_save(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_format_cap_save()
624 static inline ULONG _ux_host_class_storage_lun_scan(UX_HOST_CLASS_STORAGE *storage, in _ux_host_class_storage_lun_scan()
678 static inline VOID _ux_host_class_storage_unit_ready_check(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_unit_ready_check()
709 static inline UINT _ux_host_class_storage_lun_is_removable(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_lun_is_removable()
716 static inline UINT _ux_host_class_storage_lun_type_is_known(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_lun_type_is_known()
[all …]
Dux_host_class_storage_transport_run.c108 UINT _ux_host_class_storage_transport_run(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_transport_run()
209 static inline VOID _ux_host_class_storage_transport_cbw(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_transport_cbw()
226 static inline VOID _ux_host_class_storage_transport_csw(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_transport_csw()
242 static inline VOID _ux_host_class_storage_transport_trans_exit(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_transport_trans_exit()
266 static inline VOID _ux_host_class_storage_transport_trans_error(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_transport_trans_error()
308 static inline VOID _ux_host_class_storage_transport_trans_next(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_transport_trans_next()
420 static inline VOID _ux_host_class_storage_transport_trans_in_next(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_transport_trans_in_next()
470 static inline VOID _ux_host_class_storage_transport_trans_out_next(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_transport_trans_out_next()
517 static inline VOID _ux_host_class_storage_transport_status(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_transport_status()
588 static inline VOID _ux_host_class_storage_transport_ms_reset(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_transport_ms_reset()
[all …]
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.c40 _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_media_write.c40 _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_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_pima_storage_info_get.c84 ULONG storage_id, UX_HOST_CLASS_PIMA_STORAGE *storage) in _ux_host_class_pima_storage_info_get()
207 ULONG storage_id, UX_HOST_CLASS_PIMA_STORAGE *storage) in _uxe_host_class_pima_storage_info_get()
Dux_host_class_storage_device_support_check.c79 UINT _ux_host_class_storage_device_support_check(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_device_support_check()
Dux_host_class_storage_media_mount.c95 UINT _ux_host_class_storage_media_mount(UX_HOST_CLASS_STORAGE *storage, ULONG sector) in _ux_host_class_storage_media_mount()
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_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_open.c88 UINT _ux_host_class_storage_media_open(UX_HOST_CLASS_STORAGE *storage, ULONG hidden_sectors) in _ux_host_class_storage_media_open()
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_check_run.c86 UINT _ux_host_class_storage_check_run(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_check_run()
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()
Dux_host_class_storage_configure.c77 UINT _ux_host_class_storage_configure(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_configure()
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_endpoints_get.c83 UINT _ux_host_class_storage_endpoints_get(UX_HOST_CLASS_STORAGE *storage) in _ux_host_class_storage_endpoints_get()
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()
/USBX-v6.2.1/test/regression/
Dusbx_uxe_device_storage_test.c101 static UINT _dummy_storage_media_read(VOID *storage, ULONG lun, UCHAR *data_pointer, ULONG number_b… in _dummy_storage_media_read()
105 static UINT _dummy_storage_media_write(VOID *storage, ULONG lun, UCHAR *data_pointer, ULONG number_… in _dummy_storage_media_write()
109 static UINT _dummy_storage_media_flush(VOID *storage, ULONG lun, ULONG number_blocks, ULONG lba, UL… in _dummy_storage_media_flush()
113 static UINT _dummy_storage_media_status(VOID *storage, ULONG lun, ULONG media_id, ULONG *media_stat… in _dummy_storage_media_status()
117 static UINT _dummy_storage_media_notification(VOID *storage, ULONG lun, ULONG media_id, ULONG notif… in _dummy_storage_media_notification()
Dusbx_storage_multi_lun_test.c49 UX_HOST_CLASS_STORAGE *storage; variable
621 static UINT demo_thread_media_status1(VOID *storage, ULONG lun, ULONG media_id, ULONG *media_sta… in demo_thread_media_status1()
628 static UINT demo_thread_media_read1(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number… in demo_thread_media_read1()
668 static UINT demo_thread_media_write1(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG numbe… in demo_thread_media_write1()
701 static UINT demo_thread_media_status2(VOID *storage, ULONG lun, ULONG media_id, ULONG *media_sta… in demo_thread_media_status2()
708 static UINT demo_thread_media_read2(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG number… in demo_thread_media_read2()
748 static UINT demo_thread_media_write2(VOID *storage, ULONG lun, UCHAR * data_pointer, ULONG numbe… in demo_thread_media_write2()
Dusbx_ux_host_class_storage_configure_coverage_test.c15 static UX_HOST_CLASS_STORAGE storage; variable

12345