Searched refs:cpupower_write_sysfs (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/power/cpupower/utils/helpers/ |
D | misc.c | 84 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()
|
/linux-6.12.1/tools/power/cpupower/lib/ |
D | cpupower_intern.h | 12 unsigned int cpupower_write_sysfs(const char *path, char *buf, size_t buflen);
|
D | cpupower.c | 45 unsigned int cpupower_write_sysfs(const char *path, char *buf, size_t buflen) in cpupower_write_sysfs() function
|
/linux-6.12.1/tools/power/cpupower/bindings/python/ |
D | raw_pylibcpupower.swg | 25 unsigned int cpupower_write_sysfs(const char *path, char *buf, size_t buflen);
|