Home
last modified time | relevance | path

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

/qemu/include/hw/
H A Dusb.h421 void usb_packet_addbuf(USBPacket *p, void *ptr, size_t len);
/qemu/hw/usb/
H A Dhcd-ohci.c747 usb_packet_addbuf(pkt, buf, len); in ohci_service_iso_td()
998 usb_packet_addbuf(&ohci->usb_packet, ohci->usb_buf, pktlen); in ohci_service_td()
H A Dcore.c602 void usb_packet_addbuf(USBPacket *p, void *ptr, size_t len) in usb_packet_addbuf() function
H A Dhcd-uhci.c833 usb_packet_addbuf(&async->packet, async->buf, max_len); in uhci_handle_td()
H A Dhcd-musb.c637 usb_packet_addbuf(&ep->packey[dir].p, ep->buf[idx], len); in musb_packet()
H A Dhcd-dwc2.c285 usb_packet_addbuf(&p->packet, s->usb_buf[chan], tlen); in dwc2_handle_packet()
H A Dhcd-xhci.c2173 usb_packet_addbuf(&p, buf, sizeof(buf)); in xhci_address_slot()