Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/
Ds3c24xx-dma.c245 struct s3c24xx_dma_phy *phy_chans; member
303 phy = &s3cdma->phy_chans[i]; in s3c24xx_dma_get_phy()
1229 s3cdma->phy_chans = devm_kzalloc(&pdev->dev, in s3c24xx_dma_probe()
1233 if (!s3cdma->phy_chans) in s3c24xx_dma_probe()
1238 struct s3c24xx_dma_phy *phy = &s3cdma->phy_chans[i]; in s3c24xx_dma_probe()
1361 struct s3c24xx_dma_phy *phy = &s3cdma->phy_chans[i]; in s3c24xx_dma_probe()
1384 struct s3c24xx_dma_phy *phy = &s3cdma->phy_chans[i]; in s3c24xx_dma_remove()
Damba-pl08x.c270 struct pl08x_phy_chan *phy_chans; member
611 ch = &pl08x->phy_chans[i]; in pl08x_get_phy_channel()
1830 struct pl08x_phy_chan *phychan = &pl08x->phy_chans[i]; in pl08x_irq()
1977 ch = &pl08x->phy_chans[i]; in pl08x_debugfs_show()
2334 pl08x->phy_chans = kzalloc((vd->channels * sizeof(*pl08x->phy_chans)), in pl08x_probe()
2336 if (!pl08x->phy_chans) { in pl08x_probe()
2345 struct pl08x_phy_chan *ch = &pl08x->phy_chans[i]; in pl08x_probe()
2422 kfree(pl08x->phy_chans); in pl08x_probe()
Dste_dma40.c579 struct d40_chan *phy_chans; member
2914 d40_chan_init(base, &base->dma_both, base->phy_chans, in d40_dmaengine_init()
3255 base->phy_chans = ((void *)base) + ALIGN(sizeof(struct d40_base), 4); in d40_hw_detect_init()
3256 base->log_chans = &base->phy_chans[num_phy_chans]; in d40_hw_detect_init()