Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dma/
Dste_dma40.c584 struct d40_chan **lookup_log_chans; member
1672 d40c = base->lookup_log_chans[il[row].offset + idx]; in d40_handle_interrupt()
1950 d40c->base->lookup_log_chans[d40c->log_num] = d40c; in d40_allocate_channel()
2030 d40c->base->lookup_log_chans[d40c->log_num] = NULL; in d40_free_dma()
3257 base->lookup_log_chans = kcalloc(num_log_chans, in d40_hw_detect_init()
3258 sizeof(*base->lookup_log_chans), in d40_hw_detect_init()
3260 if (!base->lookup_log_chans) in d40_hw_detect_init()
3297 kfree(base->lookup_log_chans); in d40_hw_detect_init()
3698 kfree(base->lookup_log_chans); in d40_probe()