Searched refs:route_free (Results 1 – 5 of 5) sorted by relevance
176 xbar->dmarouter.route_free = ti_am335x_xbar_free; in ti_am335x_xbar_probe()343 xbar->dmarouter.route_free = ti_dra7_xbar_free; in ti_dra7_xbar_probe()
160 dmamux->dmarouter.route_free = lpc18xx_dmamux_free; in lpc18xx_dmamux_probe()
79 ofdma->dma_router->route_free(ofdma->dma_router->dev, in of_dma_router_xlate()
272 if (chan->router && chan->router->route_free) { in dma_chan_put()273 chan->router->route_free(chan->router->dev, chan->route_data); in dma_chan_put()
244 void (*route_free)(struct device *dev, void *route_data); member