mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-26 16:41:25 +00:00
iio:buffers: Push some docs down into the .c file.
Ancient legacy of me doing it wrong which it is nice to clear up whilst we are here. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
This commit is contained in:
parent
c2bf8d5f32
commit
315a19eca0
2 changed files with 5 additions and 5 deletions
|
@ -1384,6 +1384,11 @@ static int iio_push_to_buffer(struct iio_buffer *buffer, const void *data)
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* iio_push_to_buffers() - push to a registered buffer.
|
||||||
|
* @indio_dev: iio_dev structure for device.
|
||||||
|
* @data: Full scan.
|
||||||
|
*/
|
||||||
int iio_push_to_buffers(struct iio_dev *indio_dev, const void *data)
|
int iio_push_to_buffers(struct iio_dev *indio_dev, const void *data)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
|
|
@ -161,11 +161,6 @@ int iio_update_buffers(struct iio_dev *indio_dev,
|
||||||
**/
|
**/
|
||||||
void iio_buffer_init(struct iio_buffer *buffer);
|
void iio_buffer_init(struct iio_buffer *buffer);
|
||||||
|
|
||||||
/**
|
|
||||||
* iio_push_to_buffers() - push to a registered buffer.
|
|
||||||
* @indio_dev: iio_dev structure for device.
|
|
||||||
* @data: Full scan.
|
|
||||||
*/
|
|
||||||
int iio_push_to_buffers(struct iio_dev *indio_dev, const void *data);
|
int iio_push_to_buffers(struct iio_dev *indio_dev, const void *data);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue