Searched refs:read_count (Results 1 – 3 of 3) sorted by relevance
38 auto read_count = fd_->Read(buf.data(), buf.size()); in RecvAny() local39 if (read_count < 0) { in RecvAny()40 read_count = 0; in RecvAny()42 buf.resize(read_count); in RecvAny()
1273 pl011_read_fifo(int read_count) "FIFO read, read_count now %d"1275 pl011_can_receive(uint32_t lcr, int read_count, int r) "LCR 0x%08x read_count %d returning %d"1276 pl011_put_fifo(uint32_t c, int read_count) "new char 0x%x read_count now %d"