Searched refs:route_free (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | of-dma.c | 71 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()
|
H A D | lpc18xx-dmamux.c | 156 dmamux->dmarouter.route_free = lpc18xx_dmamux_free; in lpc18xx_dmamux_probe()
|
H A D | stm32-dmamux.c | 278 stm32_dmamux->dmarouter.route_free = stm32_dmamux_free; in stm32_dmamux_probe()
|
H A D | dmaengine.c | 510 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()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | of-dma.c | 71 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()
|
H A D | lpc18xx-dmamux.c | 158 dmamux->dmarouter.route_free = lpc18xx_dmamux_free; in lpc18xx_dmamux_probe()
|
H A D | stm32-dmamux.c | 272 stm32_dmamux->dmarouter.route_free = stm32_dmamux_free; in stm32_dmamux_probe()
|
H A D | dmaengine.c | 510 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()
|
/kernel/linux/linux-6.6/drivers/dma/dw/ |
H A D | rzn1-dmamux.c | 135 dmamux->dmarouter.route_free = rzn1_dmamux_free; in rzn1_dmamux_probe()
|
/kernel/linux/linux-5.10/drivers/dma/ti/ |
H A D | dma-crossbar.c | 182 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()
|
/kernel/linux/linux-6.6/drivers/dma/ti/ |
H A D | dma-crossbar.c | 183 xbar->dmarouter.route_free = ti_am335x_xbar_free; in ti_am335x_xbar_probe() 416 xbar->dmarouter.route_free = ti_dra7_xbar_free; in ti_dra7_xbar_probe()
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | sof-audio.c | 38 if (sroute->setup && tplg_ops && tplg_ops->route_free) in sof_reset_route_setup_status() 39 tplg_ops->route_free(sdev, sroute); in sof_reset_route_setup_status()
|
H A D | sof-audio.h | 192 * @route_free: Function pointer for freeing pipeline connections. 214 int (*route_free)(struct snd_sof_dev *sdev, struct snd_sof_route *sroute); member
|
H A D | ipc4-topology.c | 3038 .route_free = sof_ipc4_route_free,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dmaengine.h | 303 * @route_free: function to be called when the route can be disconnected 307 void (*route_free)(struct device *dev, void *route_data); member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dmaengine.h | 302 * @route_free: function to be called when the route can be disconnected 306 void (*route_free)(struct device *dev, void *route_data); member
|
Completed in 21 milliseconds