Lines Matching refs:path
54 char path[SYSFS_PATH_MAX]; in cpupower_intel_get_perf_bias() local
61 snprintf(path, sizeof(path), PATH_TO_CPU "cpu%u/power/energy_perf_bias", cpu); in cpupower_intel_get_perf_bias()
63 if (cpupower_read_sysfs(path, linebuf, MAX_LINE_LEN) == 0) in cpupower_intel_get_perf_bias()
75 char path[SYSFS_PATH_MAX]; in cpupower_intel_set_perf_bias() local
81 snprintf(path, sizeof(path), PATH_TO_CPU "cpu%u/power/energy_perf_bias", cpu); in cpupower_intel_set_perf_bias()
84 if (cpupower_write_sysfs(path, linebuf, 3) <= 0) in cpupower_intel_set_perf_bias()
92 char path[SYSFS_PATH_MAX]; in cpupower_set_epp() local
95 snprintf(path, sizeof(path), in cpupower_set_epp()
98 if (!is_valid_path(path)) in cpupower_set_epp()
103 if (cpupower_write_sysfs(path, linebuf, 30) <= 0) in cpupower_set_epp()
111 char path[SYSFS_PATH_MAX]; in cpupower_set_amd_pstate_mode() local
114 snprintf(path, sizeof(path), PATH_TO_CPU "amd_pstate/status"); in cpupower_set_amd_pstate_mode()
116 if (!is_valid_path(path)) in cpupower_set_amd_pstate_mode()
121 if (cpupower_write_sysfs(path, linebuf, 20) <= 0) in cpupower_set_amd_pstate_mode()
129 char path[SYSFS_PATH_MAX]; in cpupower_set_turbo_boost() local
132 snprintf(path, sizeof(path), PATH_TO_CPU "cpufreq/boost"); in cpupower_set_turbo_boost()
134 if (!is_valid_path(path)) in cpupower_set_turbo_boost()
139 if (cpupower_write_sysfs(path, linebuf, 2) <= 0) in cpupower_set_turbo_boost()