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
96 dev_dbg(dev, "Setting cooling state %lu\n", state); in devfreq_cooling_set_cur_state()
288 * Find the first cooling state that is within the power in devfreq_cooling_power2state()
308 * @dfc: Pointer to devfreq cooling device.
312 * order. That way its indexed by cooling device state. This is for
347 * of_devfreq_cooling_register_power() - Register devfreq cooling device,
353 * Register a devfreq cooling device. The available OPPs must be
356 * If @dfc_power is provided, the cooling device is registered with the
398 dev_dbg(dev, "missing proper EM for cooling device\n"); in of_devfreq_cooling_register_power()
432 "Failed to register devfreq cooling device (%d)\n", in of_devfreq_cooling_register_power()
453 * of_devfreq_cooling_register() - Register devfreq cooling device,
466 * devfreq_cooling_register() - Register devfreq cooling device.
476 * devfreq_cooling_em_register() - Register devfreq cooling device with
481 * Register a devfreq cooling device and automatically register EM. The
484 * If @dfc_power is provided, the cooling device is registered with the
488 * registration failed. The cooling device will be registered if everything
506 dev_dbg(dev, "Unable to register EM for devfreq cooling device (%d)\n", in devfreq_cooling_em_register()
519 * devfreq_cooling_unregister() - Unregister devfreq cooling device.
520 * @cdev: Pointer to devfreq cooling device to unregister.
522 * Unregisters devfreq cooling device and related Energy Model if it was