Searched refs:cpdma_chan_destroy (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.h84 int cpdma_chan_destroy(struct cpdma_chan *chan);
H A Ddavinci_cpdma.c456 cpdma_chan_destroy(ctlr->channels[i]); cpdma_ctlr_destroy()
546 int cpdma_chan_destroy(struct cpdma_chan *chan) cpdma_chan_destroy() function
562 EXPORT_SYMBOL_GPL(cpdma_chan_destroy); variable
H A Dcpsw.c2512 cpdma_chan_destroy(priv->txch); cpsw_probe()
2513 cpdma_chan_destroy(priv->rxch); cpsw_probe()
2541 cpdma_chan_destroy(priv->txch); cpsw_remove()
2542 cpdma_chan_destroy(priv->rxch); cpsw_remove()
H A Ddavinci_emac.c2077 cpdma_chan_destroy(priv->txchan); davinci_emac_probe()
2079 cpdma_chan_destroy(priv->rxchan); davinci_emac_probe()
2101 cpdma_chan_destroy(priv->txchan); davinci_emac_remove()
2103 cpdma_chan_destroy(priv->rxchan); davinci_emac_remove()

Completed in 106 milliseconds