Searched defs:vf50_touch_device (Results 1 – 1 of 1) sorted by relevance
36 struct vf50_touch_device { struct37 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;[all …]