Searched refs:usb_buf (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-ohci.h | 91 uint8_t usb_buf[8192]; member
|
| H A D | hcd-ohci.c | 951 if (len > sizeof(ohci->usb_buf)) { in ohci_service_td() 952 len = sizeof(ohci->usb_buf); in ohci_service_td() 963 if (ohci_copy_td(ohci, &td, ohci->usb_buf, pktlen, in ohci_service_td() 974 ohci_td_pkt("OUT", ohci->usb_buf, pktlen); in ohci_service_td() 998 usb_packet_addbuf(&ohci->usb_packet, ohci->usb_buf, pktlen); in ohci_service_td() 1016 if (ohci_copy_td(ohci, &td, ohci->usb_buf, ret, in ohci_service_td() 1020 ohci_td_pkt("IN", ohci->usb_buf, pktlen); in ohci_service_td() 2027 VMSTATE_UINT8_ARRAY(usb_buf, OHCIState, 8192),
|
| H A D | hcd-dwc2.h | 172 uint8_t usb_buf[DWC2_NB_CHAN][DWC2_MAX_XFER_SIZE]; /* one buffer per chan */ member
|
| H A D | hcd-dwc2.c | 275 if (dma_memory_read(&s->dma_as, hcdma, s->usb_buf[chan], tlen, in dwc2_handle_packet() 285 usb_packet_addbuf(&p->packet, s->usb_buf[chan], tlen); in dwc2_handle_packet() 331 if (dma_memory_write(&s->dma_as, hcdma, s->usb_buf[chan], actual, in dwc2_handle_packet() 1444 VMSTATE_UINT8_2DARRAY(usb_buf, DWC2State, DWC2_NB_CHAN,
|