Home
last modified time | relevance | path

Searched refs:ux_host_class_storage_state (Results 1 – 25 of 58) sorted by relevance

123

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_activate.c149 storage -> ux_host_class_storage_state = UX_HOST_CLASS_INSTANCE_MOUNTING; in _ux_host_class_storage_activate()
185 storage -> ux_host_class_storage_state = UX_HOST_CLASS_INSTANCE_MOUNTING; in _ux_host_class_storage_activate()
193 storage -> ux_host_class_storage_state = UX_HOST_CLASS_INSTANCE_LIVE; in _ux_host_class_storage_activate()
Dux_host_class_storage_tasks_run.c140 if (storage -> ux_host_class_storage_state == UX_HOST_CLASS_INSTANCE_MOUNTING) in _ux_host_class_storage_inst_tasks_run()
156 else if (storage -> ux_host_class_storage_state != UX_HOST_CLASS_INSTANCE_LIVE) in _ux_host_class_storage_inst_tasks_run()
241 if (storage -> ux_host_class_storage_state != UX_HOST_CLASS_INSTANCE_LIVE) in _ux_host_class_storage_inst_tasks_run()
454 if (storage -> ux_host_class_storage_state == UX_HOST_CLASS_INSTANCE_MOUNTING) in _ux_host_class_storage_inst_tasks_run()
456 storage -> ux_host_class_storage_state = UX_HOST_CLASS_INSTANCE_LIVE; in _ux_host_class_storage_inst_tasks_run()
Dux_host_class_storage_driver_entry.c167 if ((storage -> ux_host_class_storage_state != UX_HOST_CLASS_INSTANCE_LIVE) && in _ux_host_class_storage_driver_entry()
168 (storage -> ux_host_class_storage_state != UX_HOST_CLASS_INSTANCE_MOUNTING)) in _ux_host_class_storage_driver_entry()
Dux_host_class_storage_media_get.c99 if (storage -> ux_host_class_storage_state != UX_HOST_CLASS_INSTANCE_LIVE) in _ux_host_class_storage_media_get()
Dux_host_class_storage_check_run.c95 if (storage -> ux_host_class_storage_state != UX_HOST_CLASS_INSTANCE_LIVE || in _ux_host_class_storage_check_run()
Dux_host_class_storage_read_write_run.c112 if (storage -> ux_host_class_storage_state != UX_HOST_CLASS_INSTANCE_LIVE || in _ux_host_class_storage_read_write_run()
Dux_host_class_storage_deactivate.c118 storage -> ux_host_class_storage_state = UX_HOST_CLASS_INSTANCE_SHUTDOWN; in _ux_host_class_storage_deactivate()
Dux_host_class_storage_thread_entry.c136 if ((storage -> ux_host_class_storage_state == UX_HOST_CLASS_INSTANCE_LIVE)) in _ux_host_class_storage_thread_entry()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_storage_fx_driver.c195 if ((storage -> ux_host_class_storage_state != UX_HOST_CLASS_INSTANCE_LIVE) && in _ux_host_class_storage_driver_entry()
196 (storage -> ux_host_class_storage_state != UX_HOST_CLASS_INSTANCE_MOUNTING)) in _ux_host_class_storage_driver_entry()
Dusbx_test_common_storage.h100 if (global_storage -> ux_host_class_storage_state != UX_HOST_CLASS_INSTANCE_LIVE) in host_storage_instance_get()
Dusbx_ux_host_class_storage_request_sense_test.c245 if (storage -> ux_host_class_storage_state == UX_HOST_CLASS_INSTANCE_LIVE && in host_storage_instance_get()
Dusbx_ux_host_class_storage_media_capacity_get_test.c245 if (storage -> ux_host_class_storage_state == UX_HOST_CLASS_INSTANCE_LIVE && in host_storage_instance_get()
Dusbx_msrc_73386_host_storage_media_open_buffer_test.c254 if (storage -> ux_host_class_storage_state == UX_HOST_CLASS_INSTANCE_LIVE && in host_storage_instance_get()
Dusbx_ux_host_class_storage_activate_test.c286 if (storage -> ux_host_class_storage_state == UX_HOST_CLASS_INSTANCE_LIVE && in host_storage_instance_get()
Dusbx_ux_host_class_storage_device_support_check_test.c286 if (storage -> ux_host_class_storage_state == UX_HOST_CLASS_INSTANCE_LIVE && in host_storage_instance_get()
Dusbx_ux_host_class_storage_fats_exfat_test.c218 if ((storage -> ux_host_class_storage_state == UX_HOST_CLASS_INSTANCE_LIVE) && in host_storage_instance_get()
Dusbx_ux_host_class_storage_max_lun_get_test.c286 if (storage -> ux_host_class_storage_state == UX_HOST_CLASS_INSTANCE_LIVE && in host_storage_instance_get()
Dusbx_ux_device_class_storage_entry_test.c239 if (storage -> ux_host_class_storage_state == UX_HOST_CLASS_INSTANCE_LIVE && in host_storage_instance_get()
Dusbx_ux_host_class_storage_configure_test.c286 if (storage -> ux_host_class_storage_state == UX_HOST_CLASS_INSTANCE_LIVE && in host_storage_instance_get()
Dusbx_ux_host_class_storage_device_initialize_test.c286 if (storage -> ux_host_class_storage_state == UX_HOST_CLASS_INSTANCE_LIVE && in host_storage_instance_get()
Dusbx_ux_host_class_storage_media_get_test.c321 if (storage -> ux_host_class_storage_state == UX_HOST_CLASS_INSTANCE_LIVE && in host_storage_instance_get()
Dusbx_storage_multi_lun_test.c381 while (storage -> ux_host_class_storage_state != UX_HOST_CLASS_INSTANCE_LIVE) in host_storage_instance_get()
Dusbx_ux_host_class_storage_media_open_test.c321 if (storage -> ux_host_class_storage_state == UX_HOST_CLASS_INSTANCE_LIVE && in host_storage_instance_get()
Dusbx_ux_host_class_storage_media_read_test.c391 if (storage -> ux_host_class_storage_state == UX_HOST_CLASS_INSTANCE_LIVE && in host_storage_instance_get()
Dusbx_ux_device_class_storage_verify_test.c241 if (storage -> ux_host_class_storage_state == UX_HOST_CLASS_INSTANCE_LIVE && in host_storage_instance_get()

123