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.py326 for hub_type in hub_types:
327 if hub_type.IsType(device):
328 yield (device, hub_type)
331 def GetPhysicalPortToNodeMap(hub, hub_type): argument
340 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)
344 def GetPhysicalPortToBusDeviceMap(hub, hub_type): argument
353 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)
358 def GetPhysicalPortToSerialMap(hub, hub_type): argument
368 port_device = hub_type.GetPhysicalPortToNodeTuples(hub)
374 def GetPhysicalPortToTTYMap(device, hub_type): argument
[all …]