Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/w1/
Dw1.c48 static int w1_timeout = 10; variable
52 module_param_named(timeout, w1_timeout, int, 0);
316 count = sprintf(buf, "%d\n", w1_timeout); in w1_master_attribute_show_timeout()
1111 const unsigned long jtime = msecs_to_jiffies(w1_timeout * 1000); in w1_process()