Home
last modified time | relevance | path

Searched refs:thermal_zone_get_trip (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/drivers/thermal/
H A Dthermal_trip.c124 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 Duniphier_thermal.c299 ret = thermal_zone_get_trip(tdev->tz_dev, i, &trip); in uniphier_tm_probe()
H A Dhisi_thermal.c492 thermal_zone_get_trip(sensor->tzd, i, &trip); in hisi_thermal_register_sensor()
H A Dthermal_core.c1347 result = thermal_zone_get_trip(tz, count, &trip); in thermal_zone_device_register_with_trips()
/openbmc/linux/drivers/thermal/samsung/
H A Dexynos_tmu.c300 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 Dbcm2835_thermal.c230 err = thermal_zone_get_trip(tz, 0, &trip); in bcm2835_thermal_probe()
/openbmc/linux/include/linux/
H A Dthermal.h286 int thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
/openbmc/linux/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c306 ret = thermal_zone_get_trip(chip->tz_dev, i, &trip); in qpnp_tm_get_critical_trip_temp()
/openbmc/linux/drivers/thermal/tegra/
H A Dtegra30-tsensor.c322 thermal_zone_get_trip(tzd, i, &trip); in tegra_tsensor_get_hw_channel_trips()
H A Dsoctherm.c697 ret = thermal_zone_get_trip(tz, i, &trip); in get_hot_temp()