Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dste_dma40.c607 struct d40_chan **lookup_log_chans; member
1695 d40c = base->lookup_log_chans[il[row].offset + idx]; in d40_handle_interrupt()
1973 d40c->base->lookup_log_chans[d40c->log_num] = d40c; in d40_allocate_channel()
2053 d40c->base->lookup_log_chans[d40c->log_num] = NULL; in d40_free_dma()
3271 base->lookup_log_chans = devm_kcalloc(dev, num_log_chans, in d40_hw_detect_init()
3272 sizeof(*base->lookup_log_chans), in d40_hw_detect_init()
3274 if (!base->lookup_log_chans) in d40_hw_detect_init()