19 lines · plain
1What: /sys/bus/iio/devices/iio:deviceX/filter_mode_available2KernelVersion:3Contact: linux-iio@vger.kernel.org4Description:5 Reading this returns the valid values that can be written to the6 filter_mode attribute:7 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/unregister11 the clock rate notifier12 13What: /sys/bus/iio/devices/iio:deviceX/filter_mode14KernelVersion:15Contact: linux-iio@vger.kernel.org16Description:17 This attribute configures the filter mode.18 Reading returns the actual mode.19