Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/thermal/
Dthermal_trip.c68 ret = __thermal_zone_get_trip(tz, i , &trip); in __thermal_zone_set_trips()
101 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id, in __thermal_zone_get_trip() function
110 EXPORT_SYMBOL_GPL(__thermal_zone_get_trip);
118 ret = __thermal_zone_get_trip(tz, trip_id, trip); in thermal_zone_get_trip()
134 ret = __thermal_zone_get_trip(tz, trip_id, &t); in thermal_zone_set_trip()
Dgov_power_allocator.c132 ret = __thermal_zone_get_trip(tz, trip_switch_on, &trip); in estimate_pid_constants()
524 ret = __thermal_zone_get_trip(tz, i, &trip); in get_governor_trips()
660 ret = __thermal_zone_get_trip(tz, params->trip_max_desired_temperature, in power_allocator_bind()
711 ret = __thermal_zone_get_trip(tz, params->trip_switch_on, &trip); in power_allocator_throttle()
722 ret = __thermal_zone_get_trip(tz, params->trip_max_desired_temperature, &trip); in power_allocator_throttle()
Dgov_fair_share.c28 __thermal_zone_get_trip(tz, count, &trip); in get_trip_level()
Dgov_bang_bang.c22 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in thermal_zone_trip_update()
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()
Dthermal_core.h120 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
Dgov_step_wise.c90 __thermal_zone_get_trip(tz, trip_id, &trip); in thermal_zone_trip_update()
Dthermal_helpers.c94 ret = __thermal_zone_get_trip(tz, count, &trip); in __thermal_zone_get_temp()
Dthermal_netlink.c475 ret = __thermal_zone_get_trip(tz, i, &trip); in thermal_genl_cmd_tz_get_trip()
Dimx_thermal.c344 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in imx_set_trip_temp()
Dthermal_core.c354 __thermal_zone_get_trip(tz, trip_id, &trip); in handle_thermal_trip()
/Linux-v6.6/include/linux/
Dthermal.h280 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
/Linux-v6.6/drivers/thermal/qcom/
Dqcom-spmi-temp-alarm.c271 ret = __thermal_zone_get_trip(chip->tz_dev, trip_id, &trip); in qpnp_tm_set_trip_temp()
/Linux-v6.6/drivers/thermal/tegra/
Dsoctherm.c597 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in tegra_thermctl_set_trip_temp()