Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/include/linux/platform_data/
Dntc_thermistor.h54 unsigned int pullup_ohm; member
/Linux-v4.19/drivers/hwmon/
Dntc_thermistor.c344 if (of_property_read_u32(np, "pullup-ohm", &pdata->pullup_ohm)) in ntc_thermistor_parse_dt()
384 puo = pdata->pullup_ohm; in get_ohm_of_thermistor()
591 (pdata->pullup_ohm == 0 && pdata->connect == in ntc_thermistor_probe()