Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/w1/slaves/
Dw1_therm.c55 static int w1_strong_pullup = 1; variable
56 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()
Dw1_ds28e04.c33 static int w1_strong_pullup = 1; variable
34 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()
/Linux-v4.19/Documentation/w1/slaves/
Dw1_ds28e0418 via the module parameter "w1_strong_pullup".