Searched refs:RC_AGAIN (Results 1 – 4 of 4) sorted by relevance
136 return RC_AGAIN; in wm97xx_acc_pen_down()165 return RC_PENDOWN | RC_AGAIN; in wm97xx_acc_pen_down()
398 } 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()
296 return RC_AGAIN; in wm9712_poll_sample()
149 #define RC_AGAIN 0x00000001 macro