Commit 7f7ce433 authored by Peter Meerwald's avatar Peter Meerwald Committed by Jonathan Cameron

iio: staging: fix device.txt documentation

Signed-off-by: default avatarPeter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent 8b20be87
...@@ -56,7 +56,7 @@ Then fill in the following: ...@@ -56,7 +56,7 @@ Then fill in the following:
- indio_dev->modes: - indio_dev->modes:
Specify whether direct access and / or ring buffer access is supported. Specify whether direct access and / or ring buffer access is supported.
- indio_dev->ring: - indio_dev->buffer:
An optional associated buffer. An optional associated buffer.
- indio_dev->pollfunc: - indio_dev->pollfunc:
Poll function related elements. This controls what occurs when a trigger Poll function related elements. This controls what occurs when a trigger
...@@ -67,7 +67,7 @@ Then fill in the following: ...@@ -67,7 +67,7 @@ Then fill in the following:
- indio_dev->num_channels: - indio_dev->num_channels:
How many channels are there? How many channels are there?
Once these are set up, a call to iio_device_register(indio_dev), Once these are set up, a call to iio_device_register(indio_dev)
will register the device with the iio core. will register the device with the iio core.
Worth noting here is that, if a ring buffer is to be used, it can be Worth noting here is that, if a ring buffer is to be used, it can be
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment