Home
last modified time | relevance | path

Searched refs:lookup_log_chans (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/dma/
Dste_dma40.c609 struct d40_chan **lookup_log_chans; member
1697 d40c = base->lookup_log_chans[il[row].offset + idx]; in d40_handle_interrupt()
1975 d40c->base->lookup_log_chans[d40c->log_num] = d40c; in d40_allocate_channel()
2055 d40c->base->lookup_log_chans[d40c->log_num] = NULL; in d40_free_dma()
3273 base->lookup_log_chans = devm_kcalloc(dev, num_log_chans, in d40_hw_detect_init()
3274 sizeof(*base->lookup_log_chans), in d40_hw_detect_init()
3276 if (!base->lookup_log_chans) in d40_hw_detect_init()