Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/
H A Dste_dma40.c234 * @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; member
1673 d40c = base->lookup_log_chans[il[row].offset + idx]; in d40_handle_interrupt()
1951 d40c->base->lookup_log_chans[d40c->log_num] = d40c; in d40_allocate_channel()
2031 d40c->base->lookup_log_chans[d40c->log_num] = NULL; in d40_free_dma()
3258 base->lookup_log_chans = kcalloc(num_log_chans, in d40_hw_detect_init()
3259 sizeof(*base->lookup_log_chans), in d40_hw_detect_init()
3261 if (!base->lookup_log_chans) in d40_hw_detect_init()
3298 kfree(base->lookup_log_chans); in d40_hw_detect_init()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Dste_dma40.c263 * @offset: start delta in the lookup_log_chans in d40_base. If equals to
570 * @lookup_log_chans: Used to map interrupt number to logical channel. Points
609 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()

Completed in 9 milliseconds