Searched defs:poll_delay_min_max (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/comedi/drivers/
H A Djr3_pci.c155 static struct poll_delay_t poll_delay_min_max(int min, int max) function
511 struct poll_delay_t result = poll_delay_min_max(1000, 2000);
538 result = poll_delay_min_max(1000, 2000);
543 result = poll_delay_min_max(1000, 2000);
551 result = poll_delay_min_max(1000, 2000);
579 result = poll_delay_min_max(20, 100); /* Allow 20 ms for completion */
587 result = poll_delay_min_max(20, 100);
620 result = poll_delay_min_max(20, 100); /* Allow 20 ms for completion */
629 result = poll_delay_min_max(20, 100);
683 result = poll_delay_min_max(4
[all...]

Completed in 9 milliseconds