Searched refs:ux_host_class_hub_class (Results 1 – 4 of 4) sorted by relevance
116 hub -> ux_host_class_hub_class = command -> ux_host_class_command_class_ptr; in _ux_host_class_hub_activate()133 hub -> ux_host_class_hub_class -> ux_host_class_task_function = _ux_host_class_hub_tasks_run; in _ux_host_class_hub_activate()164 _ux_host_stack_class_instance_create(hub -> ux_host_class_hub_class, (VOID *) hub); in _ux_host_class_hub_activate()179 …t -> ux_system_host_change_function(UX_DEVICE_INSERTION, hub -> ux_host_class_hub_class, (VOID *)… in _ux_host_class_hub_activate()
153 _ux_host_stack_class_instance_destroy(hub -> ux_host_class_hub_class, (VOID *) hub); in _ux_host_class_hub_deactivate()161 …host -> ux_system_host_change_function(UX_DEVICE_REMOVAL, hub -> ux_host_class_hub_class, (VOID *)… in _ux_host_class_hub_deactivate()
427 _ux_host_stack_class_instance_create(hub -> ux_host_class_hub_class, (VOID *) hub); in _ux_host_class_hub_activate_wait()442 …t -> ux_system_host_change_function(UX_DEVICE_INSERTION, hub -> ux_host_class_hub_class, (VOID *)… in _ux_host_class_hub_activate_wait()
213 UX_HOST_CLASS *ux_host_class_hub_class; member