Home
last modified time | relevance | path

Searched refs:full_scale_code_volt (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/iio/adc/
A Dqcom-vadc-common.c491 const u32 full_scale_code_volt, in qcom_vadc_scale_voltage_code() argument
497 volt *= prescale->num * factor * full_scale_code_volt; in qcom_vadc_scale_voltage_code()
521 voltage = div64_s64(voltage, data->full_scale_code_volt); in qcom_vadc_scale_code_voltage_factor()
668 u32 full_scale_code_volt, int temp) in qcom_adc_tm5_temp_volt_scale() argument
676 return qcom_vadc_scale_voltage_code(voltage, prescale, full_scale_code_volt, 1000); in qcom_adc_tm5_temp_volt_scale()
A Dqcom-spmi-adc5.c746 .full_scale_code_volt = 0x70e4,
761 .full_scale_code_volt = 0x70e4,
773 .full_scale_code_volt = 0x4000,
/linux/include/linux/iio/adc/
A Dqcom-vadc-common.h136 const u32 full_scale_code_volt; member
162 u32 full_scale_code_volt, int temp);
/linux/drivers/thermal/qcom/
A Dqcom-spmi-adc-tm5.c82 const u32 full_scale_code_volt; member
143 .full_scale_code_volt = 0x70e4,
151 .full_scale_code_volt = 0x70e4,
292 chip->data->full_scale_code_volt, high); in adc_tm5_configure()
304 chip->data->full_scale_code_volt, low); in adc_tm5_configure()

Completed in 19 milliseconds