Searched refs:xiic_tx_space (Results 1 – 1 of 1) sorted by relevance
173 #define xiic_tx_space(i2c) ((i2c)->tx_msg->len - (i2c)->tx_pos) macro333 int len = xiic_tx_space(i2c); in xiic_fill_tx_fifo()342 if ((xiic_tx_space(i2c) == 0) && (i2c->nmsgs == 1)) { in xiic_fill_tx_fifo()454 xiic_tx_space(i2c) == 0) in xiic_process()474 if (!xiic_tx_space(i2c) && xiic_tx_fifo_space(i2c) >= 2) { in xiic_process()489 } else if (!xiic_tx_space(i2c) && (i2c->nmsgs == 1)) in xiic_process()648 if (xiic_tx_space(i2c) != 0) { in __xiic_start_xfer()660 if (i2c->nmsgs > 1 || xiic_tx_space(i2c)) in __xiic_start_xfer()