Home
last modified time | relevance | path

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

/linux-3.4.99/tools/power/cpupower/utils/helpers/
Dsysfs.c19 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()
Dsysfs.h8 extern unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen);
Dtopology.c32 if (sysfs_read_file(path, linebuf, MAX_LINE_LEN) == 0) in sysfs_topology_read_file()
/linux-3.4.99/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()
/linux-3.4.99/fs/sysfs/
Dfile.c128 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,