Home
last modified time | relevance | path

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

/tools/power/cpupower/utils/helpers/
Dsysfs.h8 extern unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen);
Dtopology.c31 if (sysfs_read_file(path, linebuf, MAX_LINE_LEN) == 0) in sysfs_topology_read_file()
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()
/tools/power/cpupower/lib/
Dsysfs.c24 static unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen) in sysfs_read_file() function
57 return sysfs_read_file(path, buf, buflen); in sysfs_cpufreq_read_file()