Searched refs:w1_strong_pullup (Results 1 – 3 of 3) sorted by relevance
59 static int w1_strong_pullup = 1; variable60 module_param_named(strong_pullup, w1_strong_pullup, int, 0);248 if (w1_strong_pullup == 2 || in w1_slave_show()249 (!external_power && w1_strong_pullup)) in w1_slave_show()266 } else if (!w1_strong_pullup) { in w1_slave_show()
38 static int w1_strong_pullup = 1; variable39 module_param_named(strong_pullup, w1_strong_pullup, int, 0);209 if (w1_strong_pullup && i == sizeof(wrbuf)-1) in w1_f1C_write()215 if (!w1_strong_pullup) in w1_f1C_write()
18 via the module parameter "w1_strong_pullup".