Searched refs:rx_bytes_read (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/i2c/busses/
H A Di2c-qup.c180 * rx_bytes_read: if all the bytes have been read from rx FIFO.
206 bool rx_bytes_read; member in struct:qup_i2c_block
355 if (!blk->rx_bytes_read)
937 blk->rx_bytes_read = true;
993 blk->rx_bytes_read = false;
1186 blk->rx_bytes_read = false;
1233 * set rx_bytes_read to true.
1246 blk->rx_bytes_read = true;

Completed in 112 milliseconds