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

/linux-4.4.14/drivers/iio/
H A Dindustrialio-buffer.c1222 struct iio_demux_table **p, unsigned int in_loc, unsigned int out_loc, iio_buffer_add_demux()
1226 if (*p && (*p)->from + (*p)->length == in_loc && iio_buffer_add_demux()
1233 (*p)->from = in_loc; iio_buffer_add_demux()
1247 unsigned in_loc = 0, out_loc = 0; iio_buffer_update_demux() local
1279 in_loc = roundup(in_loc, length) + length; iio_buffer_update_demux()
1288 in_loc = roundup(in_loc, length); iio_buffer_update_demux()
1289 ret = iio_buffer_add_demux(buffer, &p, in_loc, out_loc, length); iio_buffer_update_demux()
1293 in_loc += length; iio_buffer_update_demux()
1305 in_loc = roundup(in_loc, length); iio_buffer_update_demux()
1306 ret = iio_buffer_add_demux(buffer, &p, in_loc, out_loc, length); iio_buffer_update_demux()
1310 in_loc += length; iio_buffer_update_demux()
1221 iio_buffer_add_demux(struct iio_buffer *buffer, struct iio_demux_table **p, unsigned int in_loc, unsigned int out_loc, unsigned int length) iio_buffer_add_demux() argument

Completed in 69 milliseconds