Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/cpupower/utils/helpers/
H A Dmisc.c84 if (cpupower_write_sysfs(path, linebuf, 3) <= 0) in cpupower_intel_set_perf_bias()
103 if (cpupower_write_sysfs(path, linebuf, 30) <= 0) in cpupower_set_epp()
121 if (cpupower_write_sysfs(path, linebuf, 20) <= 0) in cpupower_set_amd_pstate_mode()
139 if (cpupower_write_sysfs(path, linebuf, 2) <= 0) in cpupower_set_turbo_boost()
/openbmc/linux/tools/power/cpupower/lib/
H A Dcpupower_intern.h12 unsigned int cpupower_write_sysfs(const char *path, char *buf, size_t buflen);
H A Dcpupower.c45 unsigned int cpupower_write_sysfs(const char *path, char *buf, size_t buflen) in cpupower_write_sysfs() function