Lines Matching defs:count
212 size_t count)218 if (count)219 count = kfifo_in(&port->write_fifo, buf, count);223 return count;330 int count;338 count = tty_insert_flip_string(&port->port, packet,340 if (count)342 if (count != size) {343 port->n_read += count;