Lines Matching refs:in_loc
822 struct iio_demux_table **p, unsigned int in_loc, unsigned int out_loc,
826 if (*p && (*p)->from + (*p)->length == in_loc &&
833 (*p)->from = in_loc;
846 unsigned in_loc = 0, out_loc = 0;
870 in_loc = roundup(in_loc, length) + length;
877 in_loc = roundup(in_loc, length);
878 ret = iio_buffer_add_demux(buffer, &p, in_loc, out_loc, length);
882 in_loc += length;
888 in_loc = roundup(in_loc, length);
889 ret = iio_buffer_add_demux(buffer, &p, in_loc, out_loc, length);
893 in_loc += length;