Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/touchscreen/
Dzylonite-wm97xx.c140 return RC_PENDOWN | RC_AGAIN; in wm97xx_acc_pen_down()
Dmainstone-wm97xx.c174 return RC_PENDOWN | RC_AGAIN; in wm97xx_acc_pen_down()
Dwm97xx-core.c463 } else if (rc & RC_PENDOWN) { in wm97xx_read_samples()
/Linux-v4.19/include/linux/
Dwm97xx.h157 #define RC_PENDOWN 0x00000008 macro