Searched refs:hub_type (Results 1 – 1 of 1) sorted by relevance
326 for hub_type in hub_types:327 if hub_type.IsType(device):328 yield (device, hub_type)331 def GetPhysicalPortToNodeMap(hub, hub_type): argument340 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)344 def GetPhysicalPortToBusDeviceMap(hub, hub_type): argument353 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)358 def GetPhysicalPortToSerialMap(hub, hub_type): argument368 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)374 def GetPhysicalPortToTTYMap(device, hub_type): argument[all …]