Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dpipe.h41 int (*dma_map_ctrl)(struct device *dma_dev, struct usbhs_pkt *pkt, member
79 int (*dma_map_ctrl)(struct device *dma_dev,
H A Dpipe.c672 int (*dma_map_ctrl)(struct device *dma_dev, in usbhs_pipe_init()
689 info->dma_map_ctrl = dma_map_ctrl; in usbhs_pipe_init()
H A Dfifo.c813 return info->dma_map_ctrl(chan->device->dev, pkt, map); in __usbhsf_dma_map_ctrl()