Home
last modified time | relevance | path

Searched defs:hub_class (Results 1 – 3 of 3) sorted by relevance

/USBX-v6.2.1/test/regression/
Dux_device_class_dummy_hub.c19 UX_SLAVE_CLASS *hub_class; in _ux_device_class_hub_thread_entry() local
43 UX_SLAVE_CLASS *hub_class = (UX_SLAVE_CLASS *)command->ux_slave_class_command_class_pt… in _ux_device_class_hub_initialize() local
110 UX_SLAVE_CLASS *hub_class = command->ux_slave_class_command_class_ptr; in _ux_device_class_hub_activate() local
171 UX_SLAVE_CLASS *hub_class = command->ux_slave_class_command_class_ptr; in _ux_device_class_hub_deactivate() local
206 UX_SLAVE_CLASS *hub_class = (UX_SLAVE_CLASS *)command->ux_slave_class_command_class_pt… in _ux_device_class_hub_control_request() local
Dux_device_class_dummy_hub.h27 UX_SLAVE_CLASS *hub_class; member
/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_tasks_run.c98 UINT _ux_host_class_hub_tasks_run(UX_HOST_CLASS *hub_class) in _ux_host_class_hub_tasks_run()