Lines Matching full:cooling

3  * devfreq_cooling: Thermal cooling device implementation for devices using
9 * - If OPPs are added or removed after devfreq cooling has
10 * registered, the devfreq cooling won't react to it.
28 * struct devfreq_cooling_device - Devfreq cooling device
30 * @cdev: Pointer to associated thermal cooling device.
31 * @cooling_ops: devfreq callbacks to thermal cooling device ops
33 * @cooling_state: Current cooling state.
35 * order. You can index the table by cooling device state
45 * @capped_state: index to cooling state with in dynamic power budget
97 dev_dbg(dev, "Setting cooling state %lu\n", state); in devfreq_cooling_set_cur_state()
316 * Find the first cooling state that is within the power in devfreq_cooling_power2state()
339 * @dfc: Pointer to devfreq cooling device.
343 * order. That way its indexed by cooling device state. This is for
378 * of_devfreq_cooling_register_power() - Register devfreq cooling device,
384 * Register a devfreq cooling device. The available OPPs must be
387 * If @dfc_power is provided, the cooling device is registered with the
429 dev_dbg(dev, "missing proper EM for cooling device\n"); in of_devfreq_cooling_register_power()
463 "Failed to register devfreq cooling device (%d)\n", in of_devfreq_cooling_register_power()
484 * of_devfreq_cooling_register() - Register devfreq cooling device,
497 * devfreq_cooling_register() - Register devfreq cooling device.
507 * devfreq_cooling_em_register() - Register devfreq cooling device with
512 * Register a devfreq cooling device and automatically register EM. The
515 * If @dfc_power is provided, the cooling device is registered with the
519 * registration failed. The cooling device will be registered if everything
537 dev_dbg(dev, "Unable to register EM for devfreq cooling device (%d)\n", in devfreq_cooling_em_register()
550 * devfreq_cooling_unregister() - Unregister devfreq cooling device.
551 * @cdev: Pointer to devfreq cooling device to unregister.
553 * Unregisters devfreq cooling device and related Energy Model if it was