Home
last modified time | relevance | path

Searched refs:NTC_CONNECTED_POSITIVE (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/hwmon/
Dntc_thermistor.c340 enum { NTC_CONNECTED_POSITIVE, NTC_CONNECTED_GROUND } connect; enumerator
390 return (data->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()
393 return (data->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()
396 if (data->connect == NTC_CONNECTED_POSITIVE && puo == 0) in get_ohm_of_thermistor()
400 else if (data->connect == NTC_CONNECTED_POSITIVE) in get_ohm_of_thermistor()
596 data->connect = NTC_CONNECTED_POSITIVE; in ntc_thermistor_parse_props()
625 NTC_CONNECTED_POSITIVE) || in ntc_thermistor_probe()
626 (data->connect != NTC_CONNECTED_POSITIVE && in ntc_thermistor_probe()
/Linux-v6.1/Documentation/hwmon/
Dntc_thermistor.rst46 1. connect = NTC_CONNECTED_POSITIVE, pullup_ohm > 0::
58 2. connect = NTC_CONNECTED_POSITIVE, pullup_ohm = 0 (not-connected)::