Searched refs:sysfs_read_file (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/power/cpupower/lib/ |
H A D | powercap.c | 18 static unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen) in sysfs_read_file() function 136 ret = sysfs_read_file(file, buf, MAX_LINE_LEN); in sysfs_powercap_get64_val() 208 sysfs_read_file(file, zone->name, MAX_LINE_LEN); in powercap_read_zone()
|
/openbmc/linux/tools/power/cpupower/utils/helpers/ |
H A D | sysfs.h | 9 extern unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen);
|
H A D | sysfs.c | 18 unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen) in sysfs_read_file() function 391 return sysfs_read_file(path, buf, buflen); in sysfs_cpuidle_read_file()
|