Searched refs:__thermal_zone_get_trip (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/thermal/ |
H A D | thermal_trip.c | 67 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 D | gov_power_allocator.c | 134 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 D | gov_fair_share.c | 28 __thermal_zone_get_trip(tz, count, &trip); in get_trip_level()
|
H A 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()
|
H A D | thermal_core.h | 120 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
|
H A D | thermal_helpers.c | 97 ret = __thermal_zone_get_trip(tz, count, &trip); in __thermal_zone_get_temp()
|
H A D | thermal_netlink.c | 475 ret = __thermal_zone_get_trip(tz, i, &trip); in thermal_genl_cmd_tz_get_trip()
|
H A D | imx_thermal.c | 344 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in imx_set_trip_temp()
|
H A D | thermal_core.c | 352 __thermal_zone_get_trip(tz, trip_id, &trip); in handle_thermal_trip()
|
/openbmc/linux/include/linux/ |
H A D | thermal.h | 284 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id,
|
/openbmc/linux/drivers/thermal/qcom/ |
H A D | qcom-spmi-temp-alarm.c | 271 ret = __thermal_zone_get_trip(chip->tz_dev, trip_id, &trip); in qpnp_tm_set_trip_temp()
|
/openbmc/linux/drivers/thermal/tegra/ |
H A D | soctherm.c | 597 ret = __thermal_zone_get_trip(tz, trip_id, &trip); in tegra_thermctl_set_trip_temp()
|