Searched refs:get_crit_temp (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | thermal_hwmon.c | 80 ret = tz->ops->get_crit_temp(tz, &temperature); in temp_crit_show() 129 return tz->ops->get_crit_temp && !tz->ops->get_crit_temp(tz, &temp); in thermal_zone_crit_temp_valid()
|
H A D | thermal_of.c | 369 .get_crit_temp = of_thermal_get_crit_temp,
|
H A D | imx_thermal.c | 428 .get_crit_temp = imx_get_crit_temp,
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal_hwmon.c | 84 ret = tz->ops->get_crit_temp(tz, &temperature); in temp_crit_show() 138 return tz->ops->get_crit_temp && !tz->ops->get_crit_temp(tz, &temp); in thermal_zone_crit_temp_valid()
|
H A D | thermal_core.c | 1183 if (tz->ops->get_crit_temp) in thermal_zone_get_crit_temp() 1184 return tz->ops->get_crit_temp(tz, temp); in thermal_zone_get_crit_temp()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | thermal.h | 76 int (*get_crit_temp) (struct thermal_zone_device *, int *); member
|
/kernel/linux/linux-5.10/drivers/thermal/intel/ |
H A D | intel_quark_dts_thermal.c | 321 .get_crit_temp = sys_get_crit_temp,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | thermal.h | 81 int (*get_crit_temp) (struct thermal_zone_device *, int *); member
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | acerhdf.c | 480 .get_crit_temp = acerhdf_get_crit_temp,
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | acerhdf.c | 454 .get_crit_temp = acerhdf_get_crit_temp,
|
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | thermal.c | 807 .get_crit_temp = thermal_get_crit_temp,
|
/kernel/linux/linux-5.10/drivers/thermal/samsung/ |
H A D | exynos_tmu.c | 275 ret = tzd->ops->get_crit_temp(tzd, &temp); in exynos_tmu_initialize()
|
/kernel/linux/linux-5.10/drivers/thermal/tegra/ |
H A D | soctherm.c | 783 if (tz->ops->get_crit_temp(tz, &temperature)) in tegra_soctherm_set_hwtrips()
|
Completed in 18 milliseconds