Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Drockchip_thermal.c118 * @trim_temp: get trim temp by trim code
142 int (*trim_temp)(struct platform_device *pdev); member
915 .trim_temp = rk_tsadcv1_trim_temp,
1214 if (tsadc->trim_temp) { in rockchip_thermal_set_trips()
1215 high += tsadc->trim_temp(thermal->pdev); in rockchip_thermal_set_trips()
1229 if (tsadc->trim_temp) { in rockchip_thermal_get_temp()
1230 *out_temp -= tsadc->trim_temp(thermal->pdev); in rockchip_thermal_get_temp()
1333 if (tsadc->trim_temp && tsadc->get_trim_code) { in rockchip_configure_from_dt()
1351 thermal->tshut_temp += tsadc->trim_temp(thermal->pdev); in rockchip_configure_from_dt()

Completed in 3 milliseconds