Searched refs:thermal_zone_get_trip (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/thermal/ |
H A D | thermal_trip.c | 124 int thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id, in thermal_zone_get_trip() function 135 EXPORT_SYMBOL_GPL(thermal_zone_get_trip);
|
H A D | uniphier_thermal.c | 299 ret = thermal_zone_get_trip(tdev->tz_dev, i, &trip); in uniphier_tm_probe()
|
H A D | hisi_thermal.c | 492 thermal_zone_get_trip(sensor->tzd, i, &trip); in hisi_thermal_register_sensor()
|
H A D | thermal_core.c | 1347 result = thermal_zone_get_trip(tz, count, &trip); in thermal_zone_device_register_with_trips()
|
/openbmc/linux/drivers/thermal/samsung/ |
H A 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()
|
/openbmc/linux/drivers/thermal/broadcom/ |
H A D | bcm2835_thermal.c | 230 err = thermal_zone_get_trip(tz, 0, &trip); in bcm2835_thermal_probe()
|
/openbmc/linux/include/linux/ |
H A D | thermal.h | 286 int thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
|
/openbmc/linux/drivers/thermal/qcom/ |
H A D | qcom-spmi-temp-alarm.c | 306 ret = thermal_zone_get_trip(chip->tz_dev, i, &trip); in qpnp_tm_get_critical_trip_temp()
|
/openbmc/linux/drivers/thermal/tegra/ |
H A D | tegra30-tsensor.c | 322 thermal_zone_get_trip(tzd, i, &trip); in tegra_tsensor_get_hw_channel_trips()
|
H A D | soctherm.c | 697 ret = thermal_zone_get_trip(tz, i, &trip); in get_hot_temp()
|