Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dwm9713.c265 return RC_PENUP; in wm9713_poll_sample()
295 return RC_PENUP; in wm9713_poll_sample()
307 return RC_PENUP; in wm9713_poll_sample()
312 return RC_PENUP; in wm9713_poll_sample()
329 return RC_PENUP; in wm9713_poll_coord()
360 return RC_PENUP; in wm9713_poll_coord()
381 return RC_PENUP; in wm9713_poll_coord()
H A Dwm9712.c259 return RC_PENUP; in wm9712_poll_sample()
285 return RC_PENUP; in wm9712_poll_sample()
305 return RC_PENUP; in wm9712_poll_sample()
322 return RC_PENUP; in wm9712_poll_coord()
349 return RC_PENUP; in wm9712_poll_coord()
370 return RC_PENUP; in wm9712_poll_coord()
H A Dwm9705.c219 return RC_PENUP; in wm9705_poll_sample()
245 return RC_PENUP; in wm9705_poll_sample()
257 return RC_PENUP; in wm9705_poll_sample()
262 return RC_PENUP; in wm9705_poll_sample()
H A Dmainstone-wm97xx.c130 return RC_PENUP; in wm97xx_acc_pen_down()
H A Dwm97xx-core.c392 if (rc & RC_PENUP) { in wm97xx_read_samples()
/linux/include/linux/
H A Dwm97xx.h153 #define RC_PENUP 0x00000004 macro