Home
last modified time | relevance | path

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

/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_thermistor58 3. connect = NTC_CONNECTED_GROUND, pulldown_ohm > 0
70 4. connect = NTC_CONNECTED_GROUND, pulldown_ohm = 0 (not-connected)
/linux-4.1.27/drivers/hwmon/
Dntc_thermistor.c275 pdata->connect = NTC_CONNECTED_GROUND; in ntc_thermistor_parse_dt()
329 else if (pdata->connect == NTC_CONNECTED_GROUND && pdo == 0) in get_ohm_of_thermistor()
537 NTC_CONNECTED_GROUND) || in ntc_thermistor_probe()
541 pdata->connect != NTC_CONNECTED_GROUND))) { in ntc_thermistor_probe()