Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/utils/
Dfind_usb_devices.py325 for hub_type in hub_types:
326 if hub_type.IsType(device):
327 yield (device, hub_type)
330 def GetPhysicalPortToNodeMap(hub, hub_type): argument
339 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)
343 def GetPhysicalPortToBusDeviceMap(hub, hub_type): argument
352 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)
359 def GetPhysicalPortToSerialMap(hub, hub_type): argument
369 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)
376 def GetPhysicalPortToTTYMap(device, hub_type): argument
[all …]