Lines Matching refs:in_loc
957 struct iio_demux_table **p, unsigned int in_loc,
961 if (*p && (*p)->from + (*p)->length == in_loc &&
968 (*p)->from = in_loc;
981 unsigned int in_loc = 0, out_loc = 0;
1005 in_loc = roundup(in_loc, length) + length;
1012 in_loc = roundup(in_loc, length);
1013 ret = iio_buffer_add_demux(buffer, &p, in_loc, out_loc, length);
1017 in_loc += length;
1023 in_loc = roundup(in_loc, length);
1024 ret = iio_buffer_add_demux(buffer, &p, in_loc, out_loc, length);