Home
last modified time | relevance | path

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

/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_thermistor60 3. connect = NTC_CONNECTED_GROUND, pulldown_ohm > 0
72 4. connect = NTC_CONNECTED_GROUND, pulldown_ohm = 0 (not-connected)
/linux-4.4.14/drivers/hwmon/
Dntc_thermistor.c316 pdata->connect = NTC_CONNECTED_GROUND; in ntc_thermistor_parse_dt()
367 else if (pdata->connect == NTC_CONNECTED_GROUND && pdo == 0) in get_ohm_of_thermistor()
575 NTC_CONNECTED_GROUND) || in ntc_thermistor_probe()
579 pdata->connect != NTC_CONNECTED_GROUND))) { in ntc_thermistor_probe()