Searched refs:cooling (Results 1 – 15 of 15) sorted by relevance
94 if (devfreq->cooling) { in lima_devfreq_fini()95 devfreq_cooling_unregister(devfreq->cooling); in lima_devfreq_fini()96 devfreq->cooling = NULL; in lima_devfreq_fini()107 struct thermal_cooling_device *cooling; in lima_devfreq_init() local169 cooling = of_devfreq_cooling_register(dev->of_node, devfreq); in lima_devfreq_init()170 if (IS_ERR(cooling)) in lima_devfreq_init()173 ldevfreq->cooling = cooling; in lima_devfreq_init()
18 struct thermal_cooling_device *cooling; member
92 struct thermal_cooling_device *cooling; in panfrost_devfreq_init() local163 cooling = devfreq_cooling_em_register(devfreq, NULL); in panfrost_devfreq_init()164 if (IS_ERR(cooling)) in panfrost_devfreq_init()167 pfdevfreq->cooling = cooling; in panfrost_devfreq_init()176 if (pfdevfreq->cooling) { in panfrost_devfreq_fini()177 devfreq_cooling_unregister(pfdevfreq->cooling); in panfrost_devfreq_fini()178 pfdevfreq->cooling = NULL; in panfrost_devfreq_fini()
11 zones and cooling devices.13 and cooling devices.26 trip point crossed, cooling device update or governor127 operate on cooling devices that implement the power API.165 bool "Generic cpu cooling support"168 Enable the CPU cooling features. If the system has no active169 cooling device available, this option allows to use the CPU170 as a cooling device.175 bool "CPU frequency cooling device"179 This implements the generic cpu cooling mechanism through frequency[all …]
224 gpu->cooling = of_devfreq_cooling_register(gpu->pdev->dev.of_node, df->devfreq); in msm_devfreq_init()225 if (IS_ERR(gpu->cooling)) { in msm_devfreq_init()228 gpu->cooling = NULL; in msm_devfreq_init()256 devfreq_cooling_unregister(gpu->cooling); in msm_devfreq_cleanup()
284 struct thermal_cooling_device *cooling; member
9 the TMU, reports temperature and handles cooling action if defined.
85 tristate "Intel TCC offset cooling Driver"88 Enable this to support system cooling by adjusting the effective TCC
1683 gpu->cooling = thermal_of_cooling_device_register(dev->of_node, in etnaviv_gpu_bind()1685 if (IS_ERR(gpu->cooling)) in etnaviv_gpu_bind()1686 return PTR_ERR(gpu->cooling); in etnaviv_gpu_bind()1731 thermal_cooling_device_unregister(gpu->cooling); in etnaviv_gpu_bind()1767 thermal_cooling_device_unregister(gpu->cooling); in etnaviv_gpu_unbind()1768 gpu->cooling = NULL; in etnaviv_gpu_unbind()
96 struct thermal_cooling_device *cooling; member
20 Enable this to expose the temperature information and cooling ability
20 CPU cooling device bindings.
20 - performance mode / cooling mode control (all devices)
116 - Platform profile (performance-/cooling-mode) device (5th- and later217 influence cooling behavior, e.g. setting it to 'quiet' (default) or