Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dbus.c22 DEFINE_PROP_STRING("port", USBDevice, port_path),
401 if (dev->port_path) { in usb_claim_port()
403 if (strcmp(port->path, dev->port_path) == 0) { in usb_claim_port()
409 dev->port_path, bus->qbus.name); in usb_claim_port()
/openbmc/qemu/include/hw/
H A Dusb.h230 char *port_path; member