Searched refs:iio_buffer_push (Results 1 – 10 of 10) sorted by relevance
152 ssize_t iio_buffer_push(struct iio_buffer *buffer) in iio_buffer_push() function196 return iio_buffer_push(buffer); in iio_buffer_push_partial()
214 … the iio_buffer object, you can submit the buffer to the hardware with a call to iio_buffer_push().218 …epeated until the iio_buffer is destroyed, and no subsequent call to iio_buffer_push() will be all…
1354 __api ssize_t iio_buffer_push(struct iio_buffer *buf);
324 ret = iio_buffer_push(buffer); in main()
429 int ret = iio_buffer_push(buffer); in main()
256 nbytes_tx = iio_buffer_push(txbuf); in main()
268 nbytes_tx = iio_buffer_push(txbuf); in main()
539 calllib(obj.libname, 'iio_buffer_push', obj.iio_buffer);