Home
last modified time | relevance | path

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

/USBX-v6.3.0/common/usbx_host_classes/src/
Dux_host_class_hub_descriptor_get.c75 if (hub -> ux_host_class_hub_descriptor.bNbPorts > UX_MAX_TT) in _ux_host_class_hub_descriptor_parse()
98 if (hub -> ux_host_class_hub_descriptor.bNbPorts > UX_MAX_TT) in _ux_host_class_hub_descriptor_parse()
107 … 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_ports_power.c101 nb_ports = hub -> ux_host_class_hub_descriptor.bNbPorts; in _ux_host_class_hub_ports_power()
Dux_host_class_hub_change_process.c98 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.c123 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_tasks_run.c292 hub -> ux_host_class_hub_descriptor.bNbPorts) in _ux_host_class_hub_inst_tasks_run()
Dux_host_class_hub_entry.c380 hub -> ux_host_class_hub_descriptor.bNbPorts) in _ux_host_class_hub_activate_wait()
/USBX-v6.3.0/common/usbx_host_classes/inc/
Dux_host_class_hub.h196 UCHAR bNbPorts; member