Searched refs:usb_host_req_alloc (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | host-libusb.c | 378 static USBHostRequest *usb_host_req_alloc(USBHostDevice *s, USBPacket *p, in usb_host_req_alloc() function 1505 r = usb_host_req_alloc(s, p, (request >> 8) & USB_DIR_IN, length + 8); in usb_host_handle_control() 1568 r = usb_host_req_alloc(s, p, p->pid == USB_TOKEN_IN, size); in usb_host_handle_data() 1592 r = usb_host_req_alloc(s, p, p->pid == USB_TOKEN_IN, p->iov.size); in usb_host_handle_data()
|