Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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,
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dntc_thermistor.h42 unsigned int pullup_ohm; member
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dntc_thermistor.c410 if (of_property_read_u32(np, "pullup-ohm", &pdata->pullup_ohm)) in ntc_thermistor_parse_dt()
450 puo = pdata->pullup_ohm; in get_ohm_of_thermistor()
669 (pdata->pullup_ohm == 0 && pdata->connect == in ntc_thermistor_probe()