Home
last modified time | relevance | path

Searched refs:phy_chans (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Ds3c24xx-dma.c233 * @phy_chans: array of data for the physical channels
242 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()
H A Damba-pl08x.c271 * @phy_chans: array of data for the physical channels
286 struct pl08x_phy_chan *phy_chans; member
826 ch = &pl08x->phy_chans[i]; in pl08x_get_phy_channel()
2314 struct pl08x_phy_chan *phychan = &pl08x->phy_chans[i]; in pl08x_irq()
2471 ch = &pl08x->phy_chans[i]; in pl08x_debugfs_show()
2869 pl08x->phy_chans = kzalloc((vd->channels * sizeof(*pl08x->phy_chans)), in pl08x_probe()
2871 if (!pl08x->phy_chans) { in pl08x_probe()
2877 struct pl08x_phy_chan *ch = &pl08x->phy_chans[i]; in pl08x_probe()
2977 kfree(pl08x->phy_chans); in pl08x_probe()
[all...]
H A Dste_dma40.c541 * @phy_chans: Room for all possible physical channels in system.
546 * to phy_chans entries.
582 struct d40_chan *phy_chans; member
2883 d40_chan_init(base, &base->dma_both, base->phy_chans, in d40_dmaengine_init()
3213 base->phy_chans = ((void *)base) + ALIGN(sizeof(struct d40_base), 4); in d40_hw_detect_init()
3214 base->log_chans = &base->phy_chans[num_phy_chans]; in d40_hw_detect_init()
/kernel/linux/linux-6.6/drivers/dma/
H A Damba-pl08x.c271 * @phy_chans: array of data for the physical channels
286 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()
[all...]
H A Dste_dma40.c568 * @phy_chans: Room for all possible physical channels in system.
573 * to phy_chans entries.
607 struct d40_chan *phy_chans; member
2906 d40_chan_init(base, &base->dma_both, base->phy_chans, in d40_dmaengine_init()
3228 base->phy_chans = ((void *)base) + ALIGN(sizeof(struct d40_base), 4); in d40_hw_detect_init()
3229 base->log_chans = &base->phy_chans[num_phy_chans]; in d40_hw_detect_init()

Completed in 18 milliseconds