Home
last modified time | relevance | path

Searched refs:route_free (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/drivers/dma/
Dof-dma.c71 ofdma->dma_router->route_free(ofdma->dma_router->dev, in of_dma_router_xlate()
79 ofdma->dma_router->route_free(ofdma->dma_router->dev, in of_dma_router_xlate()
Dlpc18xx-dmamux.c156 dmamux->dmarouter.route_free = lpc18xx_dmamux_free; in lpc18xx_dmamux_probe()
Dstm32-dmamux.c272 stm32_dmamux->dmarouter.route_free = stm32_dmamux_free; in stm32_dmamux_probe()
Ddmaengine.c510 if (chan->router && chan->router->route_free) { in dma_chan_put()
511 chan->router->route_free(chan->router->dev, chan->route_data); in dma_chan_put()
/linux-6.1.9/drivers/dma/dw/
Drzn1-dmamux.c133 dmamux->dmarouter.route_free = rzn1_dmamux_free; in rzn1_dmamux_probe()
/linux-6.1.9/drivers/dma/ti/
Ddma-crossbar.c182 xbar->dmarouter.route_free = ti_am335x_xbar_free; in ti_am335x_xbar_probe()
415 xbar->dmarouter.route_free = ti_dra7_xbar_free; in ti_dra7_xbar_probe()
/linux-6.1.9/sound/soc/sof/
Dsof-audio.c24 if (sroute->setup && tplg_ops->route_free) in sof_reset_route_setup_status()
25 tplg_ops->route_free(sdev, sroute); in sof_reset_route_setup_status()
Dsof-audio.h177 int (*route_free)(struct snd_sof_dev *sdev, struct snd_sof_route *sroute); member
Dipc4-topology.c1923 .route_free = sof_ipc4_route_free,
/linux-6.1.9/include/linux/
Ddmaengine.h306 void (*route_free)(struct device *dev, void *route_data); member