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_objs(*pl08x->phy_chans, vd->channels); in pl08x_probe()2859 if (!pl08x->phy_chans) { in pl08x_probe()2865 struct pl08x_phy_chan *ch = &pl08x->phy_chans[i]; in pl08x_probe()2965 kfree(pl08x->phy_chans); in pl08x_probe()
566 * @phy_chans: Room for all possible physical channels in system.571 * to phy_chans entries.623 struct d40_chan phy_chans[];2894 d40_chan_init(base, &base->dma_both, base->phy_chans, in d40_dmaengine_init() 3204 alloc_size = struct_size(base, phy_chans, num_phy_chans); in d40_hw_detect_init() 3219 base->log_chans = &base->phy_chans[num_phy_chans]; in d40_hw_detect_init() 605 struct d40_chan *phy_chans; global() member