Home
last modified time | relevance | path

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

/linux/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c106 #define PATH_PLATFORM_PROFILE "/sys/class/platform-profile/platform-profile-0/profile" macro
566 if (access(PATH_PLATFORM_PROFILE, mode)) { in platform_profile_access()
568 fprintf(stderr, "Can not access %s\n", PATH_PLATFORM_PROFILE); in platform_profile_access()
679 errx(1, "Can not update platform-profile in '%s'", PATH_PLATFORM_PROFILE); in cmdline()
1062 if (sysfs_read_string(PATH_PLATFORM_PROFILE, buf, sizeof(buf)) == 0) in print_platform_profile()
1083 if (sysfs_write_string(PATH_PLATFORM_PROFILE, platform_profile)) in update_soc_slider()