Searched refs:pullup_ohm (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/Documentation/hwmon/ |
H A D | ntc_thermistor.rst | 46 1. connect = NTC_CONNECTED_POSITIVE, pullup_ohm > 0:: 50 [TH] $ (pullup_ohm) 58 2. connect = NTC_CONNECTED_POSITIVE, pullup_ohm = 0 (not-connected):: 74 $ (pullup_ohm) 86 $ (pullup_ohm) 94 When one of the four circuit models is used, read_uV, pullup_uV, pullup_ohm,
|
/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 339 unsigned int pullup_ohm; member 387 puo = data->pullup_ohm; in get_ohm_of_thermistor() 588 ret = device_property_read_u32(dev, "pullup-ohm", &data->pullup_ohm); in ntc_thermistor_parse_props() 623 (data->pullup_ohm == 0 && data->connect == in ntc_thermistor_probe()
|