Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/
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.c607 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()