/Linux-v5.15/drivers/thermal/ |
D | thermal_core.c | 73 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() 197 int thermal_zone_device_set_policy(struct thermal_zone_device *tz, in thermal_zone_device_set_policy() 288 static void thermal_zone_device_set_polling(struct thermal_zone_device *tz, in thermal_zone_device_set_polling() 298 static inline bool should_stop_polling(struct thermal_zone_device *tz) in should_stop_polling() 303 static void monitor_thermal_zone(struct thermal_zone_device *tz) in monitor_thermal_zone() 321 static void handle_non_critical_trips(struct thermal_zone_device *tz, int trip) in handle_non_critical_trips() 327 void thermal_zone_device_critical(struct thermal_zone_device *tz) in thermal_zone_device_critical() 342 static void handle_critical_trips(struct thermal_zone_device *tz, in handle_critical_trips() 361 static void handle_thermal_trip(struct thermal_zone_device *tz, int trip) in handle_thermal_trip() [all …]
|
D | thermal_hwmon.c | 39 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() 215 void thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_remove_hwmon_sysfs() 258 int devm_thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in devm_thermal_add_hwmon_sysfs()
|
D | thermal_of.c | 87 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 …]
|
D | thermal_helpers.c | 26 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() 240 int thermal_zone_get_slope(struct thermal_zone_device *tz) in thermal_zone_get_slope() 255 int thermal_zone_get_offset(struct thermal_zone_device *tz) in thermal_zone_get_offset()
|
D | thermal_sysfs.c | 29 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 policy_store() local [all …]
|
D | gov_power_allocator.c | 89 static u32 estimate_sustainable_power(struct thermal_zone_device *tz) in estimate_sustainable_power() 124 static void estimate_pid_constants(struct thermal_zone_device *tz, in estimate_pid_constants() 175 static u32 get_sustainable_power(struct thermal_zone_device *tz, in get_sustainable_power() 217 static u32 pid_controller(struct thermal_zone_device *tz, in pid_controller() 383 static int allocate_power(struct thermal_zone_device *tz, in allocate_power() 520 static void get_governor_trips(struct thermal_zone_device *tz, in get_governor_trips() 573 static void allow_maximum_power(struct thermal_zone_device *tz, bool update) in allow_maximum_power() 616 static int check_power_actors(struct thermal_zone_device *tz) in check_power_actors() 642 static int power_allocator_bind(struct thermal_zone_device *tz) in power_allocator_bind() 693 static void power_allocator_unbind(struct thermal_zone_device *tz) in power_allocator_unbind() [all …]
|
D | thermal_hwmon.h | 24 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()
|
D | gov_fair_share.c | 22 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()
|
D | gov_step_wise.c | 105 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() 181 static int step_wise_throttle(struct thermal_zone_device *tz, int trip) in step_wise_throttle()
|
D | gov_bang_bang.c | 16 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()
|
D | imx_thermal.c | 198 struct thermal_zone_device *tz; member 249 static int imx_get_temp(struct thermal_zone_device *tz, int *temp) in imx_get_temp() 334 static int imx_change_mode(struct thermal_zone_device *tz, in imx_change_mode() 366 static int imx_get_trip_type(struct thermal_zone_device *tz, int trip, in imx_get_trip_type() 374 static int imx_get_crit_temp(struct thermal_zone_device *tz, int *temp) in imx_get_crit_temp() 382 static int imx_get_trip_temp(struct thermal_zone_device *tz, int trip, in imx_get_trip_temp() 392 static int imx_set_trip_temp(struct thermal_zone_device *tz, int trip, in imx_set_trip_temp() 412 static int imx_bind(struct thermal_zone_device *tz, in imx_bind() 431 static int imx_unbind(struct thermal_zone_device *tz, in imx_unbind()
|
D | thermal_core.h | 100 struct thermal_zone_device *tz; member 160 static inline int of_thermal_get_ntrips(struct thermal_zone_device *tz) in of_thermal_get_ntrips() 164 static inline bool of_thermal_is_trip_valid(struct thermal_zone_device *tz, in of_thermal_is_trip_valid() 170 of_thermal_get_trip_points(struct thermal_zone_device *tz) in of_thermal_get_trip_points()
|
D | thermal_netlink.c | 360 static int __thermal_genl_cmd_tz_get_id(struct thermal_zone_device *tz, in __thermal_genl_cmd_tz_get_id() 399 struct thermal_zone_device *tz; in thermal_genl_cmd_tz_get_trip() local 449 struct thermal_zone_device *tz; in thermal_genl_cmd_tz_get_temp() local 475 struct thermal_zone_device *tz; in thermal_genl_cmd_tz_get_gov() local
|
D | gov_user_space.c | 25 static int notify_user_space(struct thermal_zone_device *tz, int trip) in notify_user_space()
|
/Linux-v5.15/drivers/acpi/ |
D | thermal.c | 182 static int acpi_thermal_get_temperature(struct acpi_thermal *tz) in acpi_thermal_get_temperature() 204 static int acpi_thermal_get_polling_frequency(struct acpi_thermal *tz) in acpi_thermal_get_polling_frequency() 223 static int acpi_thermal_set_cooling_mode(struct acpi_thermal *tz, int mode) in acpi_thermal_set_cooling_mode() 255 #define ACPI_THERMAL_TRIPS_EXCEPTION(flags, tz, str) \ argument 263 static int acpi_thermal_trips_update(struct acpi_thermal *tz, int flag) in acpi_thermal_trips_update() 478 static int acpi_thermal_get_trip_points(struct acpi_thermal *tz) in acpi_thermal_get_trip_points() 503 struct acpi_thermal *tz = thermal->devdata; in thermal_get_temp() local 521 struct acpi_thermal *tz = thermal->devdata; in thermal_get_trip_type() local 566 struct acpi_thermal *tz = thermal->devdata; in thermal_get_trip_temp() local 619 struct acpi_thermal *tz = thermal->devdata; in thermal_get_crit_temp() local [all …]
|
/Linux-v5.15/tools/testing/selftests/timers/ |
D | set-tz.c | 30 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-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 135 mlxsw_thermal_module_trips_reset(struct mlxsw_thermal_module *tz) in mlxsw_thermal_module_trips_reset() 144 struct mlxsw_thermal_module *tz, in mlxsw_thermal_module_trips_update() 375 struct mlxsw_thermal_module *tz = tzdev->devdata; in mlxsw_thermal_module_bind() local 404 struct mlxsw_thermal_module *tz = tzdev->devdata; in mlxsw_thermal_module_unbind() local 449 struct mlxsw_thermal_module *tz = tzdev->devdata; in mlxsw_thermal_module_temp_get() local 481 struct mlxsw_thermal_module *tz = tzdev->devdata; in mlxsw_thermal_module_trip_type_get() local 494 struct mlxsw_thermal_module *tz = tzdev->devdata; in mlxsw_thermal_module_trip_temp_get() local 507 struct mlxsw_thermal_module *tz = tzdev->devdata; in mlxsw_thermal_module_trip_temp_set() local 520 struct mlxsw_thermal_module *tz = tzdev->devdata; in mlxsw_thermal_module_trip_hyst_get() local 530 struct mlxsw_thermal_module *tz = tzdev->devdata; in mlxsw_thermal_module_trip_hyst_set() local [all …]
|
/Linux-v5.15/arch/mips/vdso/ |
D | vgettimeofday.c | 29 struct timezone *tz) in __vdso_gettimeofday() 65 struct timezone *tz) in __vdso_gettimeofday()
|
/Linux-v5.15/drivers/thermal/broadcom/ |
D | bcm2835_thermal.c | 67 struct thermal_zone_device *tz; member 167 struct thermal_zone_device *tz; in bcm2835_thermal_probe() local 290 struct thermal_zone_device *tz = data->tz; in bcm2835_thermal_remove() local
|
/Linux-v5.15/include/linux/ |
D | thermal.h | 343 struct thermal_zone_device *tz) in thermal_zone_of_sensor_unregister() 356 struct thermal_zone_device *tz) in devm_thermal_zone_of_sensor_unregister() 404 struct thermal_zone_device *tz) in thermal_zone_device_unregister() 430 struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp() 433 struct thermal_zone_device *tz) in thermal_zone_get_slope() 436 struct thermal_zone_device *tz) in thermal_zone_get_offset() 439 static inline int thermal_zone_device_enable(struct thermal_zone_device *tz) in thermal_zone_device_enable() 442 static inline int thermal_zone_device_disable(struct thermal_zone_device *tz) in thermal_zone_device_disable()
|
/Linux-v5.15/arch/sparc/vdso/ |
D | vclock_gettime.c | 77 notrace static long vdso_fallback_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in vdso_fallback_gettimeofday() 307 __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday() 343 __vdso_gettimeofday_stick(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday_stick()
|
/Linux-v5.15/kernel/time/ |
D | time.c | 141 struct timezone __user *, tz) in SYSCALL_DEFINE2() argument 169 int do_sys_settimeofday64(const struct timespec64 *tv, const struct timezone *tz) in do_sys_settimeofday64() 200 struct timezone __user *, tz) in SYSCALL_DEFINE2() argument 225 struct timezone __user *, tz) in COMPAT_SYSCALL_DEFINE2() argument 244 struct timezone __user *, tz) in COMPAT_SYSCALL_DEFINE2() argument
|
/Linux-v5.15/arch/riscv/kernel/vdso/ |
D | vgettimeofday.c | 21 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday()
|
/Linux-v5.15/arch/s390/kernel/vdso64/ |
D | vdso64_generic.c | 6 struct timezone *tz) in __s390_vdso_gettimeofday()
|
/Linux-v5.15/arch/arm64/kernel/vdso/ |
D | vgettimeofday.c | 16 struct timezone *tz) in __kernel_gettimeofday()
|