Searched refs:power_profile (Results 1 – 9 of 9) sorted by relevance
37 u32 power_profile; member
243 static struct kobj_attribute attr_power_profile = __ATTR_RW(power_profile);
299 slpc->power_profile = SLPC_POWER_PROFILES_BASE; in intel_guc_slpc_init()631 slpc->power_profile = val; in intel_guc_slpc_set_power_profile()801 ret = intel_guc_slpc_set_power_profile(slpc, slpc->power_profile); in intel_guc_slpc_enable()
397 u32 power_profile; member
474 switch (slpc->power_profile) { in slpc_power_profile_show()481 return sysfs_emit(buff, "%u\n", slpc->power_profile); in slpc_power_profile_show()
1434 static int conv_power_profile_to_pplib_workload(int power_profile) in conv_power_profile_to_pplib_workload() argument1438 switch (power_profile) { in conv_power_profile_to_pplib_workload()
4013 static int conv_power_profile_to_pplib_workload(int power_profile) in conv_power_profile_to_pplib_workload() argument4017 switch (power_profile) { in conv_power_profile_to_pplib_workload()
662 static DEVICE_ATTR(power_profile, S_IRUGO | S_IWUSR, radeon_get_pm_profile, radeon_set_pm_profile);