Searched refs:w1_strong_pullup (Results 1 – 3 of 3) sorted by relevance
55 static int w1_strong_pullup = 1; variable56 module_param_named(strong_pullup, w1_strong_pullup, int, 0);298 if (w1_strong_pullup == 2 || in w1_therm_eeprom()299 (!external_power && w1_strong_pullup)) in w1_therm_eeprom()316 } else if (!w1_strong_pullup) { in w1_therm_eeprom()526 if (w1_strong_pullup == 2 || in read_therm()527 (!external_power && w1_strong_pullup)) in read_therm()544 } else if (!w1_strong_pullup) { in read_therm()
33 static int w1_strong_pullup = 1; variable34 module_param_named(strong_pullup, w1_strong_pullup, int, 0);204 if (w1_strong_pullup && i == sizeof(wrbuf)-1) in w1_f1C_write()210 if (!w1_strong_pullup) in w1_f1C_write()
18 via the module parameter "w1_strong_pullup".