Searched refs:out_temp (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/thermal/tegra/ |
H A D | tegra-bpmp-thermal.c | 34 int *out_temp) in __tegra_bpmp_thermal_get_temp() 60 *out_temp = reply.get_temp.temp; in __tegra_bpmp_thermal_get_temp() 65 static int tegra_bpmp_thermal_get_temp(struct thermal_zone_device *tz, int *out_temp) in tegra_bpmp_thermal_get_temp() argument 69 return __tegra_bpmp_thermal_get_temp(zone, out_temp); in tegra_bpmp_thermal_get_temp() 33 __tegra_bpmp_thermal_get_temp(struct tegra_bpmp_thermal_zone *zone, int *out_temp) __tegra_bpmp_thermal_get_temp() argument
|
H A D | soctherm.c | 424 static int tegra_thermctl_get_temp(struct thermal_zone_device *tz, int *out_temp) in tegra_thermctl_get_temp() argument 431 *out_temp = translate_temp(val); in tegra_thermctl_get_temp()
|
/kernel/linux/linux-5.10/drivers/thermal/tegra/ |
H A D | tegra-bpmp-thermal.c | 33 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()
|
H A D | soctherm.c | 424 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()
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | uniphier_thermal.c | 190 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()
|
H A D | rockchip_thermal.c | 1106 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()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | uniphier_thermal.c | 187 static int uniphier_tm_get_temp(struct thermal_zone_device *tz, int *out_temp) in uniphier_tm_get_temp() argument 199 *out_temp = sign_extend32(temp, TMOD_WIDTH - 1) * 1000; in uniphier_tm_get_temp()
|
H A D | rockchip_thermal.c | 1392 static int rockchip_thermal_get_temp(struct thermal_zone_device *tz, int *out_temp) in rockchip_thermal_get_temp() argument 1400 sensor->id, thermal->regs, out_temp); in rockchip_thermal_get_temp()
|
Completed in 16 milliseconds