Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.7 18 lines 686 B view raw
1What: /sys/bus/iio/devices/iio:deviceX/filter_mode_available 2KernelVersion: 3Contact: linux-iio@vger.kernel.org 4Description: 5 Reading this returns the valid values that can be written to the 6 on_altvoltage0_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/unregister 11 the clock rate notifier 12 13What: /sys/bus/iio/devices/iio:deviceX/filter_mode 14KernelVersion: 15Contact: linux-iio@vger.kernel.org 16Description: 17 This attribute configures the filter mode. 18 Reading returns the actual mode.