Home
last modified time | relevance | path

Searched refs:thermal_cooling_device (Results 1 – 25 of 62) sorted by relevance

123

/linux/include/linux/
A Dthermal.h35 struct thermal_cooling_device;
62 struct thermal_cooling_device *);
64 struct thermal_cooling_device *);
92 struct thermal_cooling_device { struct
201 struct thermal_cooling_device *cdev;
231 struct thermal_cooling_device *cdev);
369 struct thermal_cooling_device *,
373 struct thermal_cooling_device *);
379 struct thermal_cooling_device *
382 struct thermal_cooling_device *
[all …]
A Ddevfreq_cooling.h44 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()
A Dcpu_cooling.h27 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/drivers/thermal/
A Dthermal_core.h49 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);
89 struct thermal_cooling_device *cdev,
101 struct thermal_cooling_device *cdev;
120 container_of(_dev, struct thermal_cooling_device, device)
134 void thermal_cooling_device_setup_sysfs(struct thermal_cooling_device *);
135 void thermal_cooling_device_destroy_sysfs(struct thermal_cooling_device *cdev);
143 void thermal_cooling_device_stats_update(struct thermal_cooling_device *cdev,
[all …]
A Ddevfreq_cooling.c50 struct thermal_cooling_device *cdev;
62 static int devfreq_cooling_get_max_state(struct thermal_cooling_device *cdev, in devfreq_cooling_get_max_state()
72 static int devfreq_cooling_get_cur_state(struct thermal_cooling_device *cdev, in devfreq_cooling_get_cur_state()
82 static int devfreq_cooling_set_cur_state(struct thermal_cooling_device *cdev, in devfreq_cooling_set_cur_state()
236 static int devfreq_cooling_state2power(struct thermal_cooling_device *cdev, in devfreq_cooling_state2power()
354 struct thermal_cooling_device *
358 struct thermal_cooling_device *cdev; in of_devfreq_cooling_register_power()
443 struct thermal_cooling_device *
476 struct thermal_cooling_device *
480 struct thermal_cooling_device *cdev; in devfreq_cooling_em_register()
[all …]
A Dcpufreq_cooling.c270 static int cpufreq_state2power(struct thermal_cooling_device *cdev, in cpufreq_state2power()
308 static int cpufreq_power2state(struct thermal_cooling_device *cdev, in cpufreq_power2state()
420 static int cpufreq_get_max_state(struct thermal_cooling_device *cdev, in cpufreq_get_max_state()
439 static int cpufreq_get_cur_state(struct thermal_cooling_device *cdev, in cpufreq_get_cur_state()
459 static int cpufreq_set_cur_state(struct thermal_cooling_device *cdev, in cpufreq_set_cur_state()
515 static struct thermal_cooling_device *
520 struct thermal_cooling_device *cdev; in __cpufreq_cooling_register()
622 struct thermal_cooling_device *
648 struct thermal_cooling_device *
652 struct thermal_cooling_device *cdev = NULL; in of_cpufreq_cooling_register()
[all …]
A Dkhadas_mcu_fan.c22 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()
A Dthermal_core.c541 struct thermal_cooling_device *cdev; in for_each_thermal_cooling_device()
629 struct thermal_cooling_device *pos2; in thermal_zone_bind_cooling_device()
780 struct thermal_cooling_device *cdev; in thermal_release()
808 struct thermal_cooling_device *cdev, in __bind()
887 static struct thermal_cooling_device *
892 struct thermal_cooling_device *cdev; in __thermal_cooling_device_register()
973 struct thermal_cooling_device *
996 struct thermal_cooling_device *
1028 struct thermal_cooling_device *
1034 struct thermal_cooling_device **ptr, *tcd; in devm_thermal_of_cooling_device_register()
[all …]
A Dthermal_sysfs.c574 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cdev_type_show()
582 struct thermal_cooling_device *cdev = to_cooling_device(dev); in max_state_show()
595 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cur_state_show()
609 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cur_state_store()
700 struct thermal_cooling_device *cdev = to_cooling_device(dev); in total_trans_show()
715 struct thermal_cooling_device *cdev = to_cooling_device(dev); in time_in_state_ms_show()
736 struct thermal_cooling_device *cdev = to_cooling_device(dev); in reset_store()
758 struct thermal_cooling_device *cdev = to_cooling_device(dev); in trans_table_show()
817 static void cooling_device_stats_setup(struct thermal_cooling_device *cdev) in cooling_device_stats_setup()
858 cooling_device_stats_setup(struct thermal_cooling_device *cdev) {} in cooling_device_stats_setup()
[all …]
A Dcpuidle_cooling.c72 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()
A Dthermal_helpers.c46 struct thermal_cooling_device *cdev, int trip) in get_thermal_instance()
185 static void thermal_cdev_set_cur_state(struct thermal_cooling_device *cdev, in thermal_cdev_set_cur_state()
195 void __thermal_cdev_update(struct thermal_cooling_device *cdev) in __thermal_cdev_update()
222 void thermal_cdev_update(struct thermal_cooling_device *cdev) in thermal_cdev_update()
A Dgov_fair_share.c50 struct thermal_cooling_device *cdev, int percentage, int level) in get_target_state()
97 struct thermal_cooling_device *cdev = instance->cdev; in fair_share_throttle()
/linux/drivers/thermal/intel/
A Dintel_tcc_cooling.c18 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()
A Dintel_menlow.c48 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/drivers/thermal/intel/int340x_thermal/
A Dint3406_thermal.c24 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()
A Dint3403_thermal.c40 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/drivers/net/wireless/ath/ath10k/
A Dthermal.c16 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/drivers/net/wireless/ath/ath11k/
A Dthermal.c15 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/drivers/platform/x86/
A Dacerhdf.c82 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/drivers/gpu/drm/lima/
A Dlima_devfreq.h12 struct thermal_cooling_device;
18 struct thermal_cooling_device *cooling;
/linux/drivers/gpu/drm/panfrost/
A Dpanfrost_devfreq.h12 struct thermal_cooling_device;
18 struct thermal_cooling_device *cooling;
/linux/drivers/net/ethernet/mellanox/mlxsw/
A Dcore_thermal.c92 struct thermal_cooling_device *cdevs[MLXSW_MFCR_PWMS_MAX];
116 struct thermal_cooling_device *cdev) in mlxsw_get_cooling_device_idx()
218 struct thermal_cooling_device *cdev) in mlxsw_thermal_bind()
244 struct thermal_cooling_device *cdev) in mlxsw_thermal_unbind()
373 struct thermal_cooling_device *cdev) in mlxsw_thermal_module_bind()
402 struct thermal_cooling_device *cdev) in mlxsw_thermal_module_unbind()
601 static int mlxsw_thermal_get_max_state(struct thermal_cooling_device *cdev, in mlxsw_thermal_get_max_state()
608 static int mlxsw_thermal_get_cur_state(struct thermal_cooling_device *cdev, in mlxsw_thermal_get_cur_state()
634 static int mlxsw_thermal_set_cur_state(struct thermal_cooling_device *cdev, in mlxsw_thermal_set_cur_state()
944 struct thermal_cooling_device *cdev; in mlxsw_thermal_init()
/linux/drivers/acpi/
A Dprocessor_thermal.c187 processor_get_max_state(struct thermal_cooling_device *cdev, in processor_get_max_state()
205 processor_get_cur_state(struct thermal_cooling_device *cdev, in processor_get_cur_state()
225 processor_set_cur_state(struct thermal_cooling_device *cdev, in processor_set_cur_state()
/linux/drivers/hwmon/
A Dpwm-fan.c46 struct thermal_cooling_device *cdev;
187 static int pwm_fan_get_max_state(struct thermal_cooling_device *cdev, in pwm_fan_get_max_state()
200 static int pwm_fan_get_cur_state(struct thermal_cooling_device *cdev, in pwm_fan_get_cur_state()
214 pwm_fan_set_cur_state(struct thermal_cooling_device *cdev, unsigned long state) in pwm_fan_set_cur_state()
299 struct thermal_cooling_device *cdev; in pwm_fan_probe()
/linux/include/trace/events/
A Dthermal.h51 TP_PROTO(struct thermal_cooling_device *cdev, unsigned long target),
154 TP_PROTO(struct thermal_cooling_device *cdev,
184 TP_PROTO(struct thermal_cooling_device *cdev, unsigned long freq,

Completed in 35 milliseconds

123