Searched refs:conv_table (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ti-soc-thermal/ |
H A D | omap4-thermal-data.c | 64 .conv_table = omap4430_adc_to_temp, 194 .conv_table = omap4460_adc_to_temp, 225 .conv_table = omap4460_adc_to_temp,
|
H A D | omap3-thermal-data.c | 72 .conv_table = omap34xx_adc_to_temp, 140 .conv_table = omap36xx_adc_to_temp,
|
H A D | omap5-thermal-data.c | 273 .conv_table = omap5430_adc_to_temp,
|
H A D | dra752-thermal-data.c | 327 .conv_table = dra752_adc_to_temp,
|
H A D | ti-bandgap.h | 186 * @conf: struct with bandgap configuration set (# sensors, conv_table, etc) 304 * @conv_table: Pointer to ADC to temperature conversion table 323 const int *conv_table; member
|
H A D | ti-bandgap.c | 300 *t = bgp->conf->conv_table[adc_val - conf->adc_start_val]; in ti_bandgap_adc_to_mcelsius()
|
/kernel/linux/linux-6.6/drivers/thermal/ti-soc-thermal/ |
H A D | omap4-thermal-data.c | 65 .conv_table = omap4430_adc_to_temp, 195 .conv_table = omap4460_adc_to_temp, 226 .conv_table = omap4460_adc_to_temp,
|
H A D | omap3-thermal-data.c | 72 .conv_table = omap34xx_adc_to_temp, 140 .conv_table = omap36xx_adc_to_temp,
|
H A D | omap5-thermal-data.c | 273 .conv_table = omap5430_adc_to_temp,
|
H A D | ti-bandgap.h | 186 * @conf: struct with bandgap configuration set (# sensors, conv_table, etc) 306 * @conv_table: Pointer to ADC to temperature conversion table 325 const int *conv_table; member
|
H A D | dra752-thermal-data.c | 327 .conv_table = dra752_adc_to_temp,
|
H A D | ti-bandgap.c | 300 *t = bgp->conf->conv_table[adc_val - conf->adc_start_val]; in ti_bandgap_adc_to_mcelsius()
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | qm1d1c0042.c | 167 static const u32 conv_table[9][3] = { variable 200 if (freq < conv_table[i][0] && freq >= conv_table[i + 1][0]) { in qm1d1c0042_set_params() 201 val |= conv_table[i][1] << 7; in qm1d1c0042_set_params() 202 val |= conv_table[i][2] << 4; in qm1d1c0042_set_params()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | qm1d1c0042.c | 167 static const u32 conv_table[9][3] = { variable 200 if (freq < conv_table[i][0] && freq >= conv_table[i + 1][0]) { in qm1d1c0042_set_params() 201 val |= conv_table[i][1] << 7; in qm1d1c0042_set_params() 202 val |= conv_table[i][2] << 4; in qm1d1c0042_set_params()
|
Completed in 8 milliseconds