Home
last modified time | relevance | path

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

12345

/linux-6.14.4/drivers/thermal/
Dthermal_core.c73 static void bind_previous_governor(struct thermal_zone_device *tz, in bind_previous_governor()
95 static int thermal_set_governor(struct thermal_zone_device *tz, in thermal_set_governor()
191 int thermal_zone_device_set_policy(struct thermal_zone_device *tz, in thermal_zone_device_set_policy()
262 static int __thermal_zone_device_set_mode(struct thermal_zone_device *tz, in __thermal_zone_device_set_mode()
278 static void thermal_zone_broken_disable(struct thermal_zone_device *tz) in thermal_zone_broken_disable()
310 static void thermal_zone_device_set_polling(struct thermal_zone_device *tz, in thermal_zone_device_set_polling()
319 static void thermal_zone_recheck(struct thermal_zone_device *tz, int error) in thermal_zone_recheck()
347 static void monitor_thermal_zone(struct thermal_zone_device *tz) in monitor_thermal_zone()
355 static struct thermal_governor *thermal_get_tz_governor(struct thermal_zone_device *tz) in thermal_get_tz_governor()
363 void thermal_governor_update_tz(struct thermal_zone_device *tz, in thermal_governor_update_tz()
[all …]
Dthermal_netlink.h69 static inline int thermal_notify_tz_create(const struct thermal_zone_device *tz) in thermal_notify_tz_create()
84 static inline int thermal_notify_tz_delete(const struct thermal_zone_device *tz) in thermal_notify_tz_delete()
89 static inline int thermal_notify_tz_enable(const struct thermal_zone_device *tz) in thermal_notify_tz_enable()
94 static inline int thermal_notify_tz_disable(const struct thermal_zone_device *tz) in thermal_notify_tz_disable()
99 static inline int thermal_notify_tz_trip_down(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_down()
105 static inline int thermal_notify_tz_trip_up(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_up()
111 static inline int thermal_notify_tz_trip_change(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_change()
133 static inline int thermal_notify_tz_gov_change(const struct thermal_zone_device *tz, in thermal_notify_tz_gov_change()
149 static inline int thermal_notify_threshold_add(const struct thermal_zone_device *tz, in thermal_notify_threshold_add()
155 static inline int thermal_notify_threshold_delete(const struct thermal_zone_device *tz, in thermal_notify_threshold_delete()
[all …]
Dthermal_debugfs.h22 static inline void thermal_debug_tz_add(struct thermal_zone_device *tz) {} in thermal_debug_tz_add()
23 static inline void thermal_debug_tz_remove(struct thermal_zone_device *tz) {} in thermal_debug_tz_remove()
24 static inline void thermal_debug_tz_resume(struct thermal_zone_device *tz) {} in thermal_debug_tz_resume()
25 static inline void thermal_debug_tz_trip_up(struct thermal_zone_device *tz, in thermal_debug_tz_trip_up()
27 static inline void thermal_debug_tz_trip_down(struct thermal_zone_device *tz, in thermal_debug_tz_trip_down()
29 static inline void thermal_debug_update_trip_stats(struct thermal_zone_device *tz) {} in thermal_debug_update_trip_stats()
Dthermal_hwmon.c40 struct thermal_zone_device *tz; member
59 struct thermal_zone_device *tz = temp->tz; in temp_input_show() local
77 struct thermal_zone_device *tz = temp->tz; in temp_crit_show() local
92 thermal_hwmon_lookup_by_type(const struct thermal_zone_device *tz) in thermal_hwmon_lookup_by_type()
114 const struct thermal_zone_device *tz) in thermal_hwmon_lookup_temp()
129 static bool thermal_zone_crit_temp_valid(struct thermal_zone_device *tz) in thermal_zone_crit_temp_valid()
135 int thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_add_hwmon_sysfs()
218 void thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_remove_hwmon_sysfs()
261 int devm_thermal_add_hwmon_sysfs(struct device *dev, struct thermal_zone_device *tz) in devm_thermal_add_hwmon_sysfs()
Dthermal_helpers.c25 int get_tz_trend(struct thermal_zone_device *tz, const struct thermal_trip *trip) in get_tz_trend()
42 static bool thermal_instance_present(struct thermal_zone_device *tz, in thermal_instance_present()
57 bool thermal_trip_is_bound_to_cdev(struct thermal_zone_device *tz, in thermal_trip_is_bound_to_cdev()
82 int __thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp) in __thermal_zone_get_temp()
127 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp()
219 int thermal_zone_get_slope(struct thermal_zone_device *tz) in thermal_zone_get_slope()
234 int thermal_zone_get_offset(struct thermal_zone_device *tz) in thermal_zone_get_offset()
Dthermal_thresholds.c16 int thermal_thresholds_init(struct thermal_zone_device *tz) in thermal_thresholds_init()
23 static void __thermal_thresholds_flush(struct thermal_zone_device *tz) in __thermal_thresholds_flush()
34 void thermal_thresholds_flush(struct thermal_zone_device *tz) in thermal_thresholds_flush()
45 void thermal_thresholds_exit(struct thermal_zone_device *tz) in thermal_thresholds_exit()
128 void thermal_thresholds_handle(struct thermal_zone_device *tz, int *low, int *high) in thermal_thresholds_handle()
168 int thermal_thresholds_add(struct thermal_zone_device *tz, in thermal_thresholds_add()
202 int thermal_thresholds_delete(struct thermal_zone_device *tz, in thermal_thresholds_delete()
228 int thermal_thresholds_for_each(struct thermal_zone_device *tz, in thermal_thresholds_for_each()
Dthermal_sysfs.c30 struct thermal_zone_device *tz = to_thermal_zone(dev); in type_show() local
38 struct thermal_zone_device *tz = to_thermal_zone(dev); in temp_show() local
52 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_show() local
66 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_store() local
105 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_store() local
150 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_store() local
195 struct thermal_zone_device *tz = to_thermal_zone(dev); in policy_store() local
211 struct thermal_zone_device *tz = to_thermal_zone(dev); in policy_show() local
228 struct thermal_zone_device *tz = to_thermal_zone(dev); in emul_temp_store() local
257 struct thermal_zone_device *tz = to_thermal_zone(dev); in sustainable_power_show() local
[all …]
Dgov_power_allocator.c116 static u32 estimate_sustainable_power(struct thermal_zone_device *tz) in estimate_sustainable_power()
149 static void estimate_pid_constants(struct thermal_zone_device *tz, in estimate_pid_constants()
197 static u32 get_sustainable_power(struct thermal_zone_device *tz, in get_sustainable_power()
239 static u32 pid_controller(struct thermal_zone_device *tz, in pid_controller()
406 static void allocate_power(struct thermal_zone_device *tz, int control_temp) in allocate_power()
500 static void get_governor_trips(struct thermal_zone_device *tz, in get_governor_trips()
545 static void allow_maximum_power(struct thermal_zone_device *tz) in allow_maximum_power()
588 static int check_power_actors(struct thermal_zone_device *tz, in check_power_actors()
660 static void power_allocator_update_tz(struct thermal_zone_device *tz, in power_allocator_update_tz()
697 static int power_allocator_bind(struct thermal_zone_device *tz) in power_allocator_bind()
[all …]
Dthermal_trip.c27 int for_each_thermal_trip(struct thermal_zone_device *tz, in for_each_thermal_trip()
44 int thermal_zone_for_each_trip(struct thermal_zone_device *tz, in thermal_zone_for_each_trip()
54 void thermal_zone_set_trips(struct thermal_zone_device *tz, int low, int high) in thermal_zone_set_trips()
82 int thermal_zone_trip_id(const struct thermal_zone_device *tz, in thermal_zone_trip_id()
Dthermal_netlink.c351 int thermal_notify_tz_create(const struct thermal_zone_device *tz) in thermal_notify_tz_create()
358 int thermal_notify_tz_delete(const struct thermal_zone_device *tz) in thermal_notify_tz_delete()
365 int thermal_notify_tz_enable(const struct thermal_zone_device *tz) in thermal_notify_tz_enable()
372 int thermal_notify_tz_disable(const struct thermal_zone_device *tz) in thermal_notify_tz_disable()
379 int thermal_notify_tz_trip_down(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_down()
389 int thermal_notify_tz_trip_up(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_up()
399 int thermal_notify_tz_trip_change(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_change()
434 int thermal_notify_tz_gov_change(const struct thermal_zone_device *tz, in thermal_notify_tz_gov_change()
451 int thermal_notify_threshold_add(const struct thermal_zone_device *tz, in thermal_notify_threshold_add()
459 int thermal_notify_threshold_delete(const struct thermal_zone_device *tz, in thermal_notify_threshold_delete()
[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 device *dev, 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_bang_bang.c63 static void bang_bang_trip_crossed(struct thermal_zone_device *tz, in bang_bang_trip_crossed()
80 static void bang_bang_manage(struct thermal_zone_device *tz) in bang_bang_manage()
112 static void bang_bang_update_tz(struct thermal_zone_device *tz, in bang_bang_update_tz()
Dgov_fair_share.c18 static int get_trip_level(struct thermal_zone_device *tz) in get_trip_level()
63 static void fair_share_throttle(struct thermal_zone_device *tz, in fair_share_throttle()
96 static void fair_share_manage(struct thermal_zone_device *tz) in fair_share_manage()
Dthermal_debugfs.c152 struct thermal_zone_device *tz; member
556 static struct tz_episode *thermal_debugfs_tz_event_alloc(struct thermal_zone_device *tz, in thermal_debugfs_tz_event_alloc()
579 void thermal_debug_tz_trip_up(struct thermal_zone_device *tz, in thermal_debug_tz_trip_up()
672 void thermal_debug_tz_trip_down(struct thermal_zone_device *tz, in thermal_debug_tz_trip_down()
727 void thermal_debug_update_trip_stats(struct thermal_zone_device *tz) in thermal_debug_update_trip_stats()
789 struct thermal_zone_device *tz = thermal_dbg->tz_dbg.tz; in tze_seq_show() local
866 void thermal_debug_tz_add(struct thermal_zone_device *tz) in thermal_debug_tz_add()
893 static struct thermal_debugfs *thermal_debug_tz_clear(struct thermal_zone_device *tz) in thermal_debug_tz_clear()
906 void thermal_debug_tz_remove(struct thermal_zone_device *tz) in thermal_debug_tz_remove()
934 void thermal_debug_tz_resume(struct thermal_zone_device *tz) in thermal_debug_tz_resume()
Dthermal_of.c225 static struct device_node *thermal_of_zone_get_by_name(struct thermal_zone_device *tz) in thermal_of_zone_get_by_name()
305 static bool thermal_of_should_bind(struct thermal_zone_device *tz, in thermal_of_should_bind()
341 static void thermal_of_zone_unregister(struct thermal_zone_device *tz) in thermal_of_zone_unregister()
371 struct thermal_zone_device *tz; in thermal_of_zone_register() local
504 void devm_thermal_of_zone_unregister(struct device *dev, struct thermal_zone_device *tz) in devm_thermal_of_zone_unregister()
Dgov_user_space.c18 static int user_space_bind(struct thermal_zone_device *tz) in user_space_bind()
33 static void user_space_trip_crossed(struct thermal_zone_device *tz, in user_space_trip_crossed()
Dgov_step_wise.c68 static void thermal_zone_trip_update(struct thermal_zone_device *tz, in thermal_zone_trip_update()
106 static void step_wise_manage(struct thermal_zone_device *tz) in step_wise_manage()
/linux-6.14.4/drivers/acpi/
Dthermal.c59 #define ACPI_THERMAL_TRIPS_EXCEPTION(tz, str) \ argument
128 static int acpi_thermal_get_temperature(struct acpi_thermal *tz) in acpi_thermal_get_temperature()
150 static int acpi_thermal_get_polling_frequency(struct acpi_thermal *tz) in acpi_thermal_get_polling_frequency()
169 static int acpi_thermal_temp(struct acpi_thermal *tz, int temp_deci_k) in acpi_thermal_temp()
189 static int active_trip_index(struct acpi_thermal *tz, in active_trip_index()
198 static long get_passive_temp(struct acpi_thermal *tz) in get_passive_temp()
208 static long get_active_temp(struct acpi_thermal *tz, int index) in get_active_temp()
228 static void acpi_thermal_update_trip(struct acpi_thermal *tz, in acpi_thermal_update_trip()
248 static bool update_trip_devices(struct acpi_thermal *tz, in update_trip_devices()
278 static void acpi_thermal_update_trip_devices(struct acpi_thermal *tz, in acpi_thermal_update_trip_devices()
[all …]
/linux-6.14.4/tools/lib/thermal/
Dcommands.c44 static int parse_tz_get(struct genl_info *info, struct thermal_zone **tz) in parse_tz_get()
118 static int parse_tz_get_trip(struct genl_info *info, struct thermal_zone *tz) in parse_tz_get_trip()
156 static int parse_tz_get_temp(struct genl_info *info, struct thermal_zone *tz) in parse_tz_get_temp()
172 static int parse_tz_get_gov(struct genl_info *info, struct thermal_zone *tz) in parse_tz_get_gov()
191 static int parse_threshold_get(struct genl_info *info, struct thermal_zone *tz) in parse_threshold_get()
404 thermal_error_t thermal_cmd_get_tz(struct thermal_handler *th, struct thermal_zone **tz) in thermal_cmd_get_tz()
416 thermal_error_t thermal_cmd_get_trip(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_trip()
424 thermal_error_t thermal_cmd_get_governor(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_governor()
432 thermal_error_t thermal_cmd_get_temp(struct thermal_handler *th, struct thermal_zone *tz) in thermal_cmd_get_temp()
441 struct thermal_zone *tz) in thermal_cmd_threshold_get()
[all …]
Dthermal.c48 int for_each_thermal_zone(struct thermal_zone *tz, cb_tz_t cb, void *arg) in for_each_thermal_zone()
61 struct thermal_zone *thermal_zone_find_by_name(struct thermal_zone *tz, in thermal_zone_find_by_name()
77 struct thermal_zone *thermal_zone_find_by_id(struct thermal_zone *tz, int id) in thermal_zone_find_by_id()
92 static int __thermal_zone_discover(struct thermal_zone *tz, void *th) in __thermal_zone_discover()
108 struct thermal_zone *tz; in thermal_zone_discover() local
/linux-6.14.4/tools/thermal/thermal-engine/
Dthermal-engine.c37 struct thermal_zone *tz; member
57 static int show_temp(struct thermal_zone *tz, __maybe_unused void *arg) in show_temp()
66 static int show_governor(struct thermal_zone *tz, __maybe_unused void *arg) in show_governor()
75 static int show_tz(struct thermal_zone *tz, __maybe_unused void *arg) in show_tz()
90 static int set_threshold(struct thermal_zone *tz, __maybe_unused void *arg) in set_threshold()
131 struct thermal_zone *tz = thermal_zone_find_by_id(td->tz, tz_id); in tz_disable() local
141 struct thermal_zone *tz = thermal_zone_find_by_id(td->tz, tz_id); in tz_enable() local
151 struct thermal_zone *tz = thermal_zone_find_by_id(td->tz, tz_id); in trip_high() local
162 struct thermal_zone *tz = thermal_zone_find_by_id(td->tz, tz_id); in trip_low() local
189 struct thermal_zone *tz = thermal_zone_find_by_id(td->tz, tz_id); in trip_change() local
[all …]
/linux-6.14.4/tools/thermal/thermometer/
Dthermometer.c57 struct tz { struct
66 struct tz *tz; argument
105 config_setting_t *tz; in configuration_init() local
262 struct tz *tz; in thermometer_add_tz() local
344 struct tz *tz = arg; in timer_temperature_callback() local
/linux-6.14.4/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
/linux-6.14.4/include/linux/
Dthermal.h211 struct thermal_zone_device *tz) in devm_thermal_of_zone_unregister()
293 static inline void thermal_zone_device_unregister(struct thermal_zone_device *tz) in thermal_zone_device_unregister()
296 static inline void thermal_zone_device_update(struct thermal_zone_device *tz, in thermal_zone_device_update()
324 struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp()
327 struct thermal_zone_device *tz) in thermal_zone_get_slope()
330 struct thermal_zone_device *tz) in thermal_zone_get_offset()
333 static inline void *thermal_zone_device_priv(struct thermal_zone_device *tz) in thermal_zone_device_priv()
348 static inline int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable()
351 static inline int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable()
/linux-6.14.4/arch/mips/vdso/
Dvgettimeofday.c30 struct timezone *tz) in __vdso_gettimeofday()
66 struct timezone *tz) in __vdso_gettimeofday()

12345