Searched refs:touchscreen_type (Results 1 – 2 of 2) sorted by relevance
233 enum atmel_adc_ts_type touchscreen_type; member474 if (st->touchscreen_type == ATMEL_ADC_TOUCHSCREEN_4WIRE) in at91_adc_channel_init()476 else if (st->touchscreen_type == ATMEL_ADC_TOUCHSCREEN_5WIRE) in at91_adc_channel_init()849 st->touchscreen_type = prop; in at91_adc_probe_dt_ts()982 st->touchscreen_type = pdata->touchscreen_type; in at91_adc_probe_pdata()1058 if (st->touchscreen_type == ATMEL_ADC_TOUCHSCREEN_4WIRE) in at91_ts_hw_init()1117 if (st->touchscreen_type != ATMEL_ADC_TOUCHSCREEN_4WIRE) { in at91_ts_register()1289 if (!st->touchscreen_type) { in at91_adc_probe()1319 if (!st->touchscreen_type) { in at91_adc_probe()1340 if (!st->touchscreen_type) { in at91_adc_remove()
45 enum atmel_adc_ts_type touchscreen_type; member