Home
last modified time | relevance | path

Searched refs:thermal_cooling_device (Results 1 - 18 of 18) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dthermal.h36 struct thermal_cooling_device;
62 int (*bind)(struct thermal_zone_device *, struct thermal_cooling_device *);
63 int (*unbind)(struct thermal_zone_device *, struct thermal_cooling_device *);
79 int (*get_max_state)(struct thermal_cooling_device *, unsigned long *);
80 int (*get_cur_state)(struct thermal_cooling_device *, unsigned long *);
81 int (*set_cur_state)(struct thermal_cooling_device *, unsigned long);
82 int (*get_requested_power)(struct thermal_cooling_device *, u32 *);
83 int (*state2power)(struct thermal_cooling_device *, unsigned long, u32 *);
84 int (*power2state)(struct thermal_cooling_device *, u32, unsigned long *);
87 struct thermal_cooling_device { struct
[all...]
H A Dpower_supply.h299 struct thermal_cooling_device *tcd;
/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Dthermal_core.h45 int for_each_thermal_cooling_device(int (*cb)(struct thermal_cooling_device *, void *), void *);
56 static inline bool cdev_is_power_actor(struct thermal_cooling_device *cdev) in cdev_is_power_actor()
61 int power_actor_get_max_power(struct thermal_cooling_device *cdev, u32 *max_power);
62 int power_actor_get_min_power(struct thermal_cooling_device *cdev, u32 *min_power);
63 int power_actor_set_power(struct thermal_cooling_device *cdev, struct thermal_instance *ti, u32 power);
80 struct thermal_instance *get_thermal_instance(struct thermal_zone_device *tz, struct thermal_cooling_device *cdev,
92 struct thermal_cooling_device *cdev;
109 #define to_cooling_device(_dev) container_of(_dev, struct thermal_cooling_device, device)
124 void thermal_cooling_device_setup_sysfs(struct thermal_cooling_device *);
125 void thermal_cooling_device_destroy_sysfs(struct thermal_cooling_device *cde
[all...]
H A Dthermal_core.c613 * @cdev: pointer to &thermal_cooling_device
622 int power_actor_get_max_power(struct thermal_cooling_device *cdev, u32 *max_power) in power_actor_get_max_power()
633 * @cdev: pointer to &thermal_cooling_device
642 int power_actor_get_min_power(struct thermal_cooling_device *cdev, u32 *min_power) in power_actor_get_min_power()
661 * @cdev: pointer to &thermal_cooling_device
671 int power_actor_set_power(struct thermal_cooling_device *cdev, struct thermal_instance *instance, u32 power) in power_actor_set_power()
696 struct thermal_cooling_device *cdev = NULL; in thermal_zone_device_rebind_exception()
731 int for_each_thermal_cooling_device(int (*cb)(struct thermal_cooling_device *, void *), void *data) in for_each_thermal_cooling_device()
733 struct thermal_cooling_device *cdev; in for_each_thermal_cooling_device()
786 struct thermal_cooling_device *cde in thermal_zone_device_unbind_exception()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H 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 int power_actor_get_max_power(struct thermal_cooling_device *cdev,
70 int power_actor_get_min_power(struct thermal_cooling_device *cdev,
72 int power_actor_set_power(struct thermal_cooling_device *cdev,
92 struct thermal_cooling_device *cdev,
104 struct thermal_cooling_device *cdev;
123 container_of(_dev, struct thermal_cooling_device, device)
140 void thermal_cooling_device_setup_sysfs(struct thermal_cooling_device *);
141 void thermal_cooling_device_destroy_sysfs(struct thermal_cooling_device *cde
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_osk_mali.h42 struct thermal_cooling_device *devfreq_cooling;
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_osk_mali.h43 struct thermal_cooling_device *devfreq_cooling;
/device/soc/rockchip/common/sdk_linux/drivers/power/supply/
H A Dpower_supply_core.c1064 static int ps_get_max_charge_cntl_limit(struct thermal_cooling_device *tcd, unsigned long *state) in ps_get_max_charge_cntl_limit()
1081 static int ps_get_cur_charge_cntl_limit(struct thermal_cooling_device *tcd, unsigned long *state) in ps_get_cur_charge_cntl_limit()
1098 static int ps_set_cur_charge_cntl_limit(struct thermal_cooling_device *tcd, unsigned long state) in ps_set_cur_charge_cntl_limit()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_defs.h992 struct thermal_cooling_device *devfreq_cooling;
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_defs.h1095 struct thermal_cooling_device *devfreq_cooling;
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_defs.h1080 struct thermal_cooling_device *devfreq_cooling;
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_defs.h1106 struct thermal_cooling_device *devfreq_cooling;
/device/soc/rockchip/common/vendor/drivers/video/rockchip/mpp/
H A Dmpp_rkvenc.c197 struct thermal_cooling_device *devfreq_cooling;
H A Dmpp_rkvdec.c178 struct thermal_cooling_device *devfreq_cooling;
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/mpp/
H A Dmpp_rkvenc.c201 struct thermal_cooling_device *devfreq_cooling;
H A Dmpp_rkvdec.c184 struct thermal_cooling_device *devfreq_cooling;
/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_dmc.c165 struct thermal_cooling_device *devfreq_cooling;
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_dmc.c161 struct thermal_cooling_device *devfreq_cooling;

Completed in 38 milliseconds