| /linux-6.15/drivers/input/touchscreen/ |
| H A D | ts4800-ts.c | 44 bool pendown; member 53 ts->pendown = false; in ts4800_ts_open() 81 bool pendown = last_x & PENDOWN_MASK; in ts4800_ts_poll() local 83 if (pendown) { in ts4800_ts_poll() 89 if (!ts->pendown) { in ts4800_ts_poll() 91 ts->pendown = true; in ts4800_ts_poll() 100 } else if (ts->pendown) { in ts4800_ts_poll() 101 ts->pendown = false; in ts4800_ts_poll()
|
| H A D | tps6507x-ts.c | 47 bool pendown; member 151 bool pendown; in tps6507x_ts_poll() local 159 pendown = tsc->tc.pressure > tsc->min_pressure; in tps6507x_ts_poll() 161 if (unlikely(!pendown && tsc->pendown)) { in tps6507x_ts_poll() 166 tsc->pendown = false; in tps6507x_ts_poll() 169 if (pendown) { in tps6507x_ts_poll() 171 if (!tsc->pendown) { in tps6507x_ts_poll() 191 tsc->pendown = true; in tps6507x_ts_poll()
|
| H A D | ads7846.c | 118 bool pendown; member 235 ts->pendown = false; in ads7846_report_pen_up() 256 if (ts->pendown && !get_pendown_state(ts)) in ads7846_restart() 604 return sprintf(buf, "%u\n", ts->pendown); in ads7846_pen_down_show() 918 if (!ts->pendown) { in ads7846_report_state() 920 ts->pendown = true; in ads7846_report_state() 959 if (ts->pendown && !ts->stopped) in ads7846_irq()
|
| /linux-6.15/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | ti,ads7843.yaml | 30 pendown-gpio: 67 ti,pendown-gpio-debounce: 70 Platform specific debounce time for the pendown-gpio. 171 pendown-gpio = <&gpio1 8 0>;
|
| /linux-6.15/arch/arm/boot/dts/ti/omap/ |
| H A D | omap3-devkit8000-lcd-common.dtsi | 57 pendown-gpio = <&gpio1 27 GPIO_ACTIVE_LOW>;
|
| H A D | omap3-evm-common.dtsi | 113 pendown-gpio = <&gpio6 15 GPIO_ACTIVE_HIGH>;
|
| H A D | omap3-overo-common-lcd35.dtsi | 152 pendown-gpio = <&gpio4 18 GPIO_ACTIVE_LOW>;
|
| H A D | omap3-overo-common-lcd43.dtsi | 163 pendown-gpio = <&gpio4 18 GPIO_ACTIVE_LOW>;
|
| H A D | omap3-ldp.dts | 203 pendown-gpio = <&gpio2 22 GPIO_ACTIVE_HIGH>;
|
| H A D | omap3-cm-t3x.dtsi | 230 pendown-gpio = <&gpio2 25 GPIO_ACTIVE_LOW>;
|
| H A D | omap3-lilly-a83x.dtsi | 314 pendown-gpio = <&gpio1 8 GPIO_ACTIVE_LOW>;
|
| H A D | am57xx-cl-som-am57x.dts | 530 pendown-gpio = <&gpio1 31 GPIO_ACTIVE_LOW>;
|
| H A D | omap5-cm-t54.dts | 357 pendown-gpio = <&gpio1 15 GPIO_ACTIVE_LOW>;
|
| H A D | omap3-pandora-common.dtsi | 654 pendown-gpio = <&gpio3 30 GPIO_ACTIVE_LOW>;
|
| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx53-sk-imx53-atm0700d4-lvds.dts | 96 pendown-gpio = <&gpio3 22 GPIO_ACTIVE_LOW>;
|
| H A D | imx53-sk-imx53-atm0700d4-rgb.dts | 111 pendown-gpio = <&gpio2 6 GPIO_ACTIVE_LOW>;
|
| H A D | imx7d-pico-hobbit.dts | 67 pendown-gpio = <&gpio2 7 GPIO_ACTIVE_LOW>;
|
| H A D | imx7d-sdb.dts | 251 pendown-gpio = <&gpio2 29 GPIO_ACTIVE_LOW>;
|
| /linux-6.15/arch/arm/boot/dts/microchip/ |
| H A D | at91sam9261ek.dts | 159 pendown-gpio = <&pioC 2 GPIO_ACTIVE_LOW>;
|
| /linux-6.15/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mm-var-som.dtsi | 88 pendown-gpio = <&gpio1 3 GPIO_ACTIVE_LOW>;
|
| H A D | imx8mn-var-som.dtsi | 79 pendown-gpio = <&gpio1 3 GPIO_ACTIVE_LOW>;
|
| /linux-6.15/arch/arm/boot/dts/nxp/mxs/ |
| H A D | imx28-tx28.dts | 301 pendown-gpio = <&gpio3 20 GPIO_ACTIVE_LOW>;
|