Searched refs:iio_buffer_first (Results 1 – 10 of 10) sorted by relevance
/external/libiio/src/examples/ |
D | dummy-iiostream.c | 302 for (p_dat = iio_buffer_first(rxbuf, channels[channel_count-1]); p_dat < p_end; p_dat += p_inc) { in main() 317 for (p_dat = iio_buffer_first(rxbuf, channels[i]); p_dat < p_end; p_dat += p_inc) { in main()
|
D | ad9361-iiostream.c | 266 for (p_dat = (char *)iio_buffer_first(rxbuf, rx0_i); p_dat < p_end; p_dat += p_inc) { in main() 277 for (p_dat = (char *)iio_buffer_first(txbuf, tx0_i); p_dat < p_end; p_dat += p_inc) { in main()
|
D | ad9371-iiostream.c | 278 for (p_dat = iio_buffer_first(rxbuf, rx0_i); p_dat < p_end; p_dat += p_inc) { in main() 289 for (p_dat = iio_buffer_first(txbuf, tx0_i); p_dat < p_end; p_dat += p_inc) { in main()
|
/external/libiio/src/ |
D | channel.c | 602 for (src_ptr = (uintptr_t) iio_buffer_first(buf, chn); in iio_channel_read_raw() 617 for (src_ptr = (uintptr_t) iio_buffer_first(buf, chn); in iio_channel_read() 633 for (dst_ptr = (uintptr_t) iio_buffer_first(buf, chn); in iio_channel_write_raw() 648 for (dst_ptr = (uintptr_t) iio_buffer_first(buf, chn); in iio_channel_write()
|
D | buffer.c | 255 void * iio_buffer_first(const struct iio_buffer *buffer, in iio_buffer_first() function
|
D | mainpage.dox | 181 It basically consists in a for loop that uses the functions iio_buffer_first(), iio_buffer_step() a… 184 for (void *ptr = iio_buffer_first(buffer, channel);
|
D | iio.h | 1414 __api void * iio_buffer_first(const struct iio_buffer *buf,
|
/external/libiio/include/ |
D | iio.h | 1414 __api void * iio_buffer_first(const struct iio_buffer *buf,
|
/external/libiio/src/bindings/matlab/ |
D | libiio_if.m | 486 buffer = calllib(obj.libname, 'iio_buffer_first', obj.iio_buffer, obj.iio_channel{1});
|
D | libiio_if_daq2.m | 486 buffer = calllib(obj.libname, 'iio_buffer_first', obj.iio_buffer, obj.iio_channel{1});
|