Searched refs:profile_setting (Results 1 – 7 of 7) sorted by relevance
198 int smum_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting) in smum_update_dpm_settings() argument201 return hwmgr->smumgr_funcs->update_dpm_settings(hwmgr, profile_setting); in smum_update_dpm_settings()
2555 void *profile_setting) in fiji_update_dpm_settings() argument2573 if (profile_setting == NULL) in fiji_update_dpm_settings()2576 setting = (struct profile_mode_setting *)profile_setting; in fiji_update_dpm_settings()
2380 void *profile_setting) in polaris10_update_dpm_settings() argument2398 if (profile_setting == NULL) in polaris10_update_dpm_settings()2401 setting = (struct profile_mode_setting *)profile_setting; in polaris10_update_dpm_settings()
2754 void *profile_setting) in ci_update_dpm_settings() argument2772 if (profile_setting == NULL) in ci_update_dpm_settings()2775 setting = (struct profile_mode_setting *)profile_setting; in ci_update_dpm_settings()
3133 void *profile_setting) in tonga_update_dpm_settings() argument3151 if (profile_setting == NULL) in tonga_update_dpm_settings()3154 setting = (struct profile_mode_setting *)profile_setting; in tonga_update_dpm_settings()
112 extern int smum_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting);
217 int (*update_dpm_settings)(struct pp_hwmgr *hwmgr, void *profile_setting);