Searched defs:vf50_touch_device (Results 1 – 1 of 1) sorted by relevance
41 struct vf50_touch_device { struct42 struct platform_device *pdev;43 struct input_dev *ts_input;44 struct iio_channel *channels;45 struct gpio_desc *gpio_xp;46 struct gpio_desc *gpio_xm;47 struct gpio_desc *gpio_yp;48 struct gpio_desc *gpio_ym;49 int pen_irq;50 int min_pressure;[all …]