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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Ddmaengine.c355 * nth_chan - returns the nth channel of the given capability
363 static struct dma_chan *nth_chan(enum dma_transaction_type cap, int n) function
437 chan = nth_chan(cap, n++);
439 chan = nth_chan(cap, -1);

Completed in 91 milliseconds