Searched refs:cpupower_read_sysfs (Results 1 – 4 of 4) sorted by relevance
/tools/power/cpupower/lib/ |
D | cpupower_intern.h | 6 unsigned int cpupower_read_sysfs(const char *path, char *buf, size_t buflen);
|
D | cpupower.c | 18 unsigned int cpupower_read_sysfs(const char *path, char *buf, size_t buflen) in cpupower_read_sysfs() function 98 if (cpupower_read_sysfs(path, linebuf, MAX_LINE_LEN) == 0) in sysfs_topology_read_file()
|
D | cpuidle.c | 322 return cpupower_read_sysfs(path, buf, buflen); in sysfs_cpuidle_read_file()
|
D | cpufreq.c | 31 return cpupower_read_sysfs(path, buf, buflen); in sysfs_cpufreq_read_file()
|