Home
last modified time | relevance | path

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

/tools/power/cpupower/lib/
Dcpupower_intern.h6 unsigned int cpupower_read_sysfs(const char *path, char *buf, size_t buflen);
Dcpupower.c18 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()
Dcpuidle.c322 return cpupower_read_sysfs(path, buf, buflen); in sysfs_cpuidle_read_file()
Dcpufreq.c31 return cpupower_read_sysfs(path, buf, buflen); in sysfs_cpufreq_read_file()