Home
last modified time | relevance | path

Searched refs:storage_instance (Results 1 – 2 of 2) sorted by relevance

/USBX-v6.2.1/test/regression/
Dusbx_storage_direct_calls_test.c693 UX_HOST_CLASS_STORAGE *storage_instance; in tx_demo_thread_host_simulation_entry() local
1497storage_instance = (UX_HOST_CLASS_STORAGE *) _ux_utility_memory_allocate(UX_NO_ALIGN, UX_REGULAR_… in tx_demo_thread_host_simulation_entry()
1498 if (storage_instance == UX_NULL) in tx_demo_thread_host_simulation_entry()
1506 …status = _ux_utility_semaphore_create(&storage_instance -> ux_host_class_storage_semaphore, "ux_h… in tx_demo_thread_host_simulation_entry()
1515 storage_instance_semaphore_copy = storage_instance -> ux_host_class_storage_semaphore; in tx_demo_thread_host_simulation_entry()
1518 ux_utility_memory_free(storage_instance); in tx_demo_thread_host_simulation_entry()
1537 storage_instance -> ux_host_class_storage_semaphore = storage_instance_semaphore_copy; in tx_demo_thread_host_simulation_entry()
1540 status = ux_utility_semaphore_delete(&storage_instance -> ux_host_class_storage_semaphore); in tx_demo_thread_host_simulation_entry()
/USBX-v6.2.1/common/usbx_device_classes/inc/
Dux_device_class_storage.h635 VOID _ux_device_class_storage_thread(ULONG storage_instance);