Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/include/linux/
Ddmaengine.h894 int (*device_router_config)(struct dma_chan *chan); member
/linux-6.12.1/drivers/dma/ti/
Dk3-udma.c5481 ud->ddev.device_router_config = bcdma_router_config; in udma_probe()