Searched refs:thermal_zone_get_trip (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.6/drivers/thermal/ |
| D | thermal_trip.c | 112 int thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id, in thermal_zone_get_trip() function 123 EXPORT_SYMBOL_GPL(thermal_zone_get_trip);
|
| D | uniphier_thermal.c | 299 ret = thermal_zone_get_trip(tdev->tz_dev, i, &trip); in uniphier_tm_probe()
|
| D | hisi_thermal.c | 492 thermal_zone_get_trip(sensor->tzd, i, &trip); in hisi_thermal_register_sensor()
|
| D | thermal_core.c | 1334 result = thermal_zone_get_trip(tz, count, &trip); in thermal_zone_device_register_with_trips()
|
| /Linux-v6.6/drivers/thermal/samsung/ |
| D | exynos_tmu.c | 300 ret = thermal_zone_get_trip(tzd, i, &trip); in exynos_tmu_initialize() 356 if (thermal_zone_get_trip(data->tzd, 0, &trip)) in exynos4210_tmu_set_trip_temp() 562 if (thermal_zone_get_trip(tz, i, &trip)) in exynos4210_tmu_control() 593 if (thermal_zone_get_trip(tz, i, &trip)) in exynos5433_tmu_control() 625 if (thermal_zone_get_trip(tz, i, &trip)) in exynos7_tmu_control()
|
| /Linux-v6.6/drivers/thermal/broadcom/ |
| D | bcm2835_thermal.c | 234 err = thermal_zone_get_trip(tz, 0, &trip); in bcm2835_thermal_probe()
|
| /Linux-v6.6/include/linux/ |
| D | thermal.h | 282 int thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
|
| /Linux-v6.6/drivers/thermal/qcom/ |
| D | qcom-spmi-temp-alarm.c | 306 ret = thermal_zone_get_trip(chip->tz_dev, i, &trip); in qpnp_tm_get_critical_trip_temp()
|
| /Linux-v6.6/drivers/thermal/tegra/ |
| D | tegra30-tsensor.c | 322 thermal_zone_get_trip(tzd, i, &trip); in tegra_tsensor_get_hw_channel_trips()
|
| D | soctherm.c | 697 ret = thermal_zone_get_trip(tz, i, &trip); in get_hot_temp()
|