Searched refs:find_candidate (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | dmaengine.c | 656 static struct dma_chan *find_candidate(struct dma_device *device, in find_candidate() function 739 chan = find_candidate(device, &mask, NULL, NULL); in dma_get_any_slave_channel() 770 chan = find_candidate(device, mask, fn, fn_param); in __dma_request_channel() 845 chan = find_candidate(d, &mask, d->filter.fn, map->param); in dma_request_chan()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | dmaengine.c | 656 static struct dma_chan *find_candidate(struct dma_device *device, in find_candidate() function 738 chan = find_candidate(device, &mask, NULL, NULL); in dma_get_any_slave_channel() 769 chan = find_candidate(device, mask, fn, fn_param); in __dma_request_channel() 844 chan = find_candidate(d, &mask, d->filter.fn, map->param); in dma_request_chan()
|
Completed in 5 milliseconds