Lines Matching defs:out_loc
958 unsigned int out_loc,
962 (*p)->to + (*p)->length == out_loc) {
969 (*p)->to = out_loc;
981 unsigned int in_loc = 0, out_loc = 0;
1011 out_loc = roundup(out_loc, length);
1013 ret = iio_buffer_add_demux(buffer, &p, in_loc, out_loc, length);
1016 out_loc += length;
1022 out_loc = roundup(out_loc, length);
1024 ret = iio_buffer_add_demux(buffer, &p, in_loc, out_loc, length);
1027 out_loc += length;
1029 buffer->demux_bounce = kzalloc(out_loc, GFP_KERNEL);