Lines Matching full:cooling
8 #define pr_fmt(fmt) "cpuidle cooling: " fmt
20 * struct cpuidle_cooling_device - data for the idle cooling device
22 * @state: a normalized integer giving the state of the cooling device
64 * @cdev : the thermal cooling device
92 * cpuidle_cooling_get_cur_state - Get the current cooling state
93 * @cdev: the thermal cooling device
97 * cooling device structure, the mapping is 1 <-> 1.
112 * cpuidle_cooling_set_cur_state - Set the current cooling state
113 * @cdev: the thermal cooling device
118 * cooling device. In any case, it updates the internal state for the
119 * cooling device.
149 * cpuidle_cooling_ops - thermal cooling device ops
158 * __cpuidle_cooling_register: register the cooling device
162 * This function is in charge of allocating the cpuidle cooling device
164 * cooling device to the thermal framework.
234 * cpuidle_cooling_register - Idle cooling device initialization function
237 * This function is in charge of creating a cooling device per cpuidle
267 pr_err("Failed to register the cpuidle cooling device" \ in cpuidle_cooling_register()