Home
last modified time | relevance | path

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

/linux/tools/power/cpupower/utils/helpers/
H A Dmisc.c81 if (cpupower_write_sysfs(path, linebuf, 2) <= 0) in cpupower_set_intel_turbo_boost()
120 if (cpupower_write_sysfs(path, linebuf, 3) <= 0) in cpupower_intel_set_perf_bias()
139 if (cpupower_write_sysfs(path, linebuf, 30) <= 0) in cpupower_set_epp()
157 if (cpupower_write_sysfs(path, linebuf, 20) <= 0) in cpupower_set_amd_pstate_mode()
326 if (cpupower_write_sysfs(path, linebuf, 2) <= 0) in cpupower_set_generic_turbo_boost()
/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.c46 unsigned int cpupower_write_sysfs(const char *path, char *buf, size_t buflen) in cpupower_write_sysfs() function
/linux/tools/power/cpupower/bindings/python/
H A Draw_pylibcpupower.swg25 unsigned int cpupower_write_sysfs(const char *path, char *buf, size_t buflen);