Searched refs:strong_pullup (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/w1/slaves/ |
H A D | w1_therm.c | 40 * - strong_pullup = 0 Disable strong pullup completely 41 * - strong_pullup = 1 Enable automatic strong pullup detection 42 * - strong_pullup = 2 Force strong pullup 45 module_param_named(strong_pullup, w1_strong_pullup, int, 0); 1054 bool strong_pullup; in convert_t() local 1059 strong_pullup = (w1_strong_pullup == 2 || in convert_t() 1063 if (strong_pullup && SLAVE_FEATURES(sl) & W1_THERM_POLL_COMPLETION) { in convert_t() 1092 if (strong_pullup) in convert_t() 1104 } else if (!strong_pullup) { /*no device need pullup */ in convert_t() 1154 bool strong_pullup; in conv_time_measure() local 1309 bool strong_pullup; copy_scratchpad() local 1437 bool strong_pullup = false; trigger_bulk_read() local 1980 bool strong_pullup; features_store() local [all...] |
H A D | w1_ds28e04.c | 32 module_param_named(strong_pullup, w1_strong_pullup, int, 0);
|
/kernel/linux/linux-6.6/drivers/w1/slaves/ |
H A D | w1_therm.c | 40 * - strong_pullup = 0 Disable strong pullup completely 41 * - strong_pullup = 1 Enable automatic strong pullup detection 42 * - strong_pullup = 2 Force strong pullup 45 module_param_named(strong_pullup, w1_strong_pullup, int, 0); 1119 bool strong_pullup; in convert_t() local 1124 strong_pullup = (w1_strong_pullup == 2 || in convert_t() 1128 if (strong_pullup && SLAVE_FEATURES(sl) & W1_THERM_POLL_COMPLETION) { in convert_t() 1157 if (strong_pullup) in convert_t() 1169 } else if (!strong_pullup) { /*no device need pullup */ in convert_t() 1219 bool strong_pullup; in conv_time_measure() local 1374 bool strong_pullup; copy_scratchpad() local 1502 bool strong_pullup = false; trigger_bulk_read() local 2044 bool strong_pullup; features_store() local [all...] |
H A D | w1_ds28e04.c | 32 module_param_named(strong_pullup, w1_strong_pullup, int, 0);
|
Completed in 11 milliseconds