Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/hwmon/
Dntc_thermistor34 1. connect = NTC_CONNECTED_POSITIVE, pullup_ohm > 0
38 [TH] $ (pullup_ohm)
46 2. connect = NTC_CONNECTED_POSITIVE, pullup_ohm = 0 (not-connected)
62 $ (pullup_ohm)
74 $ (pullup_ohm)
82 When one of the four circuit models is used, read_uV, pullup_uV, pullup_ohm,
/linux-4.1.27/include/linux/platform_data/
Dntc_thermistor.h52 unsigned int pullup_ohm; member
/linux-4.1.27/drivers/hwmon/
Dntc_thermistor.c267 if (of_property_read_u32(np, "pullup-ohm", &pdata->pullup_ohm)) in ntc_thermistor_parse_dt()
315 puo = pdata->pullup_ohm; in get_ohm_of_thermistor()
536 (pdata->pullup_ohm == 0 && pdata->connect == in ntc_thermistor_probe()