Searched refs:w1_timeout (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/w1/
H A Dw1.c48 static int w1_timeout = 10; variable
52 module_param_named(timeout, w1_timeout, int, 0);
301 count = sprintf(buf, "%d\n", w1_timeout);
946 /* As long as w1_timeout is only set by a module parameter the sleep
949 const unsigned long jtime = msecs_to_jiffies(w1_timeout * 1000);

Completed in 105 milliseconds