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

/linux-4.1.27/drivers/pps/clients/
H A Dpps_parport.c46 static unsigned int clear_wait = 100; variable
47 MODULE_PARM_DESC(clear_wait,
50 module_param(clear_wait, uint, 0);
91 * number of polls is limited by clear_wait parameter which is parport_irq()
176 device->cw = clear_wait; parport_attach()
225 if (clear_wait > CLEAR_WAIT_MAX) { pps_parport_init()
226 pr_err("clear_wait value should be not greater" pps_parport_init()

Completed in 68 milliseconds