Searched refs:TI_TSC2046_V_CHAN (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/iio/adc/ |
H A D | ti-tsc2046.c | 185 #define TI_TSC2046_V_CHAN(index, bits, name) \ macro 204 TI_TSC2046_V_CHAN(0, bits, TEMP0), \ 205 TI_TSC2046_V_CHAN(1, bits, Y), \ 206 TI_TSC2046_V_CHAN(2, bits, VBAT), \ 207 TI_TSC2046_V_CHAN(3, bits, Z1), \ 208 TI_TSC2046_V_CHAN(4, bits, Z2), \ 209 TI_TSC2046_V_CHAN(5, bits, X), \ 210 TI_TSC2046_V_CHAN(6, bits, AUX), \ 211 TI_TSC2046_V_CHAN(7, bits, TEMP1), \
|