Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/i2c/busses/
Di2c-xiic.c235 #define xiic_tx_space(i2c) ((i2c)->tx_msg->len - (i2c)->tx_pos) macro
624 int len = xiic_tx_space(i2c); in xiic_fill_tx_fifo()
634 if (!xiic_tx_space(i2c) && i2c->nmsgs == 1) { in xiic_fill_tx_fifo()
775 if (xiic_tx_space(i2c)) { in xiic_process()
818 xiic_tx_space(i2c) == 0) in xiic_process()
1015 ((i2c->nmsgs > 1 || xiic_tx_space(i2c)) ? in xiic_start_send()