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
66 * @cdev : the thermal cooling device
94 * cpuidle_cooling_get_cur_state - Get the current cooling state
95 * @cdev: the thermal cooling device
99 * cooling device structure, the mapping is 1 <-> 1.
114 * cpuidle_cooling_set_cur_state - Set the current cooling state
115 * @cdev: the thermal cooling device
120 * cooling device. In any case, it updates the internal state for the
121 * cooling device.
151 * cpuidle_cooling_ops - thermal cooling device ops
160 * __cpuidle_cooling_register: register the cooling device
164 * This function is in charge of allocating the cpuidle cooling device
166 * cooling device to the thermal framework.
233 * cpuidle_cooling_register - Idle cooling device initialization function
236 * This function is in charge of creating a cooling device per cpuidle
266 pr_err("Failed to register the cpuidle cooling device" \ in cpuidle_cooling_register()