Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Dntc_thermistor.c314 pdata->connect = NTC_CONNECTED_POSITIVE; in ntc_thermistor_parse_dt()
359 return (pdata->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()
362 return (pdata->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()
365 if (pdata->connect == NTC_CONNECTED_POSITIVE && puo == 0) in get_ohm_of_thermistor()
369 else if (pdata->connect == NTC_CONNECTED_POSITIVE) in get_ohm_of_thermistor()
577 NTC_CONNECTED_POSITIVE) || in ntc_thermistor_probe()
578 (pdata->connect != NTC_CONNECTED_POSITIVE && in ntc_thermistor_probe()
/linux-4.4.14/include/linux/platform_data/
Dntc_thermistor.h55 enum { NTC_CONNECTED_POSITIVE, NTC_CONNECTED_GROUND } connect; enumerator
/linux-4.4.14/Documentation/hwmon/
Dntc_thermistor36 1. connect = NTC_CONNECTED_POSITIVE, pullup_ohm > 0
48 2. connect = NTC_CONNECTED_POSITIVE, pullup_ohm = 0 (not-connected)