Home
last modified time | relevance | path

Searched refs:ux_host_class_hub_descriptor (Results 1 – 7 of 7) sorted by relevance

/USBX-v6.2.1/common/usbx_host_classes/src/
Dux_host_class_hub_ports_power.c96 … if(hub -> ux_host_class_hub_descriptor.wHubCharacteristics & UX_HOST_CLASS_HUB_NO_POWER_SWITCHING) in _ux_host_class_hub_ports_power()
100 nb_ports = hub -> ux_host_class_hub_descriptor.bNbPorts; in _ux_host_class_hub_ports_power()
121 … _ux_utility_delay_ms(((ULONG) (hub -> ux_host_class_hub_descriptor.bPwrOn2PwrGood) * 2)); in _ux_host_class_hub_ports_power()
Dux_host_class_hub_descriptor_get.c48 … (UCHAR *) &hub -> ux_host_class_hub_descriptor); in _ux_host_class_hub_descriptor_parse()
74 if (hub -> ux_host_class_hub_descriptor.bNbPorts > UX_MAX_TT) in _ux_host_class_hub_descriptor_parse()
97 if (hub -> ux_host_class_hub_descriptor.bNbPorts > UX_MAX_TT) in _ux_host_class_hub_descriptor_parse()
106 … for (port_index = 0; port_index < hub -> ux_host_class_hub_descriptor.bNbPorts; port_index++) in _ux_host_class_hub_descriptor_parse()
Dux_host_class_hub_change_process.c97 for (port_index = 1; port_index <= hub -> ux_host_class_hub_descriptor.bNbPorts; port_index++) in _ux_host_class_hub_change_process()
Dux_host_class_hub_deactivate.c122 for (port_index = 1; port_index <= hub -> ux_host_class_hub_descriptor.bNbPorts; port_index++) in _ux_host_class_hub_deactivate()
Dux_host_class_hub_entry.c365 …host_class_hub_wait_ms = UX_MS_TO_TICK_NON_ZERO((ULONG)hub -> ux_host_class_hub_descriptor.bPwrOn2… in _ux_host_class_hub_activate_wait()
379 hub -> ux_host_class_hub_descriptor.bNbPorts) in _ux_host_class_hub_activate_wait()
Dux_host_class_hub_tasks_run.c291 hub -> ux_host_class_hub_descriptor.bNbPorts) in _ux_host_class_hub_inst_tasks_run()
/USBX-v6.2.1/common/usbx_host_classes/inc/
Dux_host_class_hub.h221 ux_host_class_hub_descriptor; member