Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/input/touchscreen/
Dwm9713.c269 return RC_PENUP; in wm9713_poll_sample()
299 return RC_PENUP; in wm9713_poll_sample()
311 return RC_PENUP; in wm9713_poll_sample()
316 return RC_PENUP; in wm9713_poll_sample()
333 return RC_PENUP; in wm9713_poll_coord()
364 return RC_PENUP; in wm9713_poll_coord()
385 return RC_PENUP; in wm9713_poll_coord()
Dwm9712.c263 return RC_PENUP; in wm9712_poll_sample()
289 return RC_PENUP; in wm9712_poll_sample()
309 return RC_PENUP; in wm9712_poll_sample()
326 return RC_PENUP; in wm9712_poll_coord()
353 return RC_PENUP; in wm9712_poll_coord()
374 return RC_PENUP; in wm9712_poll_coord()
Dwm9705.c223 return RC_PENUP; in wm9705_poll_sample()
249 return RC_PENUP; in wm9705_poll_sample()
261 return RC_PENUP; in wm9705_poll_sample()
266 return RC_PENUP; in wm9705_poll_sample()
Dzylonite-wm97xx.c105 return RC_PENUP; in wm97xx_acc_pen_down()
Dmainstone-wm97xx.c139 return RC_PENUP; in wm97xx_acc_pen_down()
Dwm97xx-core.c418 if (rc & RC_PENUP) { in wm97xx_read_samples()
/linux-4.1.27/include/linux/
Dwm97xx.h152 #define RC_PENUP 0x00000004 macro