/linux-6.1.9/include/linux/ |
D | thermal.h | 33 struct thermal_cooling_device; 58 struct thermal_cooling_device *); 60 struct thermal_cooling_device *); 92 int (*get_max_state) (struct thermal_cooling_device *, unsigned long *); 93 int (*get_cur_state) (struct thermal_cooling_device *, unsigned long *); 94 int (*set_cur_state) (struct thermal_cooling_device *, unsigned long); 95 int (*get_requested_power)(struct thermal_cooling_device *, u32 *); 96 int (*state2power)(struct thermal_cooling_device *, unsigned long, u32 *); 97 int (*power2state)(struct thermal_cooling_device *, u32, unsigned long *); 100 struct thermal_cooling_device { struct [all …]
|
D | devfreq_cooling.h | 44 struct thermal_cooling_device * 47 struct thermal_cooling_device * 49 struct thermal_cooling_device *devfreq_cooling_register(struct devfreq *df); 50 void devfreq_cooling_unregister(struct thermal_cooling_device *dfc); 51 struct thermal_cooling_device * 57 static inline struct thermal_cooling_device * 64 static inline struct thermal_cooling_device * 70 static inline struct thermal_cooling_device * 76 static inline struct thermal_cooling_device * 84 devfreq_cooling_unregister(struct thermal_cooling_device *dfc) in devfreq_cooling_unregister()
|
D | cpu_cooling.h | 27 struct thermal_cooling_device * 34 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev); 40 struct thermal_cooling_device * 44 static inline struct thermal_cooling_device * 51 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev) in cpufreq_cooling_unregister() 56 static inline struct thermal_cooling_device *
|
/linux-6.1.9/drivers/thermal/ |
D | thermal_core.h | 49 int for_each_thermal_cooling_device(int (*cb)(struct thermal_cooling_device *, 62 static inline bool cdev_is_power_actor(struct thermal_cooling_device *cdev) in cdev_is_power_actor() 68 void thermal_cdev_update(struct thermal_cooling_device *); 69 void __thermal_cdev_update(struct thermal_cooling_device *cdev); 75 struct thermal_cooling_device *cdev, 87 struct thermal_cooling_device *cdev; 106 container_of(_dev, struct thermal_cooling_device, device) 121 void thermal_cooling_device_setup_sysfs(struct thermal_cooling_device *); 122 void thermal_cooling_device_destroy_sysfs(struct thermal_cooling_device *cdev); 130 void thermal_cooling_device_stats_update(struct thermal_cooling_device *cdev, [all …]
|
D | devfreq_cooling.c | 51 struct thermal_cooling_device *cdev; 64 static int devfreq_cooling_get_max_state(struct thermal_cooling_device *cdev, in devfreq_cooling_get_max_state() 74 static int devfreq_cooling_get_cur_state(struct thermal_cooling_device *cdev, in devfreq_cooling_get_cur_state() 84 static int devfreq_cooling_set_cur_state(struct thermal_cooling_device *cdev, in devfreq_cooling_set_cur_state() 178 static int devfreq_cooling_get_requested_power(struct thermal_cooling_device *cdev, in devfreq_cooling_get_requested_power() 244 static int devfreq_cooling_state2power(struct thermal_cooling_device *cdev, in devfreq_cooling_state2power() 260 static int devfreq_cooling_power2state(struct thermal_cooling_device *cdev, in devfreq_cooling_power2state() 361 struct thermal_cooling_device * 365 struct thermal_cooling_device *cdev; in of_devfreq_cooling_register_power() 458 struct thermal_cooling_device * [all …]
|
D | cpufreq_cooling.c | 218 static int cpufreq_get_requested_power(struct thermal_cooling_device *cdev, in cpufreq_get_requested_power() 262 static int cpufreq_state2power(struct thermal_cooling_device *cdev, in cpufreq_state2power() 296 static int cpufreq_power2state(struct thermal_cooling_device *cdev, in cpufreq_power2state() 408 static int cpufreq_get_max_state(struct thermal_cooling_device *cdev, in cpufreq_get_max_state() 427 static int cpufreq_get_cur_state(struct thermal_cooling_device *cdev, in cpufreq_get_cur_state() 447 static int cpufreq_set_cur_state(struct thermal_cooling_device *cdev, in cpufreq_set_cur_state() 491 static struct thermal_cooling_device * 496 struct thermal_cooling_device *cdev; in __cpufreq_cooling_register() 601 struct thermal_cooling_device * 624 struct thermal_cooling_device * [all …]
|
D | khadas_mcu_fan.c | 22 struct thermal_cooling_device *cdev; 40 static int khadas_mcu_fan_get_max_state(struct thermal_cooling_device *cdev, in khadas_mcu_fan_get_max_state() 48 static int khadas_mcu_fan_get_cur_state(struct thermal_cooling_device *cdev, in khadas_mcu_fan_get_cur_state() 59 khadas_mcu_fan_set_cur_state(struct thermal_cooling_device *cdev, in khadas_mcu_fan_set_cur_state() 82 struct thermal_cooling_device *cdev; in khadas_mcu_fan_probe()
|
D | cpuidle_cooling.c | 72 static int cpuidle_cooling_get_max_state(struct thermal_cooling_device *cdev, in cpuidle_cooling_get_max_state() 101 static int cpuidle_cooling_get_cur_state(struct thermal_cooling_device *cdev, in cpuidle_cooling_get_cur_state() 123 static int cpuidle_cooling_set_cur_state(struct thermal_cooling_device *cdev, in cpuidle_cooling_set_cur_state() 174 struct thermal_cooling_device *cdev; in __cpuidle_cooling_register()
|
D | thermal_core.c | 514 int for_each_thermal_cooling_device(int (*cb)(struct thermal_cooling_device *, in for_each_thermal_cooling_device() argument 517 struct thermal_cooling_device *cdev; in for_each_thermal_cooling_device() 598 struct thermal_cooling_device *cdev, in thermal_zone_bind_cooling_device() 605 struct thermal_cooling_device *pos2; in thermal_zone_bind_cooling_device() 718 struct thermal_cooling_device *cdev) in thermal_zone_unbind_cooling_device() 751 struct thermal_cooling_device *cdev; in thermal_release() 772 struct thermal_cooling_device *cdev, int ret) in print_bind_err_msg() 779 struct thermal_cooling_device *cdev, in __bind() 804 static void bind_cdev(struct thermal_cooling_device *cdev) in bind_cdev() 858 static struct thermal_cooling_device * [all …]
|
D | thermal_sysfs.c | 583 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cdev_type_show() 591 struct thermal_cooling_device *cdev = to_cooling_device(dev); in max_state_show() 599 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cur_state_show() 613 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cur_state_store() 680 void thermal_cooling_device_stats_update(struct thermal_cooling_device *cdev, in thermal_cooling_device_stats_update() 705 struct thermal_cooling_device *cdev = to_cooling_device(dev); in total_trans_show() 720 struct thermal_cooling_device *cdev = to_cooling_device(dev); in time_in_state_ms_show() 741 struct thermal_cooling_device *cdev = to_cooling_device(dev); in reset_store() 763 struct thermal_cooling_device *cdev = to_cooling_device(dev); in trans_table_show() 822 static void cooling_device_stats_setup(struct thermal_cooling_device *cdev) in cooling_device_stats_setup() [all …]
|
D | thermal_of.c | 404 struct thermal_zone_device *tz, struct thermal_cooling_device *cdev) in __thermal_of_unbind() 435 struct thermal_zone_device *tz, struct thermal_cooling_device *cdev) in __thermal_of_bind() 470 struct thermal_zone_device *tz, struct thermal_cooling_device *cdev, in thermal_of_for_each_cooling_device() argument 472 struct thermal_zone_device *, struct thermal_cooling_device *)) in thermal_of_for_each_cooling_device() 503 struct thermal_cooling_device *cdev, in thermal_of_for_each_cooling_maps() argument 505 struct thermal_zone_device *, struct thermal_cooling_device *)) in thermal_of_for_each_cooling_maps() 534 struct thermal_cooling_device *cdev) in thermal_of_bind() 540 struct thermal_cooling_device *cdev) in thermal_of_unbind()
|
D | thermal_helpers.c | 45 struct thermal_cooling_device *cdev, int trip) in get_thermal_instance() 195 static void thermal_cdev_set_cur_state(struct thermal_cooling_device *cdev, in thermal_cdev_set_cur_state() 205 void __thermal_cdev_update(struct thermal_cooling_device *cdev) in __thermal_cdev_update() 232 void thermal_cdev_update(struct thermal_cooling_device *cdev) in thermal_cdev_update()
|
D | gov_fair_share.c | 50 struct thermal_cooling_device *cdev, int percentage, int level) in get_target_state() 93 struct thermal_cooling_device *cdev = instance->cdev; in fair_share_throttle()
|
/linux-6.1.9/drivers/thermal/intel/ |
D | intel_tcc_cooling.c | 18 static struct thermal_cooling_device *tcc_cdev; 20 static int tcc_get_max_state(struct thermal_cooling_device *cdev, unsigned long in tcc_get_max_state() 46 static int tcc_get_cur_state(struct thermal_cooling_device *cdev, unsigned long in tcc_get_cur_state() 60 static int tcc_set_cur_state(struct thermal_cooling_device *cdev, unsigned long in tcc_set_cur_state()
|
D | intel_menlow.c | 48 static int memory_get_max_bandwidth(struct thermal_cooling_device *cdev, in memory_get_max_bandwidth() 74 static int memory_get_cur_bandwidth(struct thermal_cooling_device *cdev, in memory_get_cur_bandwidth() 97 static int memory_set_cur_bandwidth(struct thermal_cooling_device *cdev, in memory_set_cur_bandwidth() 142 struct thermal_cooling_device *cdev; in intel_menlow_memory_add() 184 struct thermal_cooling_device *cdev; in intel_menlow_memory_remove()
|
/linux-6.1.9/drivers/thermal/intel/int340x_thermal/ |
D | int3406_thermal.c | 24 struct thermal_cooling_device *cooling_dev; 41 int3406_thermal_get_max_state(struct thermal_cooling_device *cooling_dev, in int3406_thermal_get_max_state() 51 int3406_thermal_set_cur_state(struct thermal_cooling_device *cooling_dev, in int3406_thermal_set_cur_state() 68 int3406_thermal_get_cur_state(struct thermal_cooling_device *cooling_dev, in int3406_thermal_get_cur_state()
|
D | int3403_thermal.c | 40 struct thermal_cooling_device *cdev; 122 static int int3403_get_max_state(struct thermal_cooling_device *cdev, in int3403_get_max_state() 132 static int int3403_get_cur_state(struct thermal_cooling_device *cdev, in int3403_get_cur_state() 148 int3403_set_cur_state(struct thermal_cooling_device *cdev, unsigned long state) in int3403_set_cur_state()
|
/linux-6.1.9/drivers/net/wireless/ath/ath10k/ |
D | thermal.c | 16 ath10k_thermal_get_max_throttle_state(struct thermal_cooling_device *cdev, in ath10k_thermal_get_max_throttle_state() 25 ath10k_thermal_get_cur_throttle_state(struct thermal_cooling_device *cdev, in ath10k_thermal_get_cur_throttle_state() 38 ath10k_thermal_set_cur_throttle_state(struct thermal_cooling_device *cdev, in ath10k_thermal_set_cur_throttle_state() 156 struct thermal_cooling_device *cdev; in ath10k_thermal_register()
|
/linux-6.1.9/drivers/gpu/drm/lima/ |
D | lima_devfreq.h | 12 struct thermal_cooling_device; 18 struct thermal_cooling_device *cooling;
|
/linux-6.1.9/drivers/gpu/drm/panfrost/ |
D | panfrost_devfreq.h | 12 struct thermal_cooling_device; 18 struct thermal_cooling_device *cooling;
|
/linux-6.1.9/drivers/net/wireless/ath/ath11k/ |
D | thermal.c | 15 ath11k_thermal_get_max_throttle_state(struct thermal_cooling_device *cdev, in ath11k_thermal_get_max_throttle_state() 24 ath11k_thermal_get_cur_throttle_state(struct thermal_cooling_device *cdev, in ath11k_thermal_get_cur_throttle_state() 37 ath11k_thermal_set_cur_throttle_state(struct thermal_cooling_device *cdev, in ath11k_thermal_set_cur_throttle_state() 159 struct thermal_cooling_device *cdev; in ath11k_thermal_register()
|
/linux-6.1.9/drivers/platform/x86/ |
D | acerhdf.c | 82 static struct thermal_cooling_device *cl_dev; 368 struct thermal_cooling_device *cdev) in acerhdf_bind() 384 struct thermal_cooling_device *cdev) in acerhdf_unbind() 488 static int acerhdf_get_max_state(struct thermal_cooling_device *cdev, in acerhdf_get_max_state() 496 static int acerhdf_get_cur_state(struct thermal_cooling_device *cdev, in acerhdf_get_cur_state() 510 static int acerhdf_set_cur_state(struct thermal_cooling_device *cdev, in acerhdf_set_cur_state()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 100 struct thermal_cooling_device *cdevs[MLXSW_MFCR_PWMS_MAX]; 119 struct thermal_cooling_device *cdev) in mlxsw_get_cooling_device_idx() 194 struct thermal_cooling_device *cdev) in mlxsw_thermal_bind() 220 struct thermal_cooling_device *cdev) in mlxsw_thermal_unbind() 334 struct thermal_cooling_device *cdev) in mlxsw_thermal_module_bind() 363 struct thermal_cooling_device *cdev) in mlxsw_thermal_module_unbind() 541 static int mlxsw_thermal_get_max_state(struct thermal_cooling_device *cdev, in mlxsw_thermal_get_max_state() 548 static int mlxsw_thermal_get_cur_state(struct thermal_cooling_device *cdev, in mlxsw_thermal_get_cur_state() 574 static int mlxsw_thermal_set_cur_state(struct thermal_cooling_device *cdev, in mlxsw_thermal_set_cur_state() 962 struct thermal_cooling_device *cdev; in mlxsw_thermal_init()
|
/linux-6.1.9/include/trace/events/ |
D | thermal.h | 51 TP_PROTO(struct thermal_cooling_device *cdev, unsigned long target), 142 TP_PROTO(struct thermal_cooling_device *cdev, 172 TP_PROTO(struct thermal_cooling_device *cdev, unsigned long freq,
|
/linux-6.1.9/drivers/acpi/ |
D | processor_thermal.c | 194 processor_get_max_state(struct thermal_cooling_device *cdev, in processor_get_max_state() 212 processor_get_cur_state(struct thermal_cooling_device *cdev, in processor_get_cur_state() 232 processor_set_cur_state(struct thermal_cooling_device *cdev, in processor_set_cur_state()
|