Searched refs:attrcount_orig (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/iio/
H A Dindustrialio-event.c455 int ret = 0, attrcount_orig = 0, attrcount, attrn; iio_device_register_eventset() local
473 attrcount_orig++; iio_device_register_eventset()
475 attrcount = attrcount_orig; iio_device_register_eventset()
495 *attrcount_orig); iio_device_register_eventset()
496 attrn = attrcount_orig; iio_device_register_eventset()
H A Dindustrialio-buffer.c1006 int ret, i, attrn, attrcount, attrcount_orig = 0; iio_buffer_alloc_sysfs_and_mask() local
1050 attrcount_orig++; iio_buffer_alloc_sysfs_and_mask()
1052 attrcount = attrcount_orig; iio_buffer_alloc_sysfs_and_mask()
1092 sizeof(buffer->scan_el_group.attrs[0])*attrcount_orig); iio_buffer_alloc_sysfs_and_mask()
1093 attrn = attrcount_orig; iio_buffer_alloc_sysfs_and_mask()
H A Dindustrialio-core.c899 int i, ret = 0, attrcount, attrn, attrcount_orig = 0; iio_device_register_sysfs() local
907 attrcount_orig++; iio_device_register_sysfs()
909 attrcount = attrcount_orig; iio_device_register_sysfs()
939 *attrcount_orig); iio_device_register_sysfs()
940 attrn = attrcount_orig; iio_device_register_sysfs()

Completed in 251 milliseconds