Searched defs:fifo_ul (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/
H A Dnozomi.c357 struct kfifo fifo_ul; member in struct:port
797 size = kfifo_out(&port->fifo_ul, dc->send_buf,
985 if (kfifo_len(&dc->port[port].fifo_ul)) {
989 kfifo_len(&dc->port[port].fifo_ul));
1431 if (kfifo_alloc(&dc->port[i].fifo_ul, FIFO_BUFFER_SIZE_UL,
1493 kfifo_free(&dc->port[i].fifo_ul);
1557 kfifo_free(&dc->port[i].fifo_ul);
1683 rval = kfifo_in(&port->fifo_ul, (unsigned char *)buffer, count);
1726 room = kfifo_avail(&port->fifo_ul);
1873 rval = kfifo_len(&port->fifo_ul);
[all...]

Completed in 639 milliseconds