Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/hwmon/
H A 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
/openbmc/linux/drivers/hwmon/
H A Dntc_thermistor.c339 unsigned int pulldown_ohm; member
387 pdo = data->pulldown_ohm; in get_ohm_of_thermistor()
591 ret = device_property_read_u32(dev, "pulldown-ohm", &data->pulldown_ohm); in ntc_thermistor_parse_props()
624 (data->pulldown_ohm == 0 && data->connect == in ntc_thermistor_probe()