Lines Matching full:transition
31 * The cooling device transition list is stored in a hash table where
47 * Every transition updates the current_state and the timestamp. The
73 * @id: identifier of the value which can be a state or a transition
322 seq_puts(s, "Transition\tOccurrences\n"); in cdev_tt_seq_show()
327 * string for a transition would be "1024->1024\0" in cdev_tt_seq_show()
403 * Computes a transition and the duration of the previous state residency.
414 int transition, old_state; in thermal_debug_cdev_state_update() local
446 * runs before the next state transition. in thermal_debug_cdev_state_update()
450 transition = (old_state << 16) | new_state; in thermal_debug_cdev_state_update()
453 * Get the transition in the transitions list. If this one in thermal_debug_cdev_state_update()
455 * Increment the occurrence of this transition which is stored in thermal_debug_cdev_state_update()
460 transition); in thermal_debug_cdev_state_update()
500 * runs before the first state transition. in thermal_debug_cdev_add()
954 * suspend transition, so close it because the zone handling is starting in thermal_debug_tz_resume()