Searched refs:cal_offset (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/drivers/thermal/mediatek/ |
H A D | lvts_thermal.c | 105 int cal_offset[LVTS_SENSOR_MAX]; member 642 efuse_calibration + lvts_ctrl_data->cal_offset[i], 2); in lvts_calibration_init() 1263 .cal_offset = { 0x04, 0x07 }, 1273 .cal_offset = { 0x0d, 0x10 }, 1283 .cal_offset = { 0x16, 0x19, 0x1c, 0x1f }, 1298 .cal_offset = { 0x25, 0x28 }, 1308 .cal_offset = { 0x2e, 0x31 }, 1318 .cal_offset = { 0x37, 0x3a, 0x3d }, 1329 .cal_offset = { 0x43, 0x46 },
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | sprd_thermal.c | 80 int cal_offset; member 173 sen->cal_offset = thm->var_data->ideal_b + (dt_offset - 128) * 250; in sprd_thm_sensor_calibration() 188 return sen->cal_slope * rawdata - sen->cal_offset; in sprd_thm_rawdata_to_temp() 202 val = (temp + sen->cal_offset) / sen->cal_slope; in sprd_thm_temp_to_rawdata()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | sprd_thermal.c | 80 int cal_offset; member 173 sen->cal_offset = thm->var_data->ideal_b + (dt_offset - 128) * 250; in sprd_thm_sensor_calibration() 188 return sen->cal_slope * rawdata - sen->cal_offset; in sprd_thm_rawdata_to_temp() 202 val = (temp + sen->cal_offset) / sen->cal_slope; in sprd_thm_temp_to_rawdata()
|
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | cpcap-adc.c | 188 * @cal_offset: calibration offset 196 int cal_offset; member 500 bank_conversion[channel].cal_offset = in cpcap_adc_calibrate_one() 503 channel, bank_conversion[channel].cal_offset); in cpcap_adc_calibrate_one() 695 req->result += conv_tbl[index].cal_offset; in cpcap_adc_phase() 796 bank_conversion[CPCAP_ADC_CHG_ISENSE].cal_offset = in cpcap_adc_read_bank_scaled() 803 bank_conversion[CPCAP_ADC_BATTI].cal_offset = in cpcap_adc_read_bank_scaled()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | cpcap-adc.c | 188 * @cal_offset: calibration offset 196 int cal_offset; member 500 bank_conversion[channel].cal_offset = in cpcap_adc_calibrate_one() 503 channel, bank_conversion[channel].cal_offset); in cpcap_adc_calibrate_one() 696 req->result += conv_tbl[index].cal_offset; in cpcap_adc_phase() 797 bank_conversion[CPCAP_ADC_CHG_ISENSE].cal_offset = in cpcap_adc_read_bank_scaled() 804 bank_conversion[CPCAP_ADC_BATTI].cal_offset = in cpcap_adc_read_bank_scaled()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath12k/ |
H A D | hw.c | 862 .cal_offset = 128 * 1024, 918 .cal_offset = 256 * 1024, 975 .cal_offset = 128 * 1024,
|
H A D | hw.h | 140 size_t cal_offset; member
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | core.c | 46 .cal_offset = 128 * 1024, 131 .cal_offset = 128 * 1024, 214 .cal_offset = 128 * 1024, 299 .cal_offset = 128 * 1024, 381 .cal_offset = 128 * 1024, 466 .cal_offset = 128 * 1024, 549 .cal_offset = 128 * 1024, 630 .cal_offset = 128 * 1024,
|
H A D | hw.h | 148 size_t cal_offset; member
|
H A D | qmi.c | 2345 bdf_addr += ab->hw_params.fw.cal_offset; in ath11k_qmi_load_file_target_mem()
|
Completed in 14 milliseconds