Searched refs:tsdev (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/input/touchscreen/ |
D | intel-mid-touch.c | 106 int (*read_prepare)(struct mrstouch_dev *tsdev); 107 int (*read)(struct mrstouch_dev *tsdev, u16 *x, u16 *y, u16 *z); 108 int (*read_finish)(struct mrstouch_dev *tsdev); 114 static int mrstouch_nec_adc_read_prepare(struct mrstouch_dev *tsdev) in mrstouch_nec_adc_read_prepare() argument 122 static int mrstouch_nec_adc_read_finish(struct mrstouch_dev *tsdev) in mrstouch_nec_adc_read_finish() argument 191 static int mrstouch_nec_adc_read(struct mrstouch_dev *tsdev, in mrstouch_nec_adc_read() argument 198 err = mrstouch_ts_bias_set(tsdev->asr, MRST_YBIAS); in mrstouch_nec_adc_read() 205 err = mrstouch_ts_chan_read(tsdev->asr, MRST_TS_CHAN10, x, &xm); in mrstouch_nec_adc_read() 210 err = mrstouch_ts_bias_set(tsdev->asr, MRST_XBIAS); in mrstouch_nec_adc_read() 217 err = mrstouch_ts_chan_read(tsdev->asr, MRST_TS_CHAN12, y, &ym); in mrstouch_nec_adc_read() [all …]
|