Home | History | Annotate | Download | only in qemu

Lines Matching defs:bus_num

1559 int usb_device_del_addr(int bus_num, int addr)
1568 if (bus_num != 0)
1592 int bus_num, addr;
1604 bus_num = strtoul(devname, NULL, 0);
1607 return usb_device_del_addr(bus_num, addr);