/kernel/linux/linux-5.10/include/linux/ |
D | thermal.h | 35 struct thermal_zone_device; 62 int (*bind) (struct thermal_zone_device *, 64 int (*unbind) (struct thermal_zone_device *, 66 int (*get_temp) (struct thermal_zone_device *, int *); 67 int (*set_trips) (struct thermal_zone_device *, int, int); 68 int (*change_mode) (struct thermal_zone_device *, 70 int (*get_trip_type) (struct thermal_zone_device *, int, 72 int (*get_trip_temp) (struct thermal_zone_device *, int, int *); 73 int (*set_trip_temp) (struct thermal_zone_device *, int, int); 74 int (*get_trip_hyst) (struct thermal_zone_device *, int, int *); [all …]
|
/kernel/linux/linux-5.10/drivers/thermal/ |
D | thermal_core.h | 46 int for_each_thermal_zone(int (*cb)(struct thermal_zone_device *, void *), 55 struct thermal_zone_device *thermal_zone_get_by_id(int id); 88 int get_tz_trend(struct thermal_zone_device *tz, int trip); 91 get_thermal_instance(struct thermal_zone_device *tz, 103 struct thermal_zone_device *tz; 120 container_of(_dev, struct thermal_zone_device, device) 127 void thermal_zone_device_rebind_exception(struct thermal_zone_device *, 129 void thermal_zone_device_unbind_exception(struct thermal_zone_device *, 131 int thermal_zone_device_set_policy(struct thermal_zone_device *, char *); 135 void thermal_zone_set_trips(struct thermal_zone_device *tz); [all …]
|
D | thermal_hwmon.h | 19 int thermal_add_hwmon_sysfs(struct thermal_zone_device *tz); 20 int devm_thermal_add_hwmon_sysfs(struct thermal_zone_device *tz); 21 void thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz); 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 | thermal_core.c | 75 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() 123 struct thermal_zone_device *pos; in thermal_register_governor() 175 struct thermal_zone_device *pos; in thermal_unregister_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() [all …]
|
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() 195 static int of_thermal_get_trend(struct thermal_zone_device *tz, int trip, in of_thermal_get_trend() 206 static int of_thermal_bind(struct thermal_zone_device *thermal, in of_thermal_bind() 241 static int of_thermal_unbind(struct thermal_zone_device *thermal, in of_thermal_unbind() 273 static int of_thermal_get_trip_type(struct thermal_zone_device *tz, int trip, in of_thermal_get_trip_type() [all …]
|
D | thermal_hwmon.c | 39 struct thermal_zone_device *tz; 58 struct thermal_zone_device *tz = temp->tz; in temp_input_show() 76 struct thermal_zone_device *tz = temp->tz; in temp_crit_show() 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() 256 thermal_remove_hwmon_sysfs(*(struct thermal_zone_device **)res); in devm_thermal_hwmon_release() 259 int devm_thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in devm_thermal_add_hwmon_sysfs() [all …]
|
D | thermal_sysfs.c | 29 struct thermal_zone_device *tz = to_thermal_zone(dev); in type_show() 37 struct thermal_zone_device *tz = to_thermal_zone(dev); in temp_show() 51 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_show() 61 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_store() 81 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_type_show() 113 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_store() 152 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_show() 174 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_store() 204 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_show() 223 struct thermal_zone_device *tz = to_thermal_zone(dev); in passive_store() [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() 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()
|
D | spear_thermal.c | 31 static inline int thermal_get_temp(struct thermal_zone_device *thermal, in thermal_get_temp() 50 struct thermal_zone_device *spear_thermal = dev_get_drvdata(dev); in spear_thermal_suspend() 66 struct thermal_zone_device *spear_thermal = dev_get_drvdata(dev); in spear_thermal_resume() 91 struct thermal_zone_device *spear_thermal = NULL; in spear_thermal_probe() 158 struct thermal_zone_device *spear_thermal = platform_get_drvdata(pdev); in spear_thermal_exit()
|
D | kirkwood_thermal.c | 26 static int kirkwood_get_temp(struct thermal_zone_device *thermal, in kirkwood_get_temp() 65 struct thermal_zone_device *thermal = NULL; in kirkwood_thermal_probe() 100 struct thermal_zone_device *kirkwood_thermal = in kirkwood_thermal_exit()
|
D | gov_power_allocator.c | 86 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()
|
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 | da9062-thermal.c | 51 struct thermal_zone_device *zone; 123 static int da9062_thermal_get_trip_type(struct thermal_zone_device *z, in da9062_thermal_get_trip_type() 142 static int da9062_thermal_get_trip_temp(struct thermal_zone_device *z, in da9062_thermal_get_trip_temp() 161 static int da9062_thermal_get_temp(struct thermal_zone_device *z, in da9062_thermal_get_temp()
|
D | dove_thermal.c | 86 static int dove_get_temp(struct thermal_zone_device *thermal, in dove_get_temp() 123 struct thermal_zone_device *thermal = NULL; in dove_thermal_probe() 169 struct thermal_zone_device *dove_thermal = in dove_thermal_exit()
|
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() 186 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 | 200 struct thermal_zone_device *tz; 251 static int imx_get_temp(struct thermal_zone_device *tz, int *temp) in imx_get_temp() 309 static int imx_change_mode(struct thermal_zone_device *tz, in imx_change_mode() 333 static int imx_get_trip_type(struct thermal_zone_device *tz, int trip, in imx_get_trip_type() 341 static int imx_get_crit_temp(struct thermal_zone_device *tz, int *temp) in imx_get_crit_temp() 349 static int imx_get_trip_temp(struct thermal_zone_device *tz, int trip, in imx_get_trip_temp() 359 static int imx_set_trip_temp(struct thermal_zone_device *tz, int trip, in imx_set_trip_temp() 386 static int imx_bind(struct thermal_zone_device *tz, in imx_bind() 405 static int imx_unbind(struct thermal_zone_device *tz, in imx_unbind()
|
/kernel/linux/linux-5.10/drivers/thermal/intel/ |
D | intel_quark_dts_thermal.c | 106 struct thermal_zone_device *tzone; 118 static int soc_dts_enable(struct thermal_zone_device *tzd) in soc_dts_enable() 146 static int soc_dts_disable(struct thermal_zone_device *tzd) in soc_dts_disable() 200 static inline int sys_get_trip_temp(struct thermal_zone_device *tzd, in sys_get_trip_temp() 206 static inline int sys_get_crit_temp(struct thermal_zone_device *tzd, int *temp) in sys_get_crit_temp() 259 static inline int sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, in sys_set_trip_temp() 265 static int sys_get_trip_type(struct thermal_zone_device *thermal, in sys_get_trip_type() 276 static int sys_get_curr_temp(struct thermal_zone_device *tzd, in sys_get_curr_temp() 301 static int sys_change_mode(struct thermal_zone_device *tzd, in sys_change_mode()
|
D | x86_pkg_temp_thermal.c | 53 struct thermal_zone_device *tzone; 124 static int sys_get_curr_temp(struct thermal_zone_device *tzd, int *temp) in sys_get_curr_temp() 139 static int sys_get_trip_temp(struct thermal_zone_device *tzd, in sys_get_trip_temp() 174 sys_set_trip_temp(struct thermal_zone_device *tzd, int trip, int temp) in sys_set_trip_temp() 213 static int sys_get_trip_type(struct thermal_zone_device *thermal, int trip, in sys_get_trip_type() 263 struct thermal_zone_device *tzone = NULL; in pkg_temp_thermal_threshold_work_fn() 400 struct thermal_zone_device *tzone = zonedev->tzone; in pkg_thermal_cpu_offline()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 91 struct thermal_zone_device *tzdev; 99 struct thermal_zone_device *tzdev; 109 struct thermal_zone_device *tz_highest_dev; 198 struct thermal_zone_device *tzdev, in mlxsw_thermal_tz_score_update() 225 static int mlxsw_thermal_bind(struct thermal_zone_device *tzdev, in mlxsw_thermal_bind() 251 static int mlxsw_thermal_unbind(struct thermal_zone_device *tzdev, in mlxsw_thermal_unbind() 273 static int mlxsw_thermal_get_temp(struct thermal_zone_device *tzdev, in mlxsw_thermal_get_temp() 298 static int mlxsw_thermal_get_trip_type(struct thermal_zone_device *tzdev, in mlxsw_thermal_get_trip_type() 311 static int mlxsw_thermal_get_trip_temp(struct thermal_zone_device *tzdev, in mlxsw_thermal_get_trip_temp() 323 static int mlxsw_thermal_set_trip_temp(struct thermal_zone_device *tzdev, in mlxsw_thermal_set_trip_temp() [all …]
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
D | acerhdf.c | 81 static struct thermal_zone_device *thz_dev; 323 static void acerhdf_check_param(struct thermal_zone_device *thermal) in acerhdf_check_param() 350 static int acerhdf_get_ec_temp(struct thermal_zone_device *thermal, int *t) in acerhdf_get_ec_temp() 367 static int acerhdf_bind(struct thermal_zone_device *thermal, in acerhdf_bind() 383 static int acerhdf_unbind(struct thermal_zone_device *thermal, in acerhdf_unbind() 416 static int acerhdf_change_mode(struct thermal_zone_device *thermal, in acerhdf_change_mode() 427 static int acerhdf_get_trip_type(struct thermal_zone_device *thermal, int trip, in acerhdf_get_trip_type() 440 static int acerhdf_get_trip_hyst(struct thermal_zone_device *thermal, int trip, in acerhdf_get_trip_hyst() 451 static int acerhdf_get_trip_temp(struct thermal_zone_device *thermal, int trip, in acerhdf_get_trip_temp() 464 static int acerhdf_get_crit_temp(struct thermal_zone_device *thermal, in acerhdf_get_crit_temp()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_thermal.c | 12 static int cxgb4_thermal_get_temp(struct thermal_zone_device *tzdev, in cxgb4_thermal_get_temp() 32 static int cxgb4_thermal_get_trip_type(struct thermal_zone_device *tzdev, in cxgb4_thermal_get_trip_type() 44 static int cxgb4_thermal_get_trip_temp(struct thermal_zone_device *tzdev, in cxgb4_thermal_get_trip_temp()
|
/kernel/linux/linux-5.10/drivers/thermal/intel/int340x_thermal/ |
D | int340x_thermal_zone.c | 14 static int int340x_thermal_get_zone_temp(struct thermal_zone_device *zone, in int340x_thermal_get_zone_temp() 43 static int int340x_thermal_get_trip_temp(struct thermal_zone_device *zone, in int340x_thermal_get_trip_temp() 75 static int int340x_thermal_get_trip_type(struct thermal_zone_device *zone, in int340x_thermal_get_trip_type() 108 static int int340x_thermal_set_trip_temp(struct thermal_zone_device *zone, in int340x_thermal_set_trip_temp() 130 static int int340x_thermal_get_trip_hyst(struct thermal_zone_device *zone, in int340x_thermal_get_trip_hyst()
|
/kernel/linux/linux-5.10/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 28 struct thermal_zone_device *ti_thermal; 29 struct thermal_zone_device *pcb_tz; 69 struct thermal_zone_device *pcb_tz = NULL; in __ti_thermal_get_temp() 109 static inline int ti_thermal_get_temp(struct thermal_zone_device *thermal, in ti_thermal_get_temp()
|
/kernel/linux/linux-5.10/drivers/thermal/broadcom/ |
D | bcm2711_thermal.c | 31 struct thermal_zone_device *thermal; 69 struct thermal_zone_device *thermal; in bcm2711_thermal_probe()
|