Searched refs:__thermal_zone_get_trip (Results 1 – 14 of 14) sorted by relevance
| /Linux-v6.6/drivers/thermal/ |
| D | thermal_trip.c | 68 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()
|
| D | gov_power_allocator.c | 132 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()
|
| D | gov_fair_share.c | 28 __thermal_zone_get_trip(tz, count, &trip); in get_trip_level()
|
| D | gov_bang_bang.c | 22 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in thermal_zone_trip_update()
|
| D | thermal_sysfs.c | 95 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()
|
| D | thermal_core.h | 120 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
|
| D | gov_step_wise.c | 90 __thermal_zone_get_trip(tz, trip_id, &trip); in thermal_zone_trip_update()
|
| D | thermal_helpers.c | 94 ret = __thermal_zone_get_trip(tz, count, &trip); in __thermal_zone_get_temp()
|
| D | thermal_netlink.c | 475 ret = __thermal_zone_get_trip(tz, i, &trip); in thermal_genl_cmd_tz_get_trip()
|
| D | imx_thermal.c | 344 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in imx_set_trip_temp()
|
| D | thermal_core.c | 354 __thermal_zone_get_trip(tz, trip_id, &trip); in handle_thermal_trip()
|
| /Linux-v6.6/include/linux/ |
| D | thermal.h | 280 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
|
| /Linux-v6.6/drivers/thermal/qcom/ |
| D | qcom-spmi-temp-alarm.c | 271 ret = __thermal_zone_get_trip(chip->tz_dev, trip_id, &trip); in qpnp_tm_set_trip_temp()
|
| /Linux-v6.6/drivers/thermal/tegra/ |
| D | soctherm.c | 597 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in tegra_thermctl_set_trip_temp()
|