Lines Matching +full:aux +full:- +full:output +full:- +full:enable
1 /* SPDX-License-Identifier: GPL-2.0 */
47 #define WM97XX_COO 0x0800 /* enable coordinate mode */
48 #define WM97XX_CTC 0x0400 /* enable continuous mode */
61 #define WM97XX_SLEN 0x0008 /* slot read back enable */
62 #define WM97XX_SLT(i) ((i - 5) & 0x7) /* panel slot (5-11) */
71 #define WM9712_45W 0x1000 /* set for 5-wire touchscreen */
87 #define WM9705_PINV 0x0800 /* inverts sense of pen down output */
88 #define WM9705_BSEN 0x0400 /* BUSY flag enable, pin47 is 1 when busy */
89 #define WM9705_BINV 0x0200 /* invert BUSY (pin47) output */
102 #define WM9713_CTC 0x0100 /* enable continuous mode */
106 #define WM9713_COO 0x0001 /* enable coordinate mode */
112 /* AUX ADC ID's */
146 /*---------------- Return codes from sample reading functions ---------------*/
160 * The wm97xx driver provides a private API for writing platform-specific
227 * Codec driver interface - allows mapping to WM9705/12/13 and newer codecs
239 int (*acc_enable) (struct wm97xx *, int enable);
241 void (*dig_enable) (struct wm97xx *, int enable);
250 /* accelerated touch readback - coords are transmited on AC97 link */
260 /* pre and post sample - can be used to minimise any analog noise */
267 u16 dig_save[3]; /* saved during aux reading */
284 unsigned aux_waiting:1; /* aux measurement waiting */
326 /* aux adc readback */