Searched refs:test_channel (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 Ddmatest.c24 static char test_channel[20]; variable
25 module_param_string(channel, test_channel, sizeof(test_channel), S_IRUGO);
98 if (test_channel[0] == '\0')
100 return strcmp(dma_chan_name(chan), test_channel) == 0;

Completed in 32 milliseconds