Searched refs:storage_class (Results 1 – 4 of 4) sorted by relevance
106 UINT _ux_host_class_storage_tasks_run(UX_HOST_CLASS *storage_class) in _ux_host_class_storage_tasks_run() argument111 if (storage_class -> ux_host_class_status != UX_USED || in _ux_host_class_storage_tasks_run()112 storage_class -> ux_host_class_entry_function != _ux_host_class_storage_entry) in _ux_host_class_storage_tasks_run()116 storage = (UX_HOST_CLASS_STORAGE *)storage_class -> ux_host_class_first_instance; in _ux_host_class_storage_tasks_run()
135 VOID _ux_device_class_storage_thread(ULONG storage_class) in _ux_device_class_storage_thread() argument158 UX_THREAD_EXTENSION_PTR_GET(class_ptr, UX_SLAVE_CLASS, storage_class) in _ux_device_class_storage_thread()
686 UINT _ux_host_class_storage_tasks_run(UX_HOST_CLASS *storage_class);
2301 UX_SLAVE_CLASS *storage_class; in ux_test_device_class_storage_entry() local2310 storage_class = command->ux_slave_class_command_class_ptr; in ux_test_device_class_storage_entry()2329 storage_thread = &storage_class->ux_slave_class_thread; in ux_test_device_class_storage_entry()