hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/Documentation/driver-api/iio/hw-consumer.rst
....@@ -1,14 +1,14 @@
11 ===========
22 HW consumer
33 ===========
4
-An IIO device can be directly connected to another device in hardware. in this
4
+An IIO device can be directly connected to another device in hardware. In this
55 case the buffers between IIO provider and IIO consumer are handled by hardware.
66 The Industrial I/O HW consumer offers a way to bond these IIO devices without
77 software buffer for data. The implementation can be found under
88 :file:`drivers/iio/buffer/hw-consumer.c`
99
1010
11
-* struct :c:type:`iio_hw_consumer` — Hardware consumer structure
11
+* struct iio_hw_consumer — Hardware consumer structure
1212 * :c:func:`iio_hw_consumer_alloc` — Allocate IIO hardware consumer
1313 * :c:func:`iio_hw_consumer_free` — Free IIO hardware consumer
1414 * :c:func:`iio_hw_consumer_enable` — Enable IIO hardware consumer
....@@ -45,7 +45,6 @@
4545
4646 More details
4747 ============
48
-.. kernel-doc:: include/linux/iio/hw-consumer.h
4948 .. kernel-doc:: drivers/iio/buffer/industrialio-hw-consumer.c
5049 :export:
5150