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.
32 * @cooling_state: Current cooling state.
34 * order. You can index the table by cooling device state
44 * @capped_state: index to cooling state with in dynamic power budget
94 dev_dbg(dev, "Setting cooling state %lu\n", state); in devfreq_cooling_set_cur_state()
279 * Find the first cooling state that is within the power in devfreq_cooling_power2state()
301 * @dfc: Pointer to devfreq cooling device.
305 * order. That way its indexed by cooling device state. This is for
340 * of_devfreq_cooling_register_power() - Register devfreq cooling device,
346 * Register a devfreq cooling device. The available OPPs must be
349 * If @dfc_power is provided, the cooling device is registered with the
382 dev_dbg(dev, "missing EM for cooling device\n"); in of_devfreq_cooling_register_power()
417 "Failed to register devfreq cooling device (%d)\n", in of_devfreq_cooling_register_power()
438 * of_devfreq_cooling_register() - Register devfreq cooling device,
451 * devfreq_cooling_register() - Register devfreq cooling device.
461 * devfreq_cooling_em_register() - Register devfreq cooling device with
466 * Register a devfreq cooling device and automatically register EM. The
469 * If @dfc_power is provided, the cooling device is registered with the
473 * registration failed. The cooling device will be registered if everything
491 dev_dbg(dev, "Unable to register EM for devfreq cooling device (%d)\n", in devfreq_cooling_em_register()
504 * devfreq_cooling_unregister() - Unregister devfreq cooling device.
505 * @cdev: Pointer to devfreq cooling device to unregister.
507 * Unregisters devfreq cooling device and related Energy Model if it was