Searched refs:profile_mode (Results 1 – 4 of 4) sorted by relevance
61 enum profile_mode { enum165 extern enum profile_mode aa_g_profile_mode;
1418 uint32_t profile_mode = input[size]; in arcturus_set_power_profile_mode() local1424 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in arcturus_set_power_profile_mode()1425 pr_err("Invalid power profile mode %d\n", profile_mode); in arcturus_set_power_profile_mode()1433 workload_type = smu_workload_get_type(smu, profile_mode); in arcturus_set_power_profile_mode()1435 pr_err("Unsupported power profile mode %d on arcturus\n", profile_mode); in arcturus_set_power_profile_mode()1447 smu->power_profile_mode = profile_mode; in arcturus_set_power_profile_mode()
1274 long int profile_mode = 0; in amdgpu_set_pp_power_profile_mode() local1279 ret = kstrtol(tmp, 0, &profile_mode); in amdgpu_set_pp_power_profile_mode()1283 if (profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in amdgpu_set_pp_power_profile_mode()1302 parameter[parameter_size] = profile_mode; in amdgpu_set_pp_power_profile_mode()
1285 enum profile_mode aa_g_profile_mode = APPARMOR_ENFORCE;