Home
last modified time | relevance | path

Searched refs:pendown (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/input/touchscreen/
H A Dts4800-ts.c44 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 Dtps6507x-ts.c47 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 Dads7846.c118 bool pendown; member
238 ts->pendown = false; in ads7846_report_pen_up()
259 if (ts->pendown && !get_pendown_state(ts)) in ads7846_restart()
598 return sprintf(buf, "%u\n", ts->pendown); in ads7846_pen_down_show()
967 if (!ts->pendown) { in ads7846_report_state()
969 ts->pendown = true; in ads7846_report_state()
1008 if (ts->pendown && !ts->stopped) in ads7846_irq()
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx53-sk-imx53-atm0700d4-lvds.dts96 pendown-gpio = <&gpio3 22 GPIO_ACTIVE_LOW>;
H A Dimx53-sk-imx53-atm0700d4-rgb.dts111 pendown-gpio = <&gpio2 6 GPIO_ACTIVE_LOW>;
H A Dimx7d-pico-hobbit.dts67 pendown-gpio = <&gpio2 7 GPIO_ACTIVE_LOW>;
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-evm-common.dtsi113 pendown-gpio = <&gpio6 15 GPIO_ACTIVE_HIGH>;
H A Domap3-lilly-a83x.dtsi314 pendown-gpio = <&gpio1 8 GPIO_ACTIVE_LOW>;
H A Dam57xx-cl-som-am57x.dts529 pendown-gpio = <&gpio1 31 GPIO_ACTIVE_LOW>;
H A Domap3-pandora-common.dtsi654 pendown-gpio = <&gpio3 30 GPIO_ACTIVE_LOW>;
/linux/arch/arm/boot/dts/microchip/
H A Dat91sam9261ek.dts159 pendown-gpio = <&pioC 2 GPIO_ACTIVE_LOW>;