1What: /sys/bus/iio/devices/iio:deviceX/in_voltage-voltage_filter_mode_available 2KernelVersion: 6.2 3Contact: linux-iio@vger.kernel.org 4Description: 5 Reading returns a list with the possible filter modes. 6 7 This ABI is only kept for backwards compatibility and the values 8 returned are identical to filter_type_available attribute 9 documented in Documentation/ABI/testing/sysfs-bus-iio. Please, 10 use filter_type_available like ABI to provide filter options for 11 new drivers. 12 13What: /sys/bus/iio/devices/iio:deviceX/in_voltageY-voltageZ_filter_mode 14KernelVersion: 6.2 15Contact: linux-iio@vger.kernel.org 16Description: 17 This ABI is only kept for backwards compatibility and the values 18 returned are identical to in_voltageY-voltageZ_filter_type 19 attribute documented in Documentation/ABI/testing/sysfs-bus-iio. 20 Please, use in_voltageY-voltageZ_filter_type for new drivers. 21