Searched refs:xiic_tx_space (Results 1 – 1 of 1) sorted by relevance
170 #define xiic_tx_space(i2c) ((i2c)->tx_msg->len - (i2c)->tx_pos) macro346 int len = xiic_tx_space(i2c); in xiic_fill_tx_fifo()355 if ((xiic_tx_space(i2c) == 0) && (i2c->nmsgs == 1)) { in xiic_fill_tx_fifo()467 xiic_tx_space(i2c) == 0) in xiic_process()487 if (!xiic_tx_space(i2c) && xiic_tx_fifo_space(i2c) >= 2) { in xiic_process()502 } else if (!xiic_tx_space(i2c) && (i2c->nmsgs == 1)) in xiic_process()670 if (xiic_tx_space(i2c) != 0) { in __xiic_start_xfer()682 if (i2c->nmsgs > 1 || xiic_tx_space(i2c)) in __xiic_start_xfer()