Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dntc_thermistor.rst70 3. connect = NTC_CONNECTED_GROUND, pulldown_ohm > 0::
82 4. connect = NTC_CONNECTED_GROUND, pulldown_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
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dntc_thermistor.c418 pdata->connect = NTC_CONNECTED_GROUND; in ntc_thermistor_parse_dt()
462 else if (pdata->connect == NTC_CONNECTED_GROUND && pdo == 0) in get_ohm_of_thermistor()
670 NTC_CONNECTED_GROUND) || in ntc_thermistor_probe()
674 pdata->connect != NTC_CONNECTED_GROUND))) { in ntc_thermistor_probe()