Home
last modified time | relevance | path

Searched refs:profile_mode (Results 1 – 5 of 5) sorted by relevance

/linux/security/apparmor/include/
H A Dpolicy.h73 enum profile_mode { enum
260 extern enum profile_mode aa_g_profile_mode;
/linux/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c76 enum PP_SMC_POWER_PROFILE profile_mode);
78 enum PP_SMC_POWER_PROFILE profile_mode);
2381 enum PP_SMC_POWER_PROFILE profile_mode) in smu_power_profile_mode_get() argument
2383 smu->workload_refcount[profile_mode]++; in smu_power_profile_mode_get()
2387 enum PP_SMC_POWER_PROFILE profile_mode) in smu_power_profile_mode_put() argument
2389 if (smu->workload_refcount[profile_mode]) in smu_power_profile_mode_put()
2390 smu->workload_refcount[profile_mode]--; in smu_power_profile_mode_put()
/linux/drivers/gpu/drm/amd/pm/
H A Damdgpu_pm.c1379 long int profile_mode = 0; in amdgpu_set_pp_power_profile_mode() local
1384 ret = kstrtol(tmp, 0, &profile_mode); in amdgpu_set_pp_power_profile_mode()
1388 if (profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) { in amdgpu_set_pp_power_profile_mode()
1408 parameter[parameter_size] = profile_mode; in amdgpu_set_pp_power_profile_mode()
/linux/security/apparmor/
H A Dlsm.c1833 enum profile_mode aa_g_profile_mode = APPARMOR_ENFORCE;
/linux/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h1169 } profile_mode; member