Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/cfm/usb/
Dusb_port_manager.py6 PortId = collections.namedtuple('PortId', ['bus', 'port_number']) variable
17 PortId(bus=1, port_number=2): 56, # Front left USB 2
18 PortId(bus=2, port_number=1): 56, # Front left USB 3
19 PortId(bus=1, port_number=3): 57, # Front right USB 2
20 PortId(bus=2, port_number=2): 57, # Front right USB 3
22 PortId(bus=1, port_number=5): 47, # Back upper USB 2
23 PortId(bus=2, port_number=3): 47, # Back upper USB 3
24 PortId(bus=1, port_number=6): 47, # Back lower USB 2
25 PortId(bus=2, port_number=4): 47, # Back lower USB 3
32 PortId(bus=1, port_number=3): 4, # Front right USB 2
[all …]
/external/crosvm/devices/src/usb/xhci/
Ddevice_slot.rs217 struct PortId(Mutex<u8>); struct
219 impl PortId { implementation
221 PortId(Mutex::new(0)) in new()
247 port_id: PortId, // Valid port id starts from 1, to MAX_PORTS.
270 port_id: PortId::new(), in new()
/external/autotest/client/common_lib/cros/
Dpower_cycle_usb_util.py117 port_id = [usb_port_manager.PortId(bus=bus_idx, port_number=port_idx)]