Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thermal/
A Dthermal_trip.c23 ret = __thermal_zone_get_trip(tz, i, &trip); in __for_each_thermal_trip()
70 ret = __thermal_zone_get_trip(tz, i , &trip); in __thermal_zone_set_trips()
103 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id, in __thermal_zone_get_trip() function
130 EXPORT_SYMBOL_GPL(__thermal_zone_get_trip);
138 ret = __thermal_zone_get_trip(tz, trip_id, trip); in thermal_zone_get_trip()
154 ret = __thermal_zone_get_trip(tz, trip_id, &t); in thermal_zone_set_trip()
A 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()
A Dgov_fair_share.c28 __thermal_zone_get_trip(tz, count, &trip); in get_trip_level()
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()
198 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in trip_point_hyst_store()
223 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in trip_point_hyst_show()
A Dgov_bang_bang.c22 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in thermal_zone_trip_update()
A Dthermal_core.h121 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
A Dgov_step_wise.c106 __thermal_zone_get_trip(tz, trip_id, &trip); in thermal_zone_trip_update()
A Dthermal_helpers.c94 ret = __thermal_zone_get_trip(tz, count, &trip); in __thermal_zone_get_temp()
A Dthermal_netlink.c475 ret = __thermal_zone_get_trip(tz, i, &trip); in thermal_genl_cmd_tz_get_trip()
A Dthermal_core.c354 __thermal_zone_get_trip(tz, trip_id, &trip); in handle_thermal_trip()
/linux-6.3-rc2/include/linux/
A Dthermal.h337 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
/linux-6.3-rc2/drivers/thermal/qcom/
A Dqcom-spmi-temp-alarm.c272 ret = __thermal_zone_get_trip(chip->tz_dev, trip_id, &trip); in qpnp_tm_set_trip_temp()
/linux-6.3-rc2/drivers/thermal/tegra/
A Dsoctherm.c597 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in tegra_thermctl_set_trip_temp()

Completed in 21 milliseconds