Searched refs:hub_type (Results 1 – 1 of 1) sorted by relevance
325 for hub_type in hub_types:326 if hub_type.IsType(device):327 yield (device, hub_type)330 def GetPhysicalPortToNodeMap(hub, hub_type): argument339 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)343 def GetPhysicalPortToBusDeviceMap(hub, hub_type): argument352 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)359 def GetPhysicalPortToSerialMap(hub, hub_type): argument369 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)376 def GetPhysicalPortToTTYMap(device, hub_type): argument[all …]