Searched refs:w1_strong_pullup (Results 1 – 3 of 3) sorted by relevance
41 static int w1_strong_pullup = 1; variable42 module_param_named(strong_pullup, w1_strong_pullup, int, 0);284 if (w1_strong_pullup == 2 || in w1_therm_eeprom()285 (!external_power && w1_strong_pullup)) in w1_therm_eeprom()302 } else if (!w1_strong_pullup) { in w1_therm_eeprom()512 if (w1_strong_pullup == 2 || in read_therm()513 (!external_power && w1_strong_pullup)) in read_therm()530 } else if (!w1_strong_pullup) { in read_therm()
31 static int w1_strong_pullup = 1; variable32 module_param_named(strong_pullup, w1_strong_pullup, int, 0);202 if (w1_strong_pullup && i == sizeof(wrbuf)-1) in w1_f1C_write()208 if (!w1_strong_pullup) in w1_f1C_write()
23 via the module parameter "w1_strong_pullup".