Searched defs:sys_pfx (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/staging/greybus/tools/ | 
| D | lbtest | 81 def log_csv(test_name, size, iteration_max, sys_pfx):  argument117 def loopback_run(test_name, size, iteration_max, sys_pfx):  argument
 
 | 
| D | loopback_test.c | 244 int open_sysfs(const char *sys_pfx, const char *node, int flags)  in open_sysfs()258 int read_sysfs_int_fd(int fd, const char *sys_pfx, const char *node)  in read_sysfs_int_fd()
 271 float read_sysfs_float_fd(int fd, const char *sys_pfx, const char *node)  in read_sysfs_float_fd()
 285 int read_sysfs_int(const char *sys_pfx, const char *node)  in read_sysfs_int()
 295 float read_sysfs_float(const char *sys_pfx, const char *node)  in read_sysfs_float()
 306 void write_sysfs_val(const char *sys_pfx, const char *node, int val)  in write_sysfs_val()
 
 |