Searched refs:sysfs_read_file (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/power/cpupower/lib/ |
A D | powercap.c | 18 static unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen) in sysfs_read_file() function 119 ret = sysfs_read_file(file, buf, MAX_LINE_LEN); in sysfs_powercap_get64_val() 191 sysfs_read_file(file, zone->name, MAX_LINE_LEN); in powercap_read_zone()
|
/linux-6.3-rc2/tools/power/cpupower/utils/helpers/ |
A D | sysfs.h | 9 extern unsigned int sysfs_read_file(const char *path, char *buf, size_t buflen);
|
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()
|
Completed in 4 milliseconds