Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dntc_thermistor.c416 pdata->connect = NTC_CONNECTED_POSITIVE; in ntc_thermistor_parse_dt()
454 return (pdata->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()
457 return (pdata->connect == NTC_CONNECTED_POSITIVE) ? in get_ohm_of_thermistor()
460 if (pdata->connect == NTC_CONNECTED_POSITIVE && puo == 0) in get_ohm_of_thermistor()
464 else if (pdata->connect == NTC_CONNECTED_POSITIVE) in get_ohm_of_thermistor()
672 NTC_CONNECTED_POSITIVE) || in ntc_thermistor_probe()
673 (pdata->connect != NTC_CONNECTED_POSITIVE && in ntc_thermistor_probe()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dntc_thermistor.rst46 1. connect = NTC_CONNECTED_POSITIVE, pullup_ohm > 0::
58 2. connect = NTC_CONNECTED_POSITIVE, pullup_ohm = 0 (not-connected)::
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dntc_thermistor.h44 enum { NTC_CONNECTED_POSITIVE, NTC_CONNECTED_GROUND } connect; enumerator