Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/hwmon/
Dntc_thermistor36 1. connect = NTC_CONNECTED_POSITIVE, pullup_ohm > 0
40 [TH] $ (pullup_ohm)
48 2. connect = NTC_CONNECTED_POSITIVE, pullup_ohm = 0 (not-connected)
64 $ (pullup_ohm)
76 $ (pullup_ohm)
84 When one of the four circuit models is used, read_uV, pullup_uV, pullup_ohm,
/linux-4.4.14/include/linux/platform_data/
Dntc_thermistor.h53 unsigned int pullup_ohm; member
/linux-4.4.14/drivers/hwmon/
Dntc_thermistor.c308 if (of_property_read_u32(np, "pullup-ohm", &pdata->pullup_ohm)) in ntc_thermistor_parse_dt()
355 puo = pdata->pullup_ohm; in get_ohm_of_thermistor()
574 (pdata->pullup_ohm == 0 && pdata->connect == in ntc_thermistor_probe()