Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/adc/
Dat91-sama5d2_adc.c409 struct at91_adc_touch touch_st; member
613 st->touch_st.sample_period_val = in at91_adc_configure_touch()
651 st->touch_st.x_pos = at91_adc_touch_pos(st, AT91_SAMA5D2_XPOSR); in at91_adc_touch_x_pos()
652 return st->touch_st.x_pos; in at91_adc_touch_x_pos()
674 pres = rxp * (st->touch_st.x_pos * factor / 1024) * in at91_adc_touch_pressure()
691 if (!st->touch_st.touching) in at91_adc_read_position()
706 if (!st->touch_st.touching) in at91_adc_read_pressure()
891 &st->touch_st.channels_bitmask, in at91_adc_buffer_postenable()
918 &st->touch_st.channels_bitmask, in at91_adc_buffer_predisable()
1206 schedule_work(&st->touch_st.workq); in at91_adc_touch_data_handler()
[all …]