Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhost-libusb.c89 uint32_t iso_urb_count; member
562 for (i = 0; i < s->iso_urb_count; i++) { in usb_host_iso_alloc()
751 if (filled*2 < s->iso_urb_count) { in usb_host_iso_data_out()
1771 DEFINE_PROP_UINT32("isobufs", USBHostDevice, iso_urb_count, 4),