Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/w1/slaves/
Dw1_therm.c59 static int w1_strong_pullup = 1; variable
60 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()
Dw1_ds28e04.c38 static int w1_strong_pullup = 1; variable
39 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()
/linux-4.1.27/Documentation/w1/slaves/
Dw1_ds28e0418 via the module parameter "w1_strong_pullup".