Home
last modified time | relevance | path

Searched refs:ideal_b (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/
H A Dsprd_thermal.c96 * and use idea_k to specify the slope and ideal_b to specify the offset.
98 * Since different Spreadtrum SoCs have different ideal_k and ideal_b,
99 * we should save ideal_k and ideal_b in the device data structure.
103 u32 ideal_b; member
108 .ideal_b = 66400,
173 sen->cal_offset = thm->var_data->ideal_b + (dt_offset - 128) * 250; in sprd_thm_sensor_calibration()
/kernel/linux/linux-6.6/drivers/thermal/
H A Dsprd_thermal.c96 * and use idea_k to specify the slope and ideal_b to specify the offset.
98 * Since different Spreadtrum SoCs have different ideal_k and ideal_b,
99 * we should save ideal_k and ideal_b in the device data structure.
103 u32 ideal_b; member
108 .ideal_b = 66400,
173 sen->cal_offset = thm->var_data->ideal_b + (dt_offset - 128) * 250; in sprd_thm_sensor_calibration()

Completed in 2 milliseconds