Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dste_dma40.c582 struct d40_chan **lookup_log_chans; member
1667 d40c = base->lookup_log_chans[il[row].offset + idx]; in d40_handle_interrupt()
1945 d40c->base->lookup_log_chans[d40c->log_num] = d40c; in d40_allocate_channel()
2025 d40c->base->lookup_log_chans[d40c->log_num] = NULL; in d40_free_dma()
3244 base->lookup_log_chans = kcalloc(num_log_chans, in d40_hw_detect_init()
3245 sizeof(*base->lookup_log_chans), in d40_hw_detect_init()
3247 if (!base->lookup_log_chans) in d40_hw_detect_init()
3284 kfree(base->lookup_log_chans); in d40_hw_detect_init()
3683 kfree(base->lookup_log_chans); in d40_probe()