Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dma/
Dcoh901318.c2582 static void coh901318_base_init(struct dma_device *dma, const int *pick_chans, in coh901318_base_init() argument
2591 for (chans_i = 0; pick_chans[chans_i] != -1; chans_i += 2) { in coh901318_base_init()
2592 for (i = pick_chans[chans_i]; i <= pick_chans[chans_i+1]; i++) { in coh901318_base_init()
2744 static void coh901318_base_remove(struct coh901318_base *base, const int *pick_chans) in coh901318_base_remove() argument
2750 for (chans_i = 0; pick_chans[chans_i] != -1; chans_i += 2) { in coh901318_base_remove()
2751 for (i = pick_chans[chans_i]; i <= pick_chans[chans_i+1]; i++) { in coh901318_base_remove()