Home
last modified time | relevance | path

Searched refs:ux_host_class_storage_media_memory (Results 1 – 6 of 6) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_storage_media_open.c151 …storage_media -> ux_host_class_storage_media_memory = _ux_utility_memory_allocate(UX_SAFE_ALIGN, … in _ux_host_class_storage_media_open()
152 if (storage_media -> ux_host_class_storage_media_memory == UX_NULL) in _ux_host_class_storage_media_open()
160 … storage, storage_media -> ux_host_class_storage_media_memory, in _ux_host_class_storage_media_open()
170 _ux_utility_memory_free(storage_media -> ux_host_class_storage_media_memory); in _ux_host_class_storage_media_open()
Dux_host_class_storage_thread_entry.c200 memory = storage_media -> ux_host_class_storage_media_memory; in _ux_host_class_storage_thread_entry()
277 … memory = storage_media -> ux_host_class_storage_media_memory; in _ux_host_class_storage_thread_entry()
Dux_host_class_storage_deactivate.c176 memory = storage_media -> ux_host_class_storage_media_memory; in _ux_host_class_storage_deactivate()
/USBX-v6.2.1/test/regression/
Dusbx_ux_host_class_storage_media_open_test.c597 _ux_utility_memory_free(storage_media->ux_host_class_storage_media_memory); in tx_demo_thread_host_simulation_entry()
Dusbx_storage_tests.c2973 global_storage, global_storage_media->ux_host_class_storage_media_memory, in abort_media_test()
3332 result = (get_internal_host_storage_medias()->ux_host_class_storage_media_memory != UX_NULL); in boot_read_fails_action_check_function()
3480 storage_media -> ux_host_class_storage_media_memory = UX_NULL; in fx_media_read_test()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_storage.h603 VOID *ux_host_class_storage_media_memory; member