Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/touchscreen/
Dzylonite-wm97xx.c136 return RC_PENDOWN | RC_AGAIN; in wm97xx_acc_pen_down()
Dmainstone-wm97xx.c169 return RC_PENDOWN | RC_AGAIN; in wm97xx_acc_pen_down()
Dwm97xx-core.c458 } else if (rc & RC_PENDOWN) { in wm97xx_read_samples()
/Linux-v5.10/include/linux/
Dwm97xx.h157 #define RC_PENDOWN 0x00000008 macro