Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dat91-sama5d2_adc.c118 /* Interrupt Status Register - Pen touching sense status */
374 * @touching: is the pen touching the screen or not
381 bool touching; member
703 if (!st->touch_st.touching) in at91_adc_read_position()
718 if (!st->touch_st.touching) in at91_adc_read_pressure()
1258 st->touch_st.touching = true; in at91_adc_pen_detect_interrupt()
1270 st->touch_st.touching = false; in at91_adc_no_pen_detect_interrupt()
1311 * touching, but the measurements are not ready yet. in at91_adc_interrupt()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dat91-sama5d2_adc.c139 /* Interrupt Status Register - Pen touching sense status */
551 * @touching: is the pen touching the screen or not
558 bool touching; member
1087 if (!st->touch_st.touching) in at91_adc_read_position()
1102 if (!st->touch_st.touching) in at91_adc_read_pressure()
1655 st->touch_st.touching = true; in at91_adc_pen_detect_interrupt()
1666 st->touch_st.touching = false; in at91_adc_no_pen_detect_interrupt()
1709 * touching, but the measurements are not ready yet. in at91_adc_interrupt()

Completed in 10 milliseconds