/linux-6.3-rc2/drivers/thermal/ |
A D | thermal_trip.c | 103 int __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id, in __thermal_zone_get_trip() 132 int thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id, in thermal_zone_get_trip() 145 int thermal_zone_set_trip(struct thermal_zone_device *tz, int trip_id, in thermal_zone_set_trip()
|
A D | thermal_netlink.c | 59 int trip_id; member 333 int thermal_notify_tz_trip_down(int tz_id, int trip_id, int temp) in thermal_notify_tz_trip_down() 340 int thermal_notify_tz_trip_up(int tz_id, int trip_id, int temp) in thermal_notify_tz_trip_up() 347 int thermal_notify_tz_trip_add(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_add() 357 int thermal_notify_tz_trip_delete(int tz_id, int trip_id) in thermal_notify_tz_trip_delete() 364 int thermal_notify_tz_trip_change(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_change()
|
A D | thermal_sysfs.c | 87 int trip_id, result; in trip_point_type_show() local 124 int trip_id, ret; in trip_point_temp_store() local 157 int trip_id, ret; in trip_point_temp_show() local 183 int trip_id, ret; in trip_point_hyst_store() local 215 int trip_id, ret; in trip_point_hyst_show() local
|
A D | thermal_of.c | 292 static int __thermal_of_unbind(struct device_node *map_np, int index, int trip_id, in __thermal_of_unbind() 323 static int __thermal_of_bind(struct device_node *map_np, int index, int trip_id, in __thermal_of_bind() 364 int count, i, trip_id; in thermal_of_for_each_cooling_device() local
|
A D | gov_bang_bang.c | 16 static int thermal_zone_trip_update(struct thermal_zone_device *tz, int trip_id) in thermal_zone_trip_update()
|
A D | gov_step_wise.c | 98 static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip_id) in thermal_zone_trip_update()
|
A D | gov_power_allocator.c | 695 static int power_allocator_throttle(struct thermal_zone_device *tz, int trip_id) in power_allocator_throttle()
|
A D | thermal_core.c | 346 static void handle_thermal_trip(struct thermal_zone_device *tz, int trip_id) in handle_thermal_trip()
|
/linux-6.3-rc2/tools/thermal/thermal-engine/ |
A D | thermal-engine.c | 114 static int trip_high(int tz_id, int trip_id, int temp, void *arg) in trip_high() 125 static int trip_low(int tz_id, int trip_id, int temp, void *arg) in trip_low() 136 static int trip_add(int tz_id, int trip_id, int type, int temp, int hyst, __maybe_unused void *arg) in trip_add() 144 static int trip_delete(int tz_id, int trip_id, __maybe_unused void *arg) in trip_delete() 151 static int trip_change(int tz_id, int trip_id, int type, int temp, in trip_change()
|
/linux-6.3-rc2/drivers/thermal/qcom/ |
A D | qcom-spmi-temp-alarm.c | 266 static int qpnp_tm_set_trip_temp(struct thermal_zone_device *tz, int trip_id, int temp) in qpnp_tm_set_trip_temp()
|
/linux-6.3-rc2/drivers/thermal/tegra/ |
A D | soctherm.c | 585 static int tegra_thermctl_set_trip_temp(struct thermal_zone_device *tz, int trip_id, int temp) in tegra_thermctl_set_trip_temp() 690 static int get_hot_temp(struct thermal_zone_device *tz, int *trip_id, int *temp) in get_hot_temp()
|
/linux-6.3-rc2/drivers/thermal/samsung/ |
A D | exynos_tmu.c | 351 int trip_id, u8 temp) in exynos4210_tmu_set_trip_temp()
|
/linux-6.3-rc2/drivers/firmware/arm_scmi/ |
A D | sensors.c | 736 u32 sensor_id, u8 trip_id, u64 trip_value) in scmi_sensor_trip_point_config()
|