Lines Matching defs:lookup_phy_chans
235 * D40_PHY_CHAN, the lookup_phy_chans shall be used instead.
545 * @lookup_phy_chans: Used to map interrupt number to physical channel. Points
585 struct d40_chan **lookup_phy_chans;
1671 d40c = base->lookup_phy_chans[idx];
1953 d40c->base->lookup_phy_chans[d40c->phy_chan->num] = d40c;
2033 d40c->base->lookup_phy_chans[phy->num] = NULL;
3252 base->lookup_phy_chans = kcalloc(num_phy_chans,
3253 sizeof(*base->lookup_phy_chans),
3255 if (!base->lookup_phy_chans)
3300 kfree(base->lookup_phy_chans);
3705 kfree(base->lookup_phy_chans);