Searched refs:touchscreen_type (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dat91_adc.c251 enum atmel_adc_ts_type touchscreen_type; member in struct:at91_adc_state
492 if (st->touchscreen_type == ATMEL_ADC_TOUCHSCREEN_4WIRE)
494 else if (st->touchscreen_type == ATMEL_ADC_TOUCHSCREEN_5WIRE)
814 st->touchscreen_type = prop;
905 if (st->touchscreen_type == ATMEL_ADC_TOUCHSCREEN_4WIRE)
964 if (st->touchscreen_type != ATMEL_ADC_TOUCHSCREEN_4WIRE) {
1150 if (!st->touchscreen_type) {
1179 if (!st->touchscreen_type) {
1194 if (!st->touchscreen_type) {

Completed in 225 milliseconds