Searched defs:sys_pfx (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/staging/greybus/tools/ |
D | lbtest | 81 def log_csv(test_name, size, iteration_max, sys_pfx): argument 117 def loopback_run(test_name, size, iteration_max, sys_pfx): argument
|
D | loopback_test.c | 245 int open_sysfs(const char *sys_pfx, const char *node, int flags) in open_sysfs() 259 int read_sysfs_int_fd(int fd, const char *sys_pfx, const char *node) in read_sysfs_int_fd() 272 float read_sysfs_float_fd(int fd, const char *sys_pfx, const char *node) in read_sysfs_float_fd() 286 int read_sysfs_int(const char *sys_pfx, const char *node) in read_sysfs_int() 296 float read_sysfs_float(const char *sys_pfx, const char *node) in read_sysfs_float() 307 void write_sysfs_val(const char *sys_pfx, const char *node, int val) in write_sysfs_val()
|