Lines Matching full:cooling
23 * Length of the string containing the thermal zone id or the cooling
31 * The cooling device transition list is stored in a hash table where
32 * the size is CDEVSTATS_HASH_SIZE. The majority of cooling devices
40 * struct cdev_debugfs - per cooling device statistics structure
41 * A cooling device can have a high number of states. Showing the
50 * @total: the number of transitions for this cooling device
51 * @current_state: the current cooling device state
65 * struct cdev_record - Common structure for cooling device entry
161 * cooling device or the thermal zone to store the statistics.
166 * @cdev_dbg: a cooling device debug structure
401 * thermal_debug_cdev_state_update - Update a cooling device state change
405 * @cdev : a pointer to a cooling device
406 * @new_state: an integer corresponding to the new cooling device state
470 * thermal_debug_cdev_add - Add a cooling device debugfs entry
472 * Allocates a cooling device object for debug, initializes the
474 * @cdev: a pointer to a cooling device
475 * @state: current state of the cooling device
498 * Create a record for the initial cooling device state, so its in thermal_debug_cdev_add()
533 * thermal_debug_cdev_remove - Remove a cooling device debugfs entry
537 * @cdev: a pointer to a cooling device