Home
last modified time | relevance | path

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

1234

/linux/include/linux/
H A Dthermal.h33 struct thermal_cooling_device;
98 struct thermal_cooling_device *,
115 int (*get_max_state) (struct thermal_cooling_device *, unsigned long *);
116 int (*get_cur_state) (struct thermal_cooling_device *, unsigned long *);
117 int (*set_cur_state) (struct thermal_cooling_device *, unsigned long);
118 int (*get_requested_power)(struct thermal_cooling_device *, u32 *);
119 int (*state2power)(struct thermal_cooling_device *, unsigned long, u32 *);
120 int (*power2state)(struct thermal_cooling_device *, u32, unsigned long *);
123 struct thermal_cooling_device { struct
141 DEFINE_GUARD(cooling_dev, struct thermal_cooling_device *, mutex_lock(&_T->lock), argument
[all …]
H 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()
H A Dcpu_cooling.h26 struct thermal_cooling_device *
33 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev);
39 struct thermal_cooling_device *
43 static inline struct thermal_cooling_device *
50 void cpufreq_cooling_unregister(struct thermal_cooling_device *cdev) in cpufreq_cooling_unregister()
55 static inline struct thermal_cooling_device *
H A Dpci-bwctrl.h13 struct thermal_cooling_device;
16 struct thermal_cooling_device *pcie_cooling_device_register(struct pci_dev *port);
17 void pcie_cooling_device_unregister(struct thermal_cooling_device *cdev);
19 static inline struct thermal_cooling_device *pcie_cooling_device_register(struct pci_dev *port) in pcie_cooling_device_register()
23 static inline void pcie_cooling_device_unregister(struct thermal_cooling_device *cdev) in pcie_cooling_device_unregister()
/linux/drivers/thermal/
H A Dthermal_core.h208 int for_each_thermal_cooling_device(int (*cb)(struct thermal_cooling_device *,
219 static inline bool cdev_is_power_actor(struct thermal_cooling_device *cdev) in cdev_is_power_actor()
225 void thermal_cdev_update(struct thermal_cooling_device *);
226 void thermal_cdev_update_nocheck(struct thermal_cooling_device *cdev);
227 void __thermal_cdev_update(struct thermal_cooling_device *cdev);
239 struct thermal_cooling_device *cdev;
259 container_of(_dev, struct thermal_cooling_device, device)
291 void thermal_cooling_device_setup_sysfs(struct thermal_cooling_device *);
292 void thermal_cooling_device_destroy_sysfs(struct thermal_cooling_device *cdev);
293 void thermal_cooling_device_stats_reinit(struct thermal_cooling_device *cdev);
[all …]
H A Dthermal_debugfs.h5 void thermal_debug_cdev_add(struct thermal_cooling_device *cdev, int state);
6 void thermal_debug_cdev_remove(struct thermal_cooling_device *cdev);
7 void thermal_debug_cdev_state_update(const struct thermal_cooling_device *cdev, int state);
18 static inline void thermal_debug_cdev_add(struct thermal_cooling_device *cdev, int state) {} in thermal_debug_cdev_add()
19 static inline void thermal_debug_cdev_remove(struct thermal_cooling_device *cdev) {} in thermal_debug_cdev_remove()
20 static inline void thermal_debug_cdev_state_update(const struct thermal_cooling_device *cdev, in thermal_debug_cdev_state_update()
H A Dthermal_netlink.h28 struct thermal_cooling_device;
47 int thermal_notify_cdev_state_update(const struct thermal_cooling_device *cdev,
49 int thermal_notify_cdev_add(const struct thermal_cooling_device *cdev);
50 int thermal_notify_cdev_delete(const struct thermal_cooling_device *cdev);
117 static inline int thermal_notify_cdev_state_update(const struct thermal_cooling_device *cdev, in thermal_notify_cdev_state_update()
123 static inline int thermal_notify_cdev_add(const struct thermal_cooling_device *cdev) in thermal_notify_cdev_add()
128 static inline int thermal_notify_cdev_delete(const struct thermal_cooling_device *cdev) in thermal_notify_cdev_delete()
H A Ddevfreq_cooling.c51 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()
190 static int devfreq_cooling_get_requested_power(struct thermal_cooling_device *cdev, in devfreq_cooling_get_requested_power()
265 static int devfreq_cooling_state2power(struct thermal_cooling_device *cdev, in devfreq_cooling_state2power()
287 static int devfreq_cooling_power2state(struct thermal_cooling_device *cdev, in devfreq_cooling_power2state()
392 struct thermal_cooling_device *
396 struct thermal_cooling_device *cdev; in of_devfreq_cooling_register_power()
489 struct thermal_cooling_device *
[all …]
H A Dpcie_cooling.c20 static int pcie_cooling_get_max_level(struct thermal_cooling_device *cdev, unsigned long *state) in pcie_cooling_get_max_level()
30 static int pcie_cooling_get_cur_level(struct thermal_cooling_device *cdev, unsigned long *state) in pcie_cooling_get_cur_level()
40 static int pcie_cooling_set_cur_level(struct thermal_cooling_device *cdev, unsigned long state) in pcie_cooling_set_cur_level()
57 struct thermal_cooling_device *pcie_cooling_device_register(struct pci_dev *port) in pcie_cooling_device_register()
67 void pcie_cooling_device_unregister(struct thermal_cooling_device *cdev) in pcie_cooling_device_unregister()
H A Dcpufreq_cooling.c230 static int cpufreq_get_requested_power(struct thermal_cooling_device *cdev, in cpufreq_get_requested_power()
274 static int cpufreq_state2power(struct thermal_cooling_device *cdev, in cpufreq_state2power()
314 static int cpufreq_power2state(struct thermal_cooling_device *cdev, in cpufreq_power2state()
434 static int cpufreq_get_max_state(struct thermal_cooling_device *cdev, in cpufreq_get_max_state()
453 static int cpufreq_get_cur_state(struct thermal_cooling_device *cdev, in cpufreq_get_cur_state()
473 static int cpufreq_set_cur_state(struct thermal_cooling_device *cdev, in cpufreq_set_cur_state()
514 static struct thermal_cooling_device *
519 struct thermal_cooling_device *cdev; in __cpufreq_cooling_register()
624 struct thermal_cooling_device *
647 struct thermal_cooling_device *
[all …]
H A Dthermal_helpers.c43 struct thermal_cooling_device *cdev, in thermal_instance_present()
59 struct thermal_cooling_device *cdev) in thermal_trip_is_bound_to_cdev()
147 static int thermal_cdev_set_cur_state(struct thermal_cooling_device *cdev, int state) in thermal_cdev_set_cur_state()
166 void __thermal_cdev_update(struct thermal_cooling_device *cdev) in __thermal_cdev_update()
191 void thermal_cdev_update(struct thermal_cooling_device *cdev) in thermal_cdev_update()
205 void thermal_cdev_update_nocheck(struct thermal_cooling_device *cdev) in thermal_cdev_update_nocheck()
H 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()
H A Dthermal_sysfs.c506 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cdev_type_show()
514 struct thermal_cooling_device *cdev = to_cooling_device(dev); in max_state_show()
522 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cur_state_show()
536 struct thermal_cooling_device *cdev = to_cooling_device(dev); in cur_state_store()
603 void thermal_cooling_device_stats_update(struct thermal_cooling_device *cdev, in thermal_cooling_device_stats_update()
630 struct thermal_cooling_device *cdev = to_cooling_device(dev); in total_trans_show()
651 struct thermal_cooling_device *cdev = to_cooling_device(dev); in time_in_state_ms_show()
679 struct thermal_cooling_device *cdev = to_cooling_device(dev); in reset_store()
709 struct thermal_cooling_device *cdev = to_cooling_device(dev); in trans_table_show()
775 static void cooling_device_stats_setup(struct thermal_cooling_device *cdev) in cooling_device_stats_setup()
[all …]
H A Dthermal_core.c731 int for_each_thermal_cooling_device(int (*cb)(struct thermal_cooling_device *, in for_each_thermal_cooling_device() argument
734 struct thermal_cooling_device *cdev; in for_each_thermal_cooling_device()
794 struct thermal_cooling_device *cdev, in thermal_instance_add()
828 struct thermal_cooling_device *cdev, in thermal_bind_cdev_to_trip()
935 struct thermal_cooling_device *cdev) in thermal_unbind_cdev_from_trip()
961 struct thermal_cooling_device *cdev; in thermal_release()
984 struct thermal_cooling_device *cdev, int ret) in print_bind_err_msg()
991 struct thermal_cooling_device *cdev) in __thermal_zone_cdev_bind()
1023 struct thermal_cooling_device *cdev) in thermal_zone_cdev_bind()
1031 static void thermal_cooling_device_init_complete(struct thermal_cooling_device *cdev) in thermal_cooling_device_init_complete()
[all …]
H A Dcpuidle_cooling.c73 static int cpuidle_cooling_get_max_state(struct thermal_cooling_device *cdev, in cpuidle_cooling_get_max_state()
102 static int cpuidle_cooling_get_cur_state(struct thermal_cooling_device *cdev, in cpuidle_cooling_get_cur_state()
124 static int cpuidle_cooling_set_cur_state(struct thermal_cooling_device *cdev, in cpuidle_cooling_set_cur_state()
175 struct thermal_cooling_device *cdev; in __cpuidle_cooling_register()
/linux/drivers/thermal/intel/
H A Dintel_tcc_cooling.c19 static struct thermal_cooling_device *tcc_cdev;
21 static int tcc_get_max_state(struct thermal_cooling_device *cdev, unsigned long in tcc_get_max_state()
28 static int tcc_get_cur_state(struct thermal_cooling_device *cdev, unsigned long in tcc_get_cur_state()
40 static int tcc_set_cur_state(struct thermal_cooling_device *cdev, unsigned long in tcc_set_cur_state()
/linux/drivers/thermal/intel/int340x_thermal/
H 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()
H A Dint3403_thermal.c29 struct thermal_cooling_device *cdev;
111 static int int3403_get_max_state(struct thermal_cooling_device *cdev, in int3403_get_max_state()
121 static int int3403_get_cur_state(struct thermal_cooling_device *cdev, in int3403_get_cur_state()
137 int3403_set_cur_state(struct thermal_cooling_device *cdev, unsigned long state) in int3403_set_cur_state()
/linux/drivers/net/wireless/ath/ath10k/
H A Dthermal.c17 ath10k_thermal_get_max_throttle_state(struct thermal_cooling_device *cdev, in ath10k_thermal_get_max_throttle_state()
26 ath10k_thermal_get_cur_throttle_state(struct thermal_cooling_device *cdev, in ath10k_thermal_get_cur_throttle_state()
39 ath10k_thermal_set_cur_throttle_state(struct thermal_cooling_device *cdev, in ath10k_thermal_set_cur_throttle_state()
157 struct thermal_cooling_device *cdev; in ath10k_thermal_register()
/linux/drivers/hwmon/
H A Dqnap-mcu-hwmon.c28 struct thermal_cooling_device *cdev;
184 static int qnap_mcu_hwmon_get_max_state(struct thermal_cooling_device *cdev, in qnap_mcu_hwmon_get_max_state()
197 static int qnap_mcu_hwmon_get_cur_state(struct thermal_cooling_device *cdev, in qnap_mcu_hwmon_get_cur_state()
210 static int qnap_mcu_hwmon_set_cur_state(struct thermal_cooling_device *cdev, in qnap_mcu_hwmon_set_cur_state()
297 struct thermal_cooling_device *cdev; in qnap_mcu_hwmon_probe()
H A Dmlxreg-fan.c93 struct thermal_cooling_device *cdev;
118 static int _mlxreg_fan_set_cur_state(struct thermal_cooling_device *cdev,
338 static int mlxreg_fan_get_max_state(struct thermal_cooling_device *cdev, in mlxreg_fan_get_max_state()
345 static int mlxreg_fan_get_cur_state(struct thermal_cooling_device *cdev, in mlxreg_fan_get_cur_state()
365 static int _mlxreg_fan_set_cur_state(struct thermal_cooling_device *cdev, in _mlxreg_fan_set_cur_state()
389 static int mlxreg_fan_set_cur_state(struct thermal_cooling_device *cdev, in mlxreg_fan_set_cur_state()
/linux/drivers/net/wireless/ath/ath11k/
H A Dthermal.c16 ath11k_thermal_get_max_throttle_state(struct thermal_cooling_device *cdev, in ath11k_thermal_get_max_throttle_state()
25 ath11k_thermal_get_cur_throttle_state(struct thermal_cooling_device *cdev, in ath11k_thermal_get_cur_throttle_state()
38 ath11k_thermal_set_cur_throttle_state(struct thermal_cooling_device *cdev, in ath11k_thermal_set_cur_throttle_state()
160 struct thermal_cooling_device *cdev; in ath11k_thermal_register()
/linux/drivers/gpu/drm/lima/
H A Dlima_devfreq.h12 struct thermal_cooling_device;
18 struct thermal_cooling_device *cooling;
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_devfreq.h12 struct thermal_cooling_device;
18 struct thermal_cooling_device *cooling;
/linux/drivers/platform/x86/
H A Dacerhdf.c83 static struct thermal_cooling_device *cl_dev;
383 struct thermal_cooling_device *cdev, in acerhdf_should_bind()
440 static int acerhdf_get_max_state(struct thermal_cooling_device *cdev, in acerhdf_get_max_state()
448 static int acerhdf_get_cur_state(struct thermal_cooling_device *cdev, in acerhdf_get_cur_state()
462 static int acerhdf_set_cur_state(struct thermal_cooling_device *cdev, in acerhdf_set_cur_state()

1234