Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A 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()
H A Dlpc32xx-dmamux.c181 dmamux->dmarouter.route_free = lpc32xx_dmamux_release; in lpc32xx_dmamux_probe()
H A Dlpc18xx-dmamux.c167 dmamux->dmarouter.route_free = lpc18xx_dmamux_free; in lpc18xx_dmamux_probe()
H A Dcv1800b-dmamux.c230 data->dmarouter.route_free = cv1800_dmamux_free; in cv1800_dmamux_probe()
H A Ddmaengine.c512 if (chan->router && chan->router->route_free) { in dma_chan_put()
513 chan->router->route_free(chan->router->dev, chan->route_data); in dma_chan_put()
/linux/drivers/dma/ti/
H A Ddma-crossbar.c187 xbar->dmarouter.route_free = ti_am335x_xbar_free; in ti_am335x_xbar_probe()
421 xbar->dmarouter.route_free = ti_dra7_xbar_free; in ti_dra7_xbar_probe()
/linux/drivers/dma/dw/
H A Drzn1-dmamux.c144 dmamux->dmarouter.route_free = rzn1_dmamux_free; in rzn1_dmamux_probe()
/linux/sound/soc/sof/
H A Dsof-audio.c52 if (sroute->setup && tplg_ops && tplg_ops->route_free) in sof_widget_free_unlocked()
53 tplg_ops->route_free(sdev, sroute); in sof_widget_free_unlocked()
H A Dsof-audio.h202 * @route_free: Function pointer for freeing pipeline connections.
225 int (*route_free)(struct snd_sof_dev *sdev, struct snd_sof_route *sroute);
224 int (*route_free)(struct snd_sof_dev *sdev, struct snd_sof_route *sroute); global() member
H A Dipc4-topology.c3981 .route_free = sof_ipc4_route_free,
/linux/drivers/dma/stm32/
H A Dstm32-dmamux.c279 stm32_dmamux->dmarouter.route_free = stm32_dmamux_free; in stm32_dmamux_probe()
/linux/include/linux/
H A Ddmaengine.h316 void (*route_free)(struct device *dev, void *route_data); member