Home
last modified time | relevance | path

Searched defs:PortId (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/common_lib/cros/cfm/usb/
Dusb_port_manager.py6 PortId = collections.namedtuple('PortId', ['bus', 'port_number']) variable
/external/crosvm/devices/src/usb/xhci/
Ddevice_slot.rs217 struct PortId(Mutex<u8>); struct
219 impl PortId { implementation