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

/linux-4.1.27/drivers/input/touchscreen/
H A Ds3c2410_ts.c92 * get_down - return the down state of the pen
98 static inline bool get_down(unsigned long data0, unsigned long data1) get_down() function
114 down = get_down(data0, data1); touch_timer_fire()
166 down = get_down(data0, data1); stylus_irq()

Completed in 65 milliseconds