Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/pps/clients/
Dpps_parport.c32 static unsigned int clear_wait = 100; variable
33 MODULE_PARM_DESC(clear_wait,
36 module_param(clear_wait, uint, 0);
173 device->cw = clear_wait; in parport_attach()
226 if (clear_wait > CLEAR_WAIT_MAX) { in pps_parport_init()