Home | History | Annotate | Download | only in qemu

Lines Matching refs:iface

346         fprintf(stderr, "husb: update iface failed. no matching configuration\n");
372 printf("husb: update iface. device already grabbed\n");
531 static int usb_host_set_interface(USBHostDevice *s, int iface, int alt)
536 si.interface = iface;
540 dprintf("husb: ctrl set iface %d altset %d ret %d errno %d\n",
541 iface, alt, ret, errno);