Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/iio/adc/
Dat91_adc.c231 enum atmel_adc_ts_type touchscreen_type; member
468 if (st->touchscreen_type == ATMEL_ADC_TOUCHSCREEN_4WIRE) in at91_adc_channel_init()
470 else if (st->touchscreen_type == ATMEL_ADC_TOUCHSCREEN_5WIRE) in at91_adc_channel_init()
838 st->touchscreen_type = prop; in at91_adc_probe_dt_ts()
970 st->touchscreen_type = pdata->touchscreen_type; in at91_adc_probe_pdata()
1037 if (st->touchscreen_type == ATMEL_ADC_TOUCHSCREEN_4WIRE) in at91_ts_hw_init()
1095 if (st->touchscreen_type != ATMEL_ADC_TOUCHSCREEN_4WIRE) { in at91_ts_register()
1273 if (!st->touchscreen_type) { in at91_adc_probe()
1303 if (!st->touchscreen_type) { in at91_adc_probe()
1324 if (!st->touchscreen_type) { in at91_adc_remove()
/linux-4.1.27/include/linux/platform_data/
Dat91_adc.h46 enum atmel_adc_ts_type touchscreen_type; member