Searched refs:pulldown_ohm (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/Documentation/hwmon/ |
H A D | ntc_thermistor.rst | 54 $ (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 D | ntc_thermistor.c | 325 * pullup_uV, pullup_ohm, pulldown_ohm, and connect are required. 327 * How to setup pullup_ohm, pulldown_ohm, and connect is 340 unsigned int pulldown_ohm; member 388 pdo = data->pulldown_ohm; in get_ohm_of_thermistor() 592 ret = device_property_read_u32(dev, "pulldown-ohm", &data->pulldown_ohm); in ntc_thermistor_parse_props() 625 (data->pulldown_ohm == 0 && data->connect == in ntc_thermistor_probe()
|