Home
last modified time | relevance | path

Searched refs:write_sysfs_val (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/staging/greybus/tools/
A Dlbtest72 def write_sysfs_val(path, val): function
121 write_sysfs_val(sys_pfx + 'type', '0')
123 write_sysfs_val(sys_pfx + 'ms_wait', '0')
125 write_sysfs_val(sys_pfx + 'size', size)
127 write_sysfs_val(sys_pfx + 'iteration_max', str(iteration_max))
129 write_sysfs_val(sys_pfx + 'type', test_id)
A Dloopback_test.c305 void write_sysfs_val(const char *sys_pfx, const char *node, int val) in write_sysfs_val() function
704 write_sysfs_val(t->devices[i].sysfs_entry, "type", 0); in stop_tests()
774 write_sysfs_val(t->devices[i].sysfs_entry, "type", 0); in prepare_devices()
780 write_sysfs_val(t->devices[i].sysfs_entry, "us_wait", in prepare_devices()
784 write_sysfs_val(t->devices[i].sysfs_entry, "size", t->size); in prepare_devices()
787 write_sysfs_val(t->devices[i].sysfs_entry, "iteration_max", in prepare_devices()
791 write_sysfs_val(t->devices[i].sysfs_entry, "async", 1); in prepare_devices()
792 write_sysfs_val(t->devices[i].sysfs_entry, in prepare_devices()
794 write_sysfs_val(t->devices[i].sysfs_entry, in prepare_devices()
798 write_sysfs_val(t->devices[i].sysfs_entry, "async", 0); in prepare_devices()
[all …]

Completed in 5 milliseconds