Home
last modified time | relevance | path

Searched refs:__thermal_zone_get_trip (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/drivers/thermal/
H A Dthermal_trip.c67 ret = __thermal_zone_get_trip(tz, i , &trip); in __thermal_zone_set_trips()
113 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id, in __thermal_zone_get_trip() function
122 EXPORT_SYMBOL_GPL(__thermal_zone_get_trip);
130 ret = __thermal_zone_get_trip(tz, trip_id, trip); in thermal_zone_get_trip()
146 ret = __thermal_zone_get_trip(tz, trip_id, &t); in thermal_zone_set_trip()
H A Dgov_power_allocator.c134 ret = __thermal_zone_get_trip(tz, trip_switch_on, &trip); in estimate_pid_constants()
527 ret = __thermal_zone_get_trip(tz, i, &trip); in get_governor_trips()
665 ret = __thermal_zone_get_trip(tz, params->trip_max_desired_temperature, in power_allocator_bind()
716 ret = __thermal_zone_get_trip(tz, params->trip_switch_on, &trip); in power_allocator_throttle()
727 ret = __thermal_zone_get_trip(tz, params->trip_max_desired_temperature, &trip); in power_allocator_throttle()
H A Dgov_fair_share.c28 __thermal_zone_get_trip(tz, count, &trip); in get_trip_level()
H A Dthermal_sysfs.c95 result = __thermal_zone_get_trip(tz, trip_id, &trip); in trip_point_type_show()
136 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in trip_point_temp_store()
165 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in trip_point_temp_show()
195 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in trip_point_hyst_store()
224 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in trip_point_hyst_show()
H A Dthermal_core.h120 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
H A Dthermal_helpers.c97 ret = __thermal_zone_get_trip(tz, count, &trip); in __thermal_zone_get_temp()
H A Dthermal_netlink.c475 ret = __thermal_zone_get_trip(tz, i, &trip); in thermal_genl_cmd_tz_get_trip()
H A Dimx_thermal.c344 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in imx_set_trip_temp()
H A Dthermal_core.c352 __thermal_zone_get_trip(tz, trip_id, &trip); in handle_thermal_trip()
/openbmc/linux/include/linux/
H A Dthermal.h284 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
/openbmc/linux/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c271 ret = __thermal_zone_get_trip(chip->tz_dev, trip_id, &trip); in qpnp_tm_set_trip_temp()
/openbmc/linux/drivers/thermal/tegra/
H A Dsoctherm.c597 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in tegra_thermctl_set_trip_temp()