Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/hwmon/
H A Dntc_thermistor.rst46 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 Dntc_thermistor.c338 unsigned int pullup_ohm; member
386 puo = data->pullup_ohm; in get_ohm_of_thermistor()
587 ret = device_property_read_u32(dev, "pullup-ohm", &data->pullup_ohm); in ntc_thermistor_parse_props()
622 (data->pullup_ohm == 0 && data->connect == in ntc_thermistor_probe()