Searched refs:lookup_log_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.c239 * @lookup_log_chans: Used to map interrupt number to logical channel. Points
269 struct d40_chan **lookup_log_chans; member in struct:d40_base
287 * @offset: start delta in the lookup_log_chans in d40_base. If equals to
956 d40c = base->lookup_log_chans[il[row].offset + idx];
1204 d40c->base->lookup_log_chans[d40c->log_num] = d40c;
1295 d40c->base->lookup_log_chans[d40c->log_num] = NULL;
2546 base->lookup_log_chans = kzalloc(plat_data->dev_len * 2 *
2549 if (!base->lookup_log_chans)
2580 kfree(base->lookup_log_chans);
2840 kfree(base->lookup_log_chans);
[all...]

Completed in 111 milliseconds