Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dntc_thermistor.c341 enum { NTC_CONNECTED_POSITIVE, NTC_CONNECTED_GROUND } connect; enumerator
391 return (data->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()
394 return (data->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()
397 if (data->connect == NTC_CONNECTED_POSITIVE && puo == 0) in get_ohm_of_thermistor()
401 else if (data->connect == NTC_CONNECTED_POSITIVE) in get_ohm_of_thermistor()
597 data->connect = NTC_CONNECTED_POSITIVE; in ntc_thermistor_parse_props()
626 NTC_CONNECTED_POSITIVE) || in ntc_thermistor_probe()
627 (data->connect != NTC_CONNECTED_POSITIVE && in ntc_thermistor_probe()
/openbmc/linux/Documentation/hwmon/
H A Dntc_thermistor.rst46 1. connect = NTC_CONNECTED_POSITIVE, pullup_ohm > 0::
58 2. connect = NTC_CONNECTED_POSITIVE, pullup_ohm = 0 (not-connected)::