Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dgr_udc.h157 void *tailbuf; member
H A Dgr_udc.c310 memcpy(buftail, ep->tailbuf, req->oddlen); in gr_finish_request()
2021 ep->tailbuf = dma_alloc_coherent(dev->dev, ep->ep.maxpacket_limit, in gr_ep_init()
2023 if (!ep->tailbuf) in gr_ep_init()
2087 if (ep->tailbuf) in gr_ep_remove()
2089 ep->tailbuf, ep->tailbuf_paddr); in gr_ep_remove()