Home
last modified time | relevance | path

Searched refs:sysfs_read_file (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/tools/power/cpupower/lib/
Dcpupower_intern.h6 unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen);
Dcpupower.c18 unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen) in sysfs_read_file() function
98 if (sysfs_read_file(path, linebuf, MAX_LINE_LEN) == 0) in sysfs_topology_read_file()
Dcpuidle.c322 return sysfs_read_file(path, buf, buflen); in sysfs_cpuidle_read_file()
Dcpufreq.c31 return sysfs_read_file(path, buf, buflen); in sysfs_cpufreq_read_file()
/Linux-v4.19/tools/power/cpupower/utils/helpers/
Dsysfs.h9 extern unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen);
Dsysfs.c19 unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen) in sysfs_read_file() function
392 return sysfs_read_file(path, buf, buflen); in sysfs_cpuidle_read_file()