Searched refs:profile_setting (Results 1 – 7 of 7) sorted by relevance
205 int smum_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting) in smum_update_dpm_settings() argument208 return hwmgr->smumgr_funcs->update_dpm_settings(hwmgr, profile_setting); in smum_update_dpm_settings()
2550 void *profile_setting) in fiji_update_dpm_settings() argument2568 if (profile_setting == NULL) in fiji_update_dpm_settings()2571 setting = (struct profile_mode_setting *)profile_setting; in fiji_update_dpm_settings()
2463 void *profile_setting) in polaris10_update_dpm_settings() argument2481 if (profile_setting == NULL) in polaris10_update_dpm_settings()2484 setting = (struct profile_mode_setting *)profile_setting; in polaris10_update_dpm_settings()
2758 void *profile_setting) in ci_update_dpm_settings() argument2776 if (profile_setting == NULL) in ci_update_dpm_settings()2779 setting = (struct profile_mode_setting *)profile_setting; in ci_update_dpm_settings()
3146 void *profile_setting) in tonga_update_dpm_settings() argument3164 if (profile_setting == NULL) in tonga_update_dpm_settings()3167 setting = (struct profile_mode_setting *)profile_setting; in tonga_update_dpm_settings()
113 extern int smum_update_dpm_settings(struct pp_hwmgr *hwmgr, void *profile_setting);
230 int (*update_dpm_settings)(struct pp_hwmgr *hwmgr, void *profile_setting);