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()
399 } else if (!(rc & RC_AGAIN)) { in wm97xx_read_samples()425 rc = RC_AGAIN; in wm97xx_read_samples()459 } while (rc & RC_AGAIN); in wm97xx_ts_reader()
297 return RC_AGAIN; in wm9712_poll_sample()
149 #define RC_AGAIN 0x00000001 macro