Lines Matching defs:out_loc
822 struct iio_demux_table **p, unsigned int in_loc, unsigned int out_loc,
827 (*p)->to + (*p)->length == out_loc) {
834 (*p)->to = out_loc;
846 unsigned in_loc = 0, out_loc = 0;
876 out_loc = roundup(out_loc, length);
878 ret = iio_buffer_add_demux(buffer, &p, in_loc, out_loc, length);
881 out_loc += length;
887 out_loc = roundup(out_loc, length);
889 ret = iio_buffer_add_demux(buffer, &p, in_loc, out_loc, length);
892 out_loc += length;
895 buffer->demux_bounce = kzalloc(out_loc, GFP_KERNEL);