Home
last modified time | relevance | path

Searched refs:conv_table (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/thermal/ti-soc-thermal/
Domap4-thermal-data.c75 .conv_table = omap4430_adc_to_temp,
214 .conv_table = omap4460_adc_to_temp,
247 .conv_table = omap4460_adc_to_temp,
Domap3-thermal-data.c83 .conv_table = omap34xx_adc_to_temp,
156 .conv_table = omap36xx_adc_to_temp,
Dti-bandgap.c304 *t = bgp->conf->conv_table[adc_val - conf->adc_start_val]; in ti_bandgap_adc_to_mcelsius()
325 const int *conv_table = bgp->conf->conv_table; in ti_bandgap_mcelsius_to_adc() local
332 if (temp < conv_table[low] || temp > conv_table[high]) in ti_bandgap_mcelsius_to_adc()
336 if (temp < conv_table[mid]) in ti_bandgap_mcelsius_to_adc()
Dti-bandgap.h368 const int *conv_table; member
Domap5-thermal-data.c326 .conv_table = omap5430_adc_to_temp,
Ddra752-thermal-data.c427 .conv_table = dra752_adc_to_temp,
/linux-4.4.14/drivers/media/tuners/
Dqm1d1c0042.c166 static const u32 conv_table[9][3] = { variable
199 if (freq < conv_table[i][0] && freq >= conv_table[i + 1][0]) { in qm1d1c0042_set_params()
200 val |= conv_table[i][1] << 7; in qm1d1c0042_set_params()
201 val |= conv_table[i][2] << 4; in qm1d1c0042_set_params()