Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dntc_thermistor.c350 pdata->connect = NTC_CONNECTED_POSITIVE; in ntc_thermistor_parse_dt()
388 return (pdata->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()
391 return (pdata->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()
394 if (pdata->connect == NTC_CONNECTED_POSITIVE && puo == 0) in get_ohm_of_thermistor()
398 else if (pdata->connect == NTC_CONNECTED_POSITIVE) in get_ohm_of_thermistor()
594 NTC_CONNECTED_POSITIVE) || in ntc_thermistor_probe()
595 (pdata->connect != NTC_CONNECTED_POSITIVE && in ntc_thermistor_probe()
/Linux-v4.19/include/linux/platform_data/
Dntc_thermistor.h56 enum { NTC_CONNECTED_POSITIVE, NTC_CONNECTED_GROUND } connect; enumerator
/Linux-v4.19/Documentation/hwmon/
Dntc_thermistor36 1. connect = NTC_CONNECTED_POSITIVE, pullup_ohm > 0
48 2. connect = NTC_CONNECTED_POSITIVE, pullup_ohm = 0 (not-connected)