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];
2306 struct pl08x_phy_chan *phychan = &pl08x->phy_chans[i];
2463 ch = &pl08x->phy_chans[i];
2858 pl08x->phy_chans = kzalloc((vd->channels * sizeof(*pl08x->phy_chans)),
2860 if (!pl08x->phy_chans) {
2866 struct pl08x_phy_chan *ch = &pl08x->phy_chans[i];
2966 kfree(pl08x->phy_chans);