Lines Matching defs:phy_chans
271 * @phy_chans: array of data for the physical channels
286 struct pl08x_phy_chan *phy_chans;
826 ch = &pl08x->phy_chans[i];
2314 struct pl08x_phy_chan *phychan = &pl08x->phy_chans[i];
2471 ch = &pl08x->phy_chans[i];
2869 pl08x->phy_chans = kzalloc((vd->channels * sizeof(*pl08x->phy_chans)),
2871 if (!pl08x->phy_chans) {
2877 struct pl08x_phy_chan *ch = &pl08x->phy_chans[i];
2977 kfree(pl08x->phy_chans);