Lines Matching refs: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()
1097 if (strong_pullup) { /*some device need pullup */ in convert_t()
1157 bool strong_pullup; in conv_time_measure() local
1162 strong_pullup = (w1_strong_pullup == 2 || in conv_time_measure()
1166 if (strong_pullup) { in conv_time_measure()
1312 bool strong_pullup; in copy_scratchpad() local
1318 strong_pullup = (w1_strong_pullup == 2 || in copy_scratchpad()
1336 if (strong_pullup) in copy_scratchpad()
1341 if (strong_pullup) { in copy_scratchpad()
1440 bool strong_pullup = false; in trigger_bulk_read() local
1454 strong_pullup = strong_pullup || in trigger_bulk_read()
1480 if (strong_pullup) /* Apply pullup if required */ in trigger_bulk_read()
1492 if (strong_pullup) { /* some device need pullup */ in trigger_bulk_read()
1983 bool strong_pullup; in features_store() local
2000 strong_pullup = (w1_strong_pullup == 2 || in features_store()
2004 if (strong_pullup && SLAVE_FEATURES(sl) & W1_THERM_POLL_COMPLETION) { in features_store()