Home
last modified time | relevance | path

Searched refs:out_temp (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/drivers/thermal/tegra/
Dtegra-bpmp-thermal.c33 static int tegra_bpmp_thermal_get_temp(void *data, int *out_temp) in tegra_bpmp_thermal_get_temp() argument
56 *out_temp = reply.get_temp.temp; in tegra_bpmp_thermal_get_temp()
Dsoctherm.c424 static int tegra_thermctl_get_temp(void *data, int *out_temp) in tegra_thermctl_get_temp() argument
431 *out_temp = translate_temp(val); in tegra_thermctl_get_temp()
/Linux-v5.10/drivers/thermal/
Duniphier_thermal.c190 static int uniphier_tm_get_temp(void *data, int *out_temp) in uniphier_tm_get_temp() argument
202 *out_temp = sign_extend32(temp, TMOD_WIDTH - 1) * 1000; in uniphier_tm_get_temp()
Drockchip_thermal.c1106 static int rockchip_thermal_get_temp(void *_sensor, int *out_temp) in rockchip_thermal_get_temp() argument
1114 sensor->id, thermal->regs, out_temp); in rockchip_thermal_get_temp()
1116 sensor->id, *out_temp, retval); in rockchip_thermal_get_temp()