Home | History | Annotate | Download | only in qemu

Lines Matching defs:bus_num

1355 int usb_device_del_addr(int bus_num, int addr)
1364 if (bus_num != 0)
1388 int bus_num, addr;
1400 bus_num = strtoul(devname, NULL, 0);
1403 return usb_device_del_addr(bus_num, addr);