Searched refs:pullup_uv (Results 1 – 1 of 1) sorted by relevance
338 unsigned int pullup_uv; member 366 /* Assume 12 bit ADC with vref at pullup_uv */ in ntc_adc_iio_read() 367 uv = (data->pullup_uv * (s64)raw) >> 12; in ntc_adc_iio_read() 385 u32 puv = data->pullup_uv; in get_ohm_of_thermistor() 584 ret = device_property_read_u32(dev, "pullup-uv", &data->pullup_uv); in ntc_thermistor_parse_props() 622 if (data->pullup_uv == 0 || in ntc_thermistor_probe()