Searched refs:cpdma_chan_create (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/ti/ |
H A D | davinci_cpdma.h | 71 struct cpdma_chan *cpdma_chan_create(struct cpdma_ctlr *ctlr, int chan_num,
|
H A D | cpsw_ethtool.c | 555 vec[*ch].ch = cpdma_chan_create(cpsw->dma, vch, handler, rx); in cpsw_update_channels_res()
|
H A D | cpsw_new.c | 1954 cpsw->txv[0].ch = cpdma_chan_create(cpsw->dma, ch, cpsw_tx_handler, 0); in cpsw_probe() 1961 cpsw->rxv[0].ch = cpdma_chan_create(cpsw->dma, 0, cpsw_rx_handler, 1); in cpsw_probe()
|
H A D | davinci_cpdma.c | 876 struct cpdma_chan *cpdma_chan_create(struct cpdma_ctlr *ctlr, int chan_num, in cpdma_chan_create() function
|