Lines Matching +full:pressure +full:- +full:min
5 - compatible: must be "resistive-adc-touch"
7 position measurement and optional pressure.
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
21 used if the ADC device also measures pressure besides position.
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";