Searched refs:profile_mode (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/security/apparmor/include/ |
D | policy.h | 61 enum profile_mode { enum 165 extern enum profile_mode aa_g_profile_mode;
|
/Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/smu12/ |
D | renoir_ppt.c | 766 uint32_t profile_mode = input[size]; in renoir_set_power_profile_mode() local 768 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in renoir_set_power_profile_mode() 769 dev_err(smu->adev->dev, "Invalid power profile mode %d\n", profile_mode); in renoir_set_power_profile_mode() 776 profile_mode); in renoir_set_power_profile_mode() 782 dev_err_once(smu->adev->dev, "Unsupported power profile mode %d on RENOIR\n", profile_mode); in renoir_set_power_profile_mode() 794 smu->power_profile_mode = profile_mode; in renoir_set_power_profile_mode()
|
/Linux-v5.10/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
D | arcturus_ppt.c | 1284 uint32_t profile_mode = input[size]; in arcturus_set_power_profile_mode() local 1288 if (profile_mode > PP_SMC_POWER_PROFILE_CUSTOM) { in arcturus_set_power_profile_mode() 1289 dev_err(smu->adev->dev, "Invalid power profile mode %d\n", profile_mode); in arcturus_set_power_profile_mode() 1297 if ((profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) && in arcturus_set_power_profile_mode() 1351 profile_mode); in arcturus_set_power_profile_mode() 1353 dev_err(smu->adev->dev, "Unsupported power profile mode %d on arcturus\n", profile_mode); in arcturus_set_power_profile_mode() 1366 smu->power_profile_mode = profile_mode; in arcturus_set_power_profile_mode()
|
/Linux-v5.10/drivers/gpu/drm/amd/pm/ |
D | amdgpu_pm.c | 1697 long int profile_mode = 0; in amdgpu_set_pp_power_profile_mode() local 1705 ret = kstrtol(tmp, 0, &profile_mode); in amdgpu_set_pp_power_profile_mode() 1709 if (profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in amdgpu_set_pp_power_profile_mode() 1726 parameter[parameter_size] = profile_mode; in amdgpu_set_pp_power_profile_mode()
|
/Linux-v5.10/security/apparmor/ |
D | lsm.c | 1313 enum profile_mode aa_g_profile_mode = APPARMOR_ENFORCE;
|