Searched refs:phy_chans (Results 1 – 2 of 2) sorted by relevance
286 struct pl08x_phy_chan *phy_chans; member826 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()
607 struct d40_chan *phy_chans; member2906 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()