Searched refs:w1_timeout (Results 1 – 1 of 1) sorted by relevance
31 static int w1_timeout = 10; variable32 module_param_named(timeout, w1_timeout, int, 0);305 count = sprintf(buf, "%d\n", w1_timeout); in w1_master_attribute_show_timeout()1165 usecs_to_jiffies(w1_timeout * 1000000 + w1_timeout_us); in w1_process()