Searched refs:lookup_phy_chans (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dste_dma40.c241 * @lookup_phy_chans: Used to map interrupt number to physical channel. Points
270 struct d40_chan **lookup_phy_chans; member in struct:d40_base
288 * D40_PHY_CHAN, the lookup_phy_chans shall be used instead.
954 d40c = base->lookup_phy_chans[idx];
1206 d40c->base->lookup_phy_chans[d40c->phy_chan->num] = d40c;
1329 d40c->base->lookup_phy_chans[phy->num] = NULL;
2535 base->lookup_phy_chans = kzalloc(num_phy_chans *
2538 if (!base->lookup_phy_chans)
2581 kfree(base->lookup_phy_chans);
2841 kfree(base->lookup_phy_chans);
[all...]

Completed in 38 milliseconds