Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/input/touchscreen/
Dintel-mid-touch.c97 struct mrstouch_dev { struct
106 int (*read_prepare)(struct mrstouch_dev *tsdev); argument
107 int (*read)(struct mrstouch_dev *tsdev, u16 *x, u16 *y, u16 *z); argument
108 int (*read_finish)(struct mrstouch_dev *tsdev); argument
114 static int mrstouch_nec_adc_read_prepare(struct mrstouch_dev *tsdev) in mrstouch_nec_adc_read_prepare()
122 static int mrstouch_nec_adc_read_finish(struct mrstouch_dev *tsdev) in mrstouch_nec_adc_read_finish()
191 static int mrstouch_nec_adc_read(struct mrstouch_dev *tsdev, in mrstouch_nec_adc_read()
243 static int mrstouch_fs_adc_read_prepare(struct mrstouch_dev *tsdev) in mrstouch_fs_adc_read_prepare()
299 static int mrstouch_fs_adc_read(struct mrstouch_dev *tsdev, in mrstouch_fs_adc_read()
345 static int mrstouch_fs_adc_read_finish(struct mrstouch_dev *tsdev) in mrstouch_fs_adc_read_finish()
[all …]