Lines Matching +full:two +full:- +full:channel
5 - compatible: must be "resistive-adc-touch"
9 https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/iio-consumer.yaml
12 - iio-channels: must have at least two channels connected to an ADC device.
16 - iio-channel-names: must have all the channels' names. Mandatory channels
20 - iio-channels: The third channel named "pressure" is optional and can be
22 If this channel is missing, pressure will be ignored and the touchscreen
24 - iio-channel-names: optional channel named "pressure".
29 compatible = "resistive-adc-touch";
30 touchscreen-min-pressure = <50000>;
31 io-channels = <&adc 24>, <&adc 25>, <&adc 26>;
32 io-channel-names = "x", "y", "pressure";