Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/hwmon/
Dntc_thermistor.rst54 $ (pulldown_ohm)
66 $ (pulldown_ohm)
70 3. connect = NTC_CONNECTED_GROUND, pulldown_ohm > 0::
78 [TH] $ (pulldown_ohm)
82 4. connect = NTC_CONNECTED_GROUND, pulldown_ohm = 0 (not-connected)::
95 pulldown_ohm, and connect should be provided. When none of the four models
/Linux-v5.4/include/linux/platform_data/
Dntc_thermistor.h43 unsigned int pulldown_ohm; member
/Linux-v5.4/drivers/hwmon/
Dntc_thermistor.c412 if (of_property_read_u32(np, "pulldown-ohm", &pdata->pulldown_ohm)) in ntc_thermistor_parse_dt()
451 pdo = pdata->pulldown_ohm; in get_ohm_of_thermistor()
671 (pdata->pulldown_ohm == 0 && pdata->connect == in ntc_thermistor_probe()