Home
last modified time | relevance | path

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

/bsp/mini2440/drivers/
A Dtouch.c109 static void report_touch_input(int updown) in report_touch_input() argument
120 if (updown) in report_touch_input()
193 static void report_touch_input(int updown) in report_touch_input() argument
197 if (updown) in report_touch_input()
264 int updown; in touch_timer_fire() local
269 updown = (!(data0 & S3C2410_ADCDAT0_UPDOWN)) && (!(data1 & S3C2410_ADCDAT0_UPDOWN)); in touch_timer_fire()
271 if (updown) in touch_timer_fire()
275 report_touch_input(updown); in touch_timer_fire()
326 int updown; in s3c2410_intc_stylus_updown() local
335 if (updown) in s3c2410_intc_stylus_updown()
[all …]

Completed in 8 milliseconds