Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dat91_adc.c233 enum atmel_adc_ts_type touchscreen_type; member
474 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()
851 st->touchscreen_type = prop; in at91_adc_probe_dt_ts()
984 st->touchscreen_type = pdata->touchscreen_type; in at91_adc_probe_pdata()
1060 if (st->touchscreen_type == ATMEL_ADC_TOUCHSCREEN_4WIRE) in at91_ts_hw_init()
1119 if (st->touchscreen_type != ATMEL_ADC_TOUCHSCREEN_4WIRE) { in at91_ts_register()
1291 if (!st->touchscreen_type) { in at91_adc_probe()
1321 if (!st->touchscreen_type) { in at91_adc_probe()
[all...]
/kernel/linux/linux-5.10/include/linux/platform_data/
H A Dat91_adc.h36 * @touchscreen_type: If a touchscreen is connected, its type (4 or 5 wires)
45 enum atmel_adc_ts_type touchscreen_type; member
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dat91_adc.c251 enum atmel_adc_ts_type touchscreen_type; member
492 if (st->touchscreen_type == ATMEL_ADC_TOUCHSCREEN_4WIRE) in at91_adc_channel_init()
494 else if (st->touchscreen_type == ATMEL_ADC_TOUCHSCREEN_5WIRE) in at91_adc_channel_init()
814 st->touchscreen_type = prop; in at91_adc_probe_dt_ts()
905 if (st->touchscreen_type == ATMEL_ADC_TOUCHSCREEN_4WIRE) in at91_ts_hw_init()
964 if (st->touchscreen_type != ATMEL_ADC_TOUCHSCREEN_4WIRE) { in at91_ts_register()
1174 if (!st->touchscreen_type) { in at91_adc_probe()
1204 if (!st->touchscreen_type) { in at91_adc_probe()
1225 if (!st->touchscreen_type) { in at91_adc_remove()

Completed in 6 milliseconds