Home
last modified time | relevance | path

Searched refs:phy_chans (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/dma/
Ds3c24xx-dma.c242 struct s3c24xx_dma_phy *phy_chans; member
295 phy = &s3cdma->phy_chans[i]; in s3c24xx_dma_get_phy()
1223 s3cdma->phy_chans = devm_kcalloc(&pdev->dev, in s3c24xx_dma_probe()
1227 if (!s3cdma->phy_chans) in s3c24xx_dma_probe()
1232 struct s3c24xx_dma_phy *phy = &s3cdma->phy_chans[i]; in s3c24xx_dma_probe()
1357 struct s3c24xx_dma_phy *phy = &s3cdma->phy_chans[i]; in s3c24xx_dma_probe()
1371 struct s3c24xx_dma_phy *phy = &s3cdma->phy_chans[i]; in s3c24xx_dma_free_irq()
1394 struct s3c24xx_dma_phy *phy = &s3cdma->phy_chans[i]; in s3c24xx_dma_remove()
Damba-pl08x.c286 struct pl08x_phy_chan *phy_chans; member
826 ch = &pl08x->phy_chans[i]; in pl08x_get_phy_channel()
2306 struct pl08x_phy_chan *phychan = &pl08x->phy_chans[i]; in pl08x_irq()
2463 ch = &pl08x->phy_chans[i]; in pl08x_debugfs_show()
2858 pl08x->phy_chans = kzalloc((vd->channels * sizeof(*pl08x->phy_chans)), in pl08x_probe()
2860 if (!pl08x->phy_chans) { in pl08x_probe()
2866 struct pl08x_phy_chan *ch = &pl08x->phy_chans[i]; in pl08x_probe()
2966 kfree(pl08x->phy_chans); in pl08x_probe()
Dste_dma40.c582 struct d40_chan *phy_chans; member
2882 d40_chan_init(base, &base->dma_both, base->phy_chans, in d40_dmaengine_init()
3212 base->phy_chans = ((void *)base) + ALIGN(sizeof(struct d40_base), 4); in d40_hw_detect_init()
3213 base->log_chans = &base->phy_chans[num_phy_chans]; in d40_hw_detect_init()