Lines Matching defs:vf50_touch_device
36 struct vf50_touch_device { struct
37 struct platform_device *pdev;
38 struct input_dev *ts_input;
39 struct iio_channel *channels;
40 struct gpio_desc *gpio_xp;
41 struct gpio_desc *gpio_xm;
42 struct gpio_desc *gpio_yp;
43 struct gpio_desc *gpio_ym;
44 int pen_irq;
45 int min_pressure;
46 bool stop_touchscreen;