Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/w1/slaves/
Dw1_therm.c41 static int w1_strong_pullup = 1; variable
42 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()
Dw1_ds28e04.c31 static int w1_strong_pullup = 1; variable
32 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()
/Linux-v5.4/Documentation/w1/slaves/
Dw1_ds28e04.rst23 via the module parameter "w1_strong_pullup".