pstate2           276 drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c 				 const struct pp_hw_power_state *pstate2,
pstate2           284 drivers/gpu/drm/amd/powerplay/hwmgr/hardwaremanager.c 	return hwmgr->hwmgr_func->check_states_equal(hwmgr, pstate1, pstate2, equal);
pstate2          4196 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 		const struct pp_hw_power_state *pstate2, bool *equal)
pstate2          4203 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	if (pstate1 == NULL || pstate2 == NULL || equal == NULL)
pstate2          4207 drivers/gpu/drm/amd/powerplay/hwmgr/smu7_hwmgr.c 	psb = cast_const_phw_smu7_power_state(pstate2);
pstate2          4645 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 			const struct pp_hw_power_state *pstate2, bool *equal)
pstate2          4651 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	if (pstate1 == NULL || pstate2 == NULL || equal == NULL)
pstate2          4655 drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c 	psb = cast_const_phw_vega10_power_state(pstate2);
pstate2           427 drivers/gpu/drm/amd/powerplay/inc/hardwaremanager.h 				 const struct pp_hw_power_state *pstate2,
pstate2           290 drivers/gpu/drm/amd/powerplay/inc/hwmgr.h 					const struct pp_hw_power_state *pstate2,