Searched refs:w1_timeout (Results 1 – 1 of 1) sorted by relevance
48 static int w1_timeout = 10; variable52 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()