Searched refs:cpupower_read_sysfs (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/tools/power/cpupower/lib/ |
D | cpupower_intern.h | 10 unsigned int cpupower_read_sysfs(const char *path, char *buf, size_t buflen);
|
D | cpupower.c | 17 unsigned int cpupower_read_sysfs(const char *path, char *buf, size_t buflen) in cpupower_read_sysfs() function 118 if (cpupower_read_sysfs(path, linebuf, MAX_LINE_LEN) == 0) in sysfs_topology_read_file()
|
D | acpi_cppc.c | 24 return cpupower_read_sysfs(path, buf, buflen); in acpi_cppc_read_file()
|
D | cpuidle.c | 321 return cpupower_read_sysfs(path, buf, buflen); in sysfs_cpuidle_read_file()
|
D | cpufreq.c | 30 return cpupower_read_sysfs(path, buf, buflen); in sysfs_cpufreq_read_file()
|
/linux-6.1.9/tools/power/cpupower/utils/helpers/ |
D | misc.c | 63 if (cpupower_read_sysfs(path, linebuf, MAX_LINE_LEN) == 0) in cpupower_intel_get_perf_bias()
|