profile_mode
} profile_mode;
long int profile_mode = 0;
ret = kstrtol(tmp, 0, &profile_mode);
if (profile_mode == PP_SMC_POWER_PROFILE_CUSTOM) {
parameter[parameter_size] = profile_mode;
enum PP_SMC_POWER_PROFILE profile_mode)
smu->workload_refcount[profile_mode]++;
enum PP_SMC_POWER_PROFILE profile_mode)
if (smu->workload_refcount[profile_mode])
smu->workload_refcount[profile_mode]--;
enum PP_SMC_POWER_PROFILE profile_mode);
enum PP_SMC_POWER_PROFILE profile_mode);
u32 profile_mode;
for (profile_mode = 0; profile_mode < PP_SMC_POWER_PROFILE_COUNT; profile_mode++) {
if (!(workload_mask & (1 << profile_mode)))
profile_mode);
bool profile_mode;
return sysfs_emit(buf, "%d\n", pfdev->profile_mode);
pfdev->profile_mode = value;
if (pfdev->profile_mode) {
job->is_profiled = pfdev->profile_mode;
extern enum profile_mode aa_g_profile_mode;
enum profile_mode aa_g_profile_mode = APPARMOR_ENFORCE;