Lines Matching defs:count
206 int count)212 if (count)213 count = kfifo_in(&port->write_fifo, buf, count);217 return count;324 int count;332 count = tty_insert_flip_string(&port->port, packet,334 if (count)336 if (count != size) {337 port->n_read += count;