Searched refs:sysfs_read_file (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/tools/power/cpupower/utils/helpers/ |
D | sysfs.c | 19 unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen) in sysfs_read_file() function 297 return sysfs_read_file(path, buf, buflen); in sysfs_cpuidle_read_file() 375 if (sysfs_read_file(path, linebuf, MAX_LINE_LEN) == 0) in sysfs_get_sched()
|
D | sysfs.h | 8 extern unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen);
|
D | topology.c | 32 if (sysfs_read_file(path, linebuf, MAX_LINE_LEN) == 0) in sysfs_topology_read_file()
|
/linux-3.4.99/tools/power/cpupower/lib/ |
D | sysfs.c | 24 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()
|
/linux-3.4.99/fs/sysfs/ |
D | file.c | 128 sysfs_read_file(struct file *file, char __user *buf, size_t count, loff_t *ppos) in sysfs_read_file() function 480 .read = sysfs_read_file,
|