Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/hwmon/
H A Dntc_thermistor.rst70 3. connect = NTC_CONNECTED_GROUND, pulldown_ohm > 0::
82 4. connect = NTC_CONNECTED_GROUND, pulldown_ohm = 0 (not-connected)::
/openbmc/linux/drivers/hwmon/
H A Dntc_thermistor.c341 enum { NTC_CONNECTED_POSITIVE, NTC_CONNECTED_GROUND } connect; enumerator
399 else if (data->connect == NTC_CONNECTED_GROUND && pdo == 0) in get_ohm_of_thermistor()
599 data->connect = NTC_CONNECTED_GROUND; in ntc_thermistor_parse_props()
624 NTC_CONNECTED_GROUND) || in ntc_thermistor_probe()
628 data->connect != NTC_CONNECTED_GROUND)) { in ntc_thermistor_probe()