Lines Matching full:cooling
8 #define pr_fmt(fmt) "cpuidle cooling: " fmt
21 * struct cpuidle_cooling_device - data for the idle cooling device
23 * @state: a normalized integer giving the state of the cooling device
65 * @cdev : the thermal cooling device
93 * cpuidle_cooling_get_cur_state - Get the current cooling state
94 * @cdev: the thermal cooling device
98 * cooling device structure, the mapping is 1 <-> 1.
113 * cpuidle_cooling_set_cur_state - Set the current cooling state
114 * @cdev: the thermal cooling device
119 * cooling device. In any case, it updates the internal state for the
120 * cooling device.
150 * cpuidle_cooling_ops - thermal cooling device ops
159 * __cpuidle_cooling_register: register the cooling device
163 * This function is in charge of allocating the cpuidle cooling device
165 * cooling device to the thermal framework.
235 * cpuidle_cooling_register - Idle cooling device initialization function
238 * This function is in charge of creating a cooling device per cpuidle
265 pr_err("Failed to register the cpuidle cooling device" \ in cpuidle_cooling_register()