Searched refs:w1_strong_pullup (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/w1/slaves/
H A Dw1_therm.c59 static int w1_strong_pullup = 1; variable
60 module_param_named(strong_pullup, w1_strong_pullup, int, 0);
265 if (w1_strong_pullup == 2 || w1_slave_show()
266 (!external_power && w1_strong_pullup)) w1_slave_show()
283 } else if (!w1_strong_pullup) { w1_slave_show()
H A 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) w1_f1C_write()
215 if (!w1_strong_pullup) w1_f1C_write()

Completed in 171 milliseconds