Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dntc_thermistor.c273 pdata->connect = NTC_CONNECTED_POSITIVE; in ntc_thermistor_parse_dt()
319 if (pdata->connect == NTC_CONNECTED_POSITIVE) in get_ohm_of_thermistor()
324 return (pdata->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()
327 if (pdata->connect == NTC_CONNECTED_POSITIVE && puo == 0) in get_ohm_of_thermistor()
331 else if (pdata->connect == NTC_CONNECTED_POSITIVE) in get_ohm_of_thermistor()
539 NTC_CONNECTED_POSITIVE) || in ntc_thermistor_probe()
540 (pdata->connect != NTC_CONNECTED_POSITIVE && in ntc_thermistor_probe()
/linux-4.1.27/include/linux/platform_data/
Dntc_thermistor.h54 enum { NTC_CONNECTED_POSITIVE, NTC_CONNECTED_GROUND } connect; enumerator
/linux-4.1.27/Documentation/hwmon/
Dntc_thermistor34 1. connect = NTC_CONNECTED_POSITIVE, pullup_ohm > 0
46 2. connect = NTC_CONNECTED_POSITIVE, pullup_ohm = 0 (not-connected)