Searched refs:sysfs_read_file (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/power/cpupower/lib/ |
D | cpupower_intern.h | 6 unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen);
|
D | cpupower.c | 18 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()
|
D | cpuidle.c | 322 return sysfs_read_file(path, buf, buflen); in sysfs_cpuidle_read_file()
|
D | cpufreq.c | 31 return sysfs_read_file(path, buf, buflen); in sysfs_cpufreq_read_file()
|
/Linux-v4.19/tools/power/cpupower/utils/helpers/ |
D | sysfs.h | 9 extern unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen);
|
D | sysfs.c | 19 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()
|