Searched defs:sys_pfx (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/drivers/staging/greybus/tools/ |
A 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
|
A 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() 284 int read_sysfs_int(const char *sys_pfx, const char *node) in read_sysfs_int() 294 float read_sysfs_float(const char *sys_pfx, const char *node) in read_sysfs_float() 305 void write_sysfs_val(const char *sys_pfx, const char *node, int val) in write_sysfs_val()
|
Completed in 5 milliseconds