Searched refs:sumo_ps (Results 1 – 3 of 3) sorted by relevance
75 static struct sumo_ps *sumo_get_ps(struct radeon_ps *rps) in sumo_get_ps()77 struct sumo_ps *ps = rps->ps_priv; in sumo_get_ps()346 struct sumo_ps *ps = sumo_get_ps(rps); in sumo_program_bsp()389 struct sumo_ps *ps = sumo_get_ps(rps); in sumo_program_at()668 struct sumo_ps *new_ps = sumo_get_ps(rps); in sumo_patch_boost_state()682 struct sumo_ps *new_ps = sumo_get_ps(new_rps); in sumo_pre_notify_alt_vddnb_change()683 struct sumo_ps *old_ps = sumo_get_ps(old_rps); in sumo_pre_notify_alt_vddnb_change()700 struct sumo_ps *new_ps = sumo_get_ps(new_rps); in sumo_post_notify_alt_vddnb_change()701 struct sumo_ps *old_ps = sumo_get_ps(old_rps); in sumo_post_notify_alt_vddnb_change()718 struct sumo_ps *new_ps = sumo_get_ps(rps); in sumo_enable_boost()[all …]
44 struct sumo_ps { struct132 struct sumo_ps current_ps;134 struct sumo_ps requested_ps;
1743 struct sumo_ps *ps; in trinity_parse_power_table()1774 ps = kzalloc(sizeof(struct sumo_ps), GFP_KERNEL); in trinity_parse_power_table()