write_sysfs_int   225 tools/iio/iio_generic_buffer.c 			ret = write_sysfs_int(ent->d_name, scanelemdir,
write_sysfs_int   282 tools/iio/iio_generic_buffer.c 		ret = write_sysfs_int("enable", buf_dir_name, 0);
write_sysfs_int   603 tools/iio/iio_generic_buffer.c 	ret = write_sysfs_int("length", buf_dir_name, buf_len);
write_sysfs_int   608 tools/iio/iio_generic_buffer.c 	ret = write_sysfs_int("enable", buf_dir_name, 1);
write_sysfs_int    71 tools/iio/iio_utils.h int write_sysfs_int(const char *filename, const char *basedir, int val);