Home
last modified time | relevance | path

Searched defs:tz (Results 1 – 25 of 104) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/thermal/
Dthermal_core.c75 static void bind_previous_governor(struct thermal_zone_device *tz, in bind_previous_governor()
97 static int thermal_set_governor(struct thermal_zone_device *tz, in thermal_set_governor()
199 int thermal_zone_device_set_policy(struct thermal_zone_device *tz, in thermal_zone_device_set_policy()
290 static void thermal_zone_device_set_polling(struct thermal_zone_device *tz, in thermal_zone_device_set_polling()
305 static inline bool should_stop_polling(struct thermal_zone_device *tz) in should_stop_polling()
310 static void monitor_thermal_zone(struct thermal_zone_device *tz) in monitor_thermal_zone()
328 static void handle_non_critical_trips(struct thermal_zone_device *tz, int trip) in handle_non_critical_trips()
382 static void handle_critical_trips(struct thermal_zone_device *tz, in handle_critical_trips()
416 static void handle_thermal_trip(struct thermal_zone_device *tz, int trip) in handle_thermal_trip()
450 static void update_temperature(struct thermal_zone_device *tz) in update_temperature()
[all …]
Dthermal_hwmon.c39 struct thermal_zone_device *tz; member
58 struct thermal_zone_device *tz = temp->tz; in temp_input_show() local
76 struct thermal_zone_device *tz = temp->tz; in temp_crit_show() local
89 thermal_hwmon_lookup_by_type(const struct thermal_zone_device *tz) in thermal_hwmon_lookup_by_type()
111 const struct thermal_zone_device *tz) in thermal_hwmon_lookup_temp()
126 static bool thermal_zone_crit_temp_valid(struct thermal_zone_device *tz) in thermal_zone_crit_temp_valid()
132 int thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_add_hwmon_sysfs()
216 void thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_remove_hwmon_sysfs()
259 int devm_thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in devm_thermal_add_hwmon_sysfs()
Dthermal_helpers.c26 int get_tz_trend(struct thermal_zone_device *tz, int trip) in get_tz_trend()
45 get_thermal_instance(struct thermal_zone_device *tz, in get_thermal_instance()
78 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp()
129 void thermal_zone_set_trips(struct thermal_zone_device *tz) in thermal_zone_set_trips()
226 int thermal_zone_get_slope(struct thermal_zone_device *tz) in thermal_zone_get_slope()
241 int thermal_zone_get_offset(struct thermal_zone_device *tz) in thermal_zone_get_offset()
Dthermal_of.c87 static int of_thermal_get_temp(struct thermal_zone_device *tz, in of_thermal_get_temp()
98 static int of_thermal_set_trips(struct thermal_zone_device *tz, in of_thermal_set_trips()
119 int of_thermal_get_ntrips(struct thermal_zone_device *tz) in of_thermal_get_ntrips()
140 bool of_thermal_is_trip_valid(struct thermal_zone_device *tz, int trip) in of_thermal_is_trip_valid()
162 of_thermal_get_trip_points(struct thermal_zone_device *tz) in of_thermal_get_trip_points()
184 static int of_thermal_set_emul_temp(struct thermal_zone_device *tz, in of_thermal_set_emul_temp()
192 static int of_thermal_get_trend(struct thermal_zone_device *tz, int trip, in of_thermal_get_trend()
270 static int of_thermal_get_trip_type(struct thermal_zone_device *tz, int trip, in of_thermal_get_trip_type()
283 static int of_thermal_get_trip_temp(struct thermal_zone_device *tz, int trip, in of_thermal_get_trip_temp()
296 static int of_thermal_set_trip_temp(struct thermal_zone_device *tz, int trip, in of_thermal_set_trip_temp()
[all …]
Dthermal_sysfs.c29 struct thermal_zone_device *tz = to_thermal_zone(dev); in type_show() local
37 struct thermal_zone_device *tz = to_thermal_zone(dev); in temp_show() local
51 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_show() local
61 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_store() local
81 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_type_show() local
113 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_store() local
152 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_show() local
174 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_store() local
204 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_show() local
223 struct thermal_zone_device *tz = to_thermal_zone(dev); in passive_store() local
[all …]
Dthermal_hwmon.h24 thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_add_hwmon_sysfs()
30 devm_thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in devm_thermal_add_hwmon_sysfs()
36 thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_remove_hwmon_sysfs()
Dgov_power_allocator.c86 static u32 estimate_sustainable_power(struct thermal_zone_device *tz) in estimate_sustainable_power()
127 static void estimate_pid_constants(struct thermal_zone_device *tz, in estimate_pid_constants()
185 static u32 pid_controller(struct thermal_zone_device *tz, in pid_controller()
325 static int allocate_power(struct thermal_zone_device *tz, in allocate_power()
461 static void get_governor_trips(struct thermal_zone_device *tz, in get_governor_trips()
514 static void allow_maximum_power(struct thermal_zone_device *tz) in allow_maximum_power()
543 static int power_allocator_bind(struct thermal_zone_device *tz) in power_allocator_bind()
590 static void power_allocator_unbind(struct thermal_zone_device *tz) in power_allocator_unbind()
605 static int power_allocator_throttle(struct thermal_zone_device *tz, int trip) in power_allocator_throttle()
Dgov_fair_share.c22 static int get_trip_level(struct thermal_zone_device *tz) in get_trip_level()
49 static long get_target_state(struct thermal_zone_device *tz, in get_target_state()
78 static int fair_share_throttle(struct thermal_zone_device *tz, int trip) in fair_share_throttle()
Dgov_step_wise.c105 static void update_passive_instance(struct thermal_zone_device *tz, in update_passive_instance()
116 static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip) in thermal_zone_trip_update()
186 static int step_wise_throttle(struct thermal_zone_device *tz, int trip) in step_wise_throttle()
Dgov_bang_bang.c16 static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip) in thermal_zone_trip_update()
99 static int bang_bang_control(struct thermal_zone_device *tz, int trip) in bang_bang_control()
/kernel/linux/linux-4.19/drivers/thermal/
Dthermal_core.c81 static void bind_previous_governor(struct thermal_zone_device *tz, in bind_previous_governor()
103 static int thermal_set_governor(struct thermal_zone_device *tz, in thermal_set_governor()
205 int thermal_zone_device_set_policy(struct thermal_zone_device *tz, in thermal_zone_device_set_policy()
289 static void thermal_zone_device_set_polling(struct thermal_zone_device *tz, in thermal_zone_device_set_polling()
302 static void monitor_thermal_zone(struct thermal_zone_device *tz) in monitor_thermal_zone()
316 static void handle_non_critical_trips(struct thermal_zone_device *tz, in handle_non_critical_trips()
372 static void handle_critical_trips(struct thermal_zone_device *tz, in handle_critical_trips()
406 static void handle_thermal_trip(struct thermal_zone_device *tz, int trip) in handle_thermal_trip()
427 static void update_temperature(struct thermal_zone_device *tz) in update_temperature()
454 static void thermal_zone_device_init(struct thermal_zone_device *tz) in thermal_zone_device_init()
[all …]
Dof-thermal.c75 static int of_thermal_get_temp(struct thermal_zone_device *tz, in of_thermal_get_temp()
86 static int of_thermal_set_trips(struct thermal_zone_device *tz, in of_thermal_set_trips()
107 int of_thermal_get_ntrips(struct thermal_zone_device *tz) in of_thermal_get_ntrips()
128 bool of_thermal_is_trip_valid(struct thermal_zone_device *tz, int trip) in of_thermal_is_trip_valid()
150 of_thermal_get_trip_points(struct thermal_zone_device *tz) in of_thermal_get_trip_points()
172 static int of_thermal_set_emul_temp(struct thermal_zone_device *tz, in of_thermal_set_emul_temp()
180 static int of_thermal_get_trend(struct thermal_zone_device *tz, int trip, in of_thermal_get_trend()
246 static int of_thermal_get_mode(struct thermal_zone_device *tz, in of_thermal_get_mode()
256 static int of_thermal_set_mode(struct thermal_zone_device *tz, in of_thermal_set_mode()
279 static int of_thermal_get_trip_type(struct thermal_zone_device *tz, int trip, in of_thermal_get_trip_type()
[all …]
Dthermal_helpers.c25 int get_tz_trend(struct thermal_zone_device *tz, int trip) in get_tz_trend()
44 get_thermal_instance(struct thermal_zone_device *tz, in get_thermal_instance()
77 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp()
116 void thermal_zone_set_trips(struct thermal_zone_device *tz) in thermal_zone_set_trips()
205 int thermal_zone_get_slope(struct thermal_zone_device *tz) in thermal_zone_get_slope()
220 int thermal_zone_get_offset(struct thermal_zone_device *tz) in thermal_zone_get_offset()
Dthermal_hwmon.c37 struct thermal_zone_device *tz; member
56 struct thermal_zone_device *tz = temp->tz; in temp_input_show() local
74 struct thermal_zone_device *tz = temp->tz; in temp_crit_show() local
87 thermal_hwmon_lookup_by_type(const struct thermal_zone_device *tz) in thermal_hwmon_lookup_by_type()
109 const struct thermal_zone_device *tz) in thermal_hwmon_lookup_temp()
124 static bool thermal_zone_crit_temp_valid(struct thermal_zone_device *tz) in thermal_zone_crit_temp_valid()
130 int thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_add_hwmon_sysfs()
214 void thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_remove_hwmon_sysfs()
Dthermal_sysfs.c29 struct thermal_zone_device *tz = to_thermal_zone(dev); in type_show() local
37 struct thermal_zone_device *tz = to_thermal_zone(dev); in temp_show() local
51 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_show() local
70 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_store() local
93 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_type_show() local
125 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_store() local
151 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_show() local
173 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_store() local
203 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_show() local
222 struct thermal_zone_device *tz = to_thermal_zone(dev); in passive_store() local
[all …]
Dpower_allocator.c93 static u32 estimate_sustainable_power(struct thermal_zone_device *tz) in estimate_sustainable_power()
134 static void estimate_pid_constants(struct thermal_zone_device *tz, in estimate_pid_constants()
192 static u32 pid_controller(struct thermal_zone_device *tz, in pid_controller()
332 static int allocate_power(struct thermal_zone_device *tz, in allocate_power()
468 static void get_governor_trips(struct thermal_zone_device *tz, in get_governor_trips()
521 static void allow_maximum_power(struct thermal_zone_device *tz) in allow_maximum_power()
550 static int power_allocator_bind(struct thermal_zone_device *tz) in power_allocator_bind()
597 static void power_allocator_unbind(struct thermal_zone_device *tz) in power_allocator_unbind()
612 static int power_allocator_throttle(struct thermal_zone_device *tz, int trip) in power_allocator_throttle()
Dfair_share.c34 static int get_trip_level(struct thermal_zone_device *tz) in get_trip_level()
61 static long get_target_state(struct thermal_zone_device *tz, in get_target_state()
90 static int fair_share_throttle(struct thermal_zone_device *tz, int trip) in fair_share_throttle()
Dthermal_hwmon.h23 thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_add_hwmon_sysfs()
29 thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_remove_hwmon_sysfs()
Dstep_wise.c117 static void update_passive_instance(struct thermal_zone_device *tz, in update_passive_instance()
128 static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip) in thermal_zone_trip_update()
198 static int step_wise_throttle(struct thermal_zone_device *tz, int trip) in step_wise_throttle()
/kernel/linux/linux-4.19/drivers/acpi/
Dthermal.c197 static int acpi_thermal_get_temperature(struct acpi_thermal *tz) in acpi_thermal_get_temperature()
218 static int acpi_thermal_get_polling_frequency(struct acpi_thermal *tz) in acpi_thermal_get_polling_frequency()
237 static int acpi_thermal_set_cooling_mode(struct acpi_thermal *tz, int mode) in acpi_thermal_set_cooling_mode()
281 static int acpi_thermal_trips_update(struct acpi_thermal *tz, int flag) in acpi_thermal_trips_update()
495 static int acpi_thermal_get_trip_points(struct acpi_thermal *tz) in acpi_thermal_get_trip_points()
518 struct acpi_thermal *tz = data; in acpi_thermal_check() local
531 struct acpi_thermal *tz = thermal->devdata; in thermal_get_temp() local
549 struct acpi_thermal *tz = thermal->devdata; in thermal_get_mode() local
563 struct acpi_thermal *tz = thermal->devdata; in thermal_set_mode() local
593 struct acpi_thermal *tz = thermal->devdata; in thermal_get_trip_type() local
[all …]
/kernel/linux/linux-5.10/drivers/acpi/
Dthermal.c185 static int acpi_thermal_get_temperature(struct acpi_thermal *tz) in acpi_thermal_get_temperature()
206 static int acpi_thermal_get_polling_frequency(struct acpi_thermal *tz) in acpi_thermal_get_polling_frequency()
225 static int acpi_thermal_set_cooling_mode(struct acpi_thermal *tz, int mode) in acpi_thermal_set_cooling_mode()
265 static int acpi_thermal_trips_update(struct acpi_thermal *tz, int flag) in acpi_thermal_trips_update()
479 static int acpi_thermal_get_trip_points(struct acpi_thermal *tz) in acpi_thermal_get_trip_points()
504 struct acpi_thermal *tz = thermal->devdata; in thermal_get_temp() local
522 struct acpi_thermal *tz = thermal->devdata; in thermal_get_trip_type() local
567 struct acpi_thermal *tz = thermal->devdata; in thermal_get_trip_temp() local
620 struct acpi_thermal *tz = thermal->devdata; in thermal_get_crit_temp() local
634 struct acpi_thermal *tz = thermal->devdata; in thermal_get_trend() local
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/timers/
Dset-tz.c30 struct timezone tz; in set_tz() local
40 struct timezone tz; in get_tz_min() local
50 struct timezone tz; in get_tz_dst() local
/kernel/linux/linux-4.19/tools/testing/selftests/timers/
Dset-tz.c30 struct timezone tz; in set_tz() local
40 struct timezone tz; in get_tz_min() local
50 struct timezone tz; in get_tz_dst() local
/kernel/linux/linux-4.19/include/linux/
Dthermal.h398 struct thermal_zone_device *tz) in thermal_zone_of_sensor_unregister()
411 struct thermal_zone_device *tz) in devm_thermal_zone_of_sensor_unregister()
465 struct thermal_zone_device *tz, u32 *max_power) in power_actor_get_max_power()
468 struct thermal_zone_device *tz, in power_actor_get_min_power()
472 struct thermal_instance *tz, u32 power) in power_actor_set_power()
481 struct thermal_zone_device *tz) in thermal_zone_device_unregister()
484 struct thermal_zone_device *tz, int trip, in thermal_zone_bind_cooling_device()
490 struct thermal_zone_device *tz, int trip, in thermal_zone_unbind_cooling_device()
493 static inline void thermal_zone_device_update(struct thermal_zone_device *tz, in thermal_zone_device_update()
496 static inline void thermal_zone_set_trips(struct thermal_zone_device *tz) in thermal_zone_set_trips()
[all …]
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore_thermal.c144 mlxsw_thermal_module_trips_reset(struct mlxsw_thermal_module *tz) in mlxsw_thermal_module_trips_reset()
154 struct mlxsw_thermal_module *tz) in mlxsw_thermal_module_trips_update()
384 struct mlxsw_thermal_module *tz = tzdev->devdata; in mlxsw_thermal_module_bind() local
413 struct mlxsw_thermal_module *tz = tzdev->devdata; in mlxsw_thermal_module_unbind() local
432 struct mlxsw_thermal_module *tz = tzdev->devdata; in mlxsw_thermal_module_temp_get() local
469 struct mlxsw_thermal_module *tz = tzdev->devdata; in mlxsw_thermal_module_trip_type_get() local
482 struct mlxsw_thermal_module *tz = tzdev->devdata; in mlxsw_thermal_module_trip_temp_get() local
495 struct mlxsw_thermal_module *tz = tzdev->devdata; in mlxsw_thermal_module_trip_temp_set() local
509 struct mlxsw_thermal_module *tz = tzdev->devdata; in mlxsw_thermal_module_trip_hyst_get() local
519 struct mlxsw_thermal_module *tz = tzdev->devdata; in mlxsw_thermal_module_trip_hyst_set() local
[all …]

12345