Lines Matching defs:lookup_log_chans
234 * @offset: start delta in the lookup_log_chans in d40_base. If equals to
543 * @lookup_log_chans: Used to map interrupt number to logical channel. Points
584 struct d40_chan **lookup_log_chans;
1673 d40c = base->lookup_log_chans[il[row].offset + idx];
1951 d40c->base->lookup_log_chans[d40c->log_num] = d40c;
2031 d40c->base->lookup_log_chans[d40c->log_num] = NULL;
3258 base->lookup_log_chans = kcalloc(num_log_chans,
3259 sizeof(*base->lookup_log_chans),
3261 if (!base->lookup_log_chans)
3298 kfree(base->lookup_log_chans);
3704 kfree(base->lookup_log_chans);