From 1c055e55a242a33e574e48be530e06770a210dcd Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 19 Feb 2024 03:26:26 +0000 Subject: [PATCH] add r8169 read mac form eeprom --- kernel/Documentation/driver-api/iio/hw-consumer.rst | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/kernel/Documentation/driver-api/iio/hw-consumer.rst b/kernel/Documentation/driver-api/iio/hw-consumer.rst index 8facce6..76133a3 100644 --- a/kernel/Documentation/driver-api/iio/hw-consumer.rst +++ b/kernel/Documentation/driver-api/iio/hw-consumer.rst @@ -1,14 +1,14 @@ =========== HW consumer =========== -An IIO device can be directly connected to another device in hardware. in this +An IIO device can be directly connected to another device in hardware. In this case the buffers between IIO provider and IIO consumer are handled by hardware. The Industrial I/O HW consumer offers a way to bond these IIO devices without software buffer for data. The implementation can be found under :file:`drivers/iio/buffer/hw-consumer.c` -* struct :c:type:`iio_hw_consumer` — Hardware consumer structure +* struct iio_hw_consumer — Hardware consumer structure * :c:func:`iio_hw_consumer_alloc` — Allocate IIO hardware consumer * :c:func:`iio_hw_consumer_free` — Free IIO hardware consumer * :c:func:`iio_hw_consumer_enable` — Enable IIO hardware consumer @@ -45,7 +45,6 @@ More details ============ -.. kernel-doc:: include/linux/iio/hw-consumer.h .. kernel-doc:: drivers/iio/buffer/industrialio-hw-consumer.c :export: -- Gitblit v1.6.2