conv_table        167 drivers/media/tuners/qm1d1c0042.c static const u32 conv_table[9][3] = {
conv_table        200 drivers/media/tuners/qm1d1c0042.c 		if (freq < conv_table[i][0] && freq >= conv_table[i + 1][0]) {
conv_table        201 drivers/media/tuners/qm1d1c0042.c 			val |= conv_table[i][1] << 7;
conv_table        202 drivers/media/tuners/qm1d1c0042.c 			val |= conv_table[i][2] << 4;
conv_table        327 drivers/thermal/ti-soc-thermal/dra752-thermal-data.c 	.conv_table = dra752_adc_to_temp,
conv_table         72 drivers/thermal/ti-soc-thermal/omap3-thermal-data.c 	.conv_table = omap34xx_adc_to_temp,
conv_table        140 drivers/thermal/ti-soc-thermal/omap3-thermal-data.c 	.conv_table = omap36xx_adc_to_temp,
conv_table         63 drivers/thermal/ti-soc-thermal/omap4-thermal-data.c 	.conv_table = omap4430_adc_to_temp,
conv_table        193 drivers/thermal/ti-soc-thermal/omap4-thermal-data.c 	.conv_table = omap4460_adc_to_temp,
conv_table        224 drivers/thermal/ti-soc-thermal/omap4-thermal-data.c 	.conv_table = omap4460_adc_to_temp,
conv_table        273 drivers/thermal/ti-soc-thermal/omap5-thermal-data.c 	.conv_table = omap5430_adc_to_temp,
conv_table        290 drivers/thermal/ti-soc-thermal/ti-bandgap.c 	*t = bgp->conf->conv_table[adc_val - conf->adc_start_val];
conv_table        315 drivers/thermal/ti-soc-thermal/ti-bandgap.h 	const int			*conv_table;