Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/hwmon/
Dntc_thermistor.rst70 3. connect = NTC_CONNECTED_GROUND, pulldown_ohm > 0::
82 4. connect = NTC_CONNECTED_GROUND, pulldown_ohm = 0 (not-connected)::
/Linux-v6.1/drivers/hwmon/
Dntc_thermistor.c340 enum { NTC_CONNECTED_POSITIVE, NTC_CONNECTED_GROUND } connect; enumerator
398 else if (data->connect == NTC_CONNECTED_GROUND && pdo == 0) in get_ohm_of_thermistor()
598 data->connect = NTC_CONNECTED_GROUND; in ntc_thermistor_parse_props()
623 NTC_CONNECTED_GROUND) || in ntc_thermistor_probe()
627 data->connect != NTC_CONNECTED_GROUND)) { in ntc_thermistor_probe()