Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/dma/
Dof-dma.c87 if (chan->device->device_router_config) in of_dma_router_xlate()
88 ret = chan->device->device_router_config(chan); in of_dma_router_xlate()
/linux-6.6.21/include/linux/
Ddmaengine.h886 int (*device_router_config)(struct dma_chan *chan); member
/linux-6.6.21/drivers/dma/ti/
Dk3-udma.c5444 ud->ddev.device_router_config = bcdma_router_config; in udma_probe()