Searched refs:profile_mode (Results 1 – 5 of 5) sorted by relevance
73 enum profile_mode { enum260 extern enum profile_mode aa_g_profile_mode;
76 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() argument2383 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() argument2389 if (smu->workload_refcount[profile_mode]) in smu_power_profile_mode_put()2390 smu->workload_refcount[profile_mode]--; in smu_power_profile_mode_put()
1379 long int profile_mode = 0; in amdgpu_set_pp_power_profile_mode() local1384 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()
1833 enum profile_mode aa_g_profile_mode = APPARMOR_ENFORCE;
1169 } profile_mode; member