Searched refs:NTC_CONNECTED_POSITIVE (Results 1 – 3 of 3) sorted by relevance
422 pdata->connect = NTC_CONNECTED_POSITIVE; in ntc_thermistor_parse_dt()460 return (pdata->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()463 return (pdata->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()466 if (pdata->connect == NTC_CONNECTED_POSITIVE && puo == 0) in get_ohm_of_thermistor()470 else if (pdata->connect == NTC_CONNECTED_POSITIVE) in get_ohm_of_thermistor()679 NTC_CONNECTED_POSITIVE) || in ntc_thermistor_probe()680 (pdata->connect != NTC_CONNECTED_POSITIVE && in ntc_thermistor_probe()
46 1. connect = NTC_CONNECTED_POSITIVE, pullup_ohm > 0::58 2. connect = NTC_CONNECTED_POSITIVE, pullup_ohm = 0 (not-connected)::
44 enum { NTC_CONNECTED_POSITIVE, NTC_CONNECTED_GROUND } connect; enumerator