Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Ds3c24xx-dma.c246 struct s3c24xx_dma_phy *phy_chans; member
299 phy = &s3cdma->phy_chans[i]; in s3c24xx_dma_get_phy()
1227 s3cdma->phy_chans = devm_kcalloc(&pdev->dev, in s3c24xx_dma_probe()
1231 if (!s3cdma->phy_chans) in s3c24xx_dma_probe()
1236 struct s3c24xx_dma_phy *phy = &s3cdma->phy_chans[i]; in s3c24xx_dma_probe()
1364 struct s3c24xx_dma_phy *phy = &s3cdma->phy_chans[i]; in s3c24xx_dma_probe()
1378 struct s3c24xx_dma_phy *phy = &s3cdma->phy_chans[i]; in s3c24xx_dma_free_irq()
1401 struct s3c24xx_dma_phy *phy = &s3cdma->phy_chans[i]; in s3c24xx_dma_remove()
Damba-pl08x.c296 struct pl08x_phy_chan *phy_chans; member
836 ch = &pl08x->phy_chans[i]; in pl08x_get_phy_channel()
2316 struct pl08x_phy_chan *phychan = &pl08x->phy_chans[i]; in pl08x_irq()
2473 ch = &pl08x->phy_chans[i]; in pl08x_debugfs_show()
2882 pl08x->phy_chans = kzalloc((vd->channels * sizeof(*pl08x->phy_chans)), in pl08x_probe()
2884 if (!pl08x->phy_chans) { in pl08x_probe()
2890 struct pl08x_phy_chan *ch = &pl08x->phy_chans[i]; in pl08x_probe()
2990 kfree(pl08x->phy_chans); in pl08x_probe()
Dste_dma40.c580 struct d40_chan *phy_chans; member
2865 d40_chan_init(base, &base->dma_both, base->phy_chans, in d40_dmaengine_init()
3199 base->phy_chans = ((void *)base) + ALIGN(sizeof(struct d40_base), 4); in d40_hw_detect_init()
3200 base->log_chans = &base->phy_chans[num_phy_chans]; in d40_hw_detect_init()