Searched refs:mrstouch_dev (Results 1 – 1 of 1) sorted by relevance
97 struct mrstouch_dev { struct106 int (*read_prepare)(struct mrstouch_dev *tsdev); argument107 int (*read)(struct mrstouch_dev *tsdev, u16 *x, u16 *y, u16 *z); argument108 int (*read_finish)(struct mrstouch_dev *tsdev); argument114 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 …]