Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dmainstone-wm97xx.c136 return RC_AGAIN; in wm97xx_acc_pen_down()
165 return RC_PENDOWN | RC_AGAIN; in wm97xx_acc_pen_down()
H A Dwm97xx-core.c398 } else if (!(rc & RC_AGAIN)) { in wm97xx_read_samples()
424 rc = RC_AGAIN; in wm97xx_read_samples()
458 } while (rc & RC_AGAIN); in wm97xx_ts_reader()
H A Dwm9712.c296 return RC_AGAIN; in wm9712_poll_sample()
/linux/include/linux/
H A Dwm97xx.h149 #define RC_AGAIN 0x00000001 macro