Searched refs:tchans (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ti/ |
H A D | k3-udma.c | 151 struct udma_tchan *tchans; member 1303 uc->tchan = &ud->tchans[chan_id]; in udma_get_chan_pair() 3220 ud->tchans = devm_kcalloc(dev, ud->tchan_cnt, sizeof(*ud->tchans), in udma_setup_resources() 3240 !ud->rflow_gp_map_allocated || !ud->tchans || !ud->rchans || in udma_setup_resources() 3638 struct udma_tchan *tchan = &ud->tchans[i]; in udma_probe()
|
/kernel/linux/linux-6.6/drivers/dma/ti/ |
H A D | k3-udma.c | 206 struct udma_tchan *tchans; member 1515 uc->tchan = &ud->tchans[chan_id]; in udma_get_chan_pair() 4559 ud->tchans = devm_kcalloc(dev, ud->tchan_cnt, sizeof(*ud->tchans), in udma_setup_resources() 4579 !ud->rflow_gp_map_allocated || !ud->tchans || !ud->rchans || in udma_setup_resources() 4737 ud->tchans = devm_kcalloc(dev, ud->tchan_cnt, sizeof(*ud->tchans), in bcdma_setup_resources() 4751 !ud->rflow_in_use || !ud->bchans || !ud->tchans || !ud->rchans || in bcdma_setup_resources() 4921 ud->tchans = devm_kcalloc(dev, ud->tchan_cnt, sizeof(*ud->tchans), in pktdma_setup_resources() [all...] |
Completed in 11 milliseconds