Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / Documentation / ABI / testing / sysfs-bus-iio-filter-admv8818
blobc431f0a13cf502e47dc6b0f3d826d1c1300655ac
1 What:           /sys/bus/iio/devices/iio:deviceX/filter_mode_available
2 KernelVersion:
3 Contact:        linux-iio@vger.kernel.org
4 Description:
5                 Reading this returns the valid values that can be written to the
6                 filter_mode attribute:
8                 - auto -> Adjust bandpass filter to track changes in input clock rate.
9                 - manual -> disable/unregister the clock rate notifier / input clock tracking.
10                 - bypass -> bypass low pass filter, high pass filter and disable/unregister
11                                                                 the clock rate notifier
13 What:           /sys/bus/iio/devices/iio:deviceX/filter_mode
14 KernelVersion:
15 Contact:        linux-iio@vger.kernel.org
16 Description:
17                 This attribute configures the filter mode.
18                 Reading returns the actual mode.