Searched refs:databuf_count (Results 1 – 1 of 1) sorted by relevance
152 int databuf_count; member347 priv->rx.databuf_count != priv->expected_data_len) { in bno055_ser_handle_rx()407 priv->rx.databuf_count = 0; in bno055_ser_receive_buf()443 if (priv->rx.databuf_count + remaining > priv->rx.expected_len) { in bno055_ser_receive_buf()468 (priv->rx.databuf_count + remaining <= priv->expected_data_len)) in bno055_ser_receive_buf()469 memcpy(priv->response_buf + priv->rx.databuf_count, in bno055_ser_receive_buf()473 priv->rx.databuf_count += remaining; in bno055_ser_receive_buf()479 if (priv->rx.databuf_count == priv->rx.expected_len) { in bno055_ser_receive_buf()