Searched refs:find_candidate (Results 1 – 1 of 1) sorted by relevance
/drivers/dma/ |
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()
|