adcsel            210 drivers/input/touchscreen/wm9705.c static int wm9705_poll_sample(struct wm97xx *wm, int adcsel, int *sample)
adcsel            213 drivers/input/touchscreen/wm9705.c 	bool wants_pen = adcsel & WM97XX_PEN_DOWN;
adcsel            224 drivers/input/touchscreen/wm9705.c 		wm->mach_ops->pre_sample(adcsel);
adcsel            225 drivers/input/touchscreen/wm9705.c 	wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, (adcsel & WM97XX_ADCSEL_MASK)
adcsel            249 drivers/input/touchscreen/wm9705.c 		wm->mach_ops->post_sample(adcsel);
adcsel            252 drivers/input/touchscreen/wm9705.c 	if ((*sample ^ adcsel) & WM97XX_ADCSEL_MASK) {
adcsel            254 drivers/input/touchscreen/wm9705.c 			adcsel & WM97XX_ADCSEL_MASK,
adcsel            250 drivers/input/touchscreen/wm9712.c static int wm9712_poll_sample(struct wm97xx *wm, int adcsel, int *sample)
adcsel            253 drivers/input/touchscreen/wm9712.c 	bool wants_pen = adcsel & WM97XX_PEN_DOWN;
adcsel            264 drivers/input/touchscreen/wm9712.c 		wm->mach_ops->pre_sample(adcsel);
adcsel            265 drivers/input/touchscreen/wm9712.c 	wm97xx_reg_write(wm, AC97_WM97XX_DIGITISER1, (adcsel & WM97XX_ADCSEL_MASK)
adcsel            289 drivers/input/touchscreen/wm9712.c 		wm->mach_ops->post_sample(adcsel);
adcsel            292 drivers/input/touchscreen/wm9712.c 	if ((*sample ^ adcsel) & WM97XX_ADCSEL_MASK) {
adcsel            294 drivers/input/touchscreen/wm9712.c 			adcsel & WM97XX_ADCSEL_MASK,
adcsel            255 drivers/input/touchscreen/wm9713.c static int wm9713_poll_sample(struct wm97xx *wm, int adcsel, int *sample)
adcsel            259 drivers/input/touchscreen/wm9713.c 	bool wants_pen = adcsel & WM97XX_PEN_DOWN;
adcsel            272 drivers/input/touchscreen/wm9713.c 	dig1 |= 1 << ((adcsel & WM97XX_ADCSEL_MASK) >> 12);
adcsel            275 drivers/input/touchscreen/wm9713.c 		wm->mach_ops->pre_sample(adcsel);
adcsel            299 drivers/input/touchscreen/wm9713.c 		wm->mach_ops->post_sample(adcsel);
adcsel            302 drivers/input/touchscreen/wm9713.c 	if ((*sample ^ adcsel) & WM97XX_ADCSEL_MASK) {
adcsel            304 drivers/input/touchscreen/wm9713.c 			adcsel & WM97XX_ADCSEL_MASK,
adcsel            120 drivers/input/touchscreen/wm97xx-core.c int wm97xx_read_aux_adc(struct wm97xx *wm, u16 adcsel)
adcsel            146 drivers/input/touchscreen/wm97xx-core.c 		rc = wm->codec->poll_sample(wm, adcsel, &auxval);
adcsel            158 drivers/input/touchscreen/wm97xx-core.c 			adcsel);
adcsel            234 include/linux/wm97xx.h 	int (*poll_sample) (struct wm97xx *, int adcsel, int *sample);
adcsel            332 include/linux/wm97xx.h int wm97xx_read_aux_adc(struct wm97xx *wm, u16 adcsel);