Home
last modified time | relevance | path

Searched refs:fifo_ul (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/tty/
Dnozomi.c357 struct kfifo fifo_ul; member
797 size = kfifo_out(&port->fifo_ul, dc->send_buf, in send_data()
985 if (kfifo_len(&dc->port[port].fifo_ul)) { in receive_flow_control()
989 kfifo_len(&dc->port[port].fifo_ul)); in receive_flow_control()
1431 if (kfifo_alloc(&dc->port[i].fifo_ul, FIFO_BUFFER_SIZE_UL, in nozomi_card_init()
1493 kfifo_free(&dc->port[i].fifo_ul); in nozomi_card_init()
1557 kfifo_free(&dc->port[i].fifo_ul); in nozomi_card_exit()
1683 rval = kfifo_in(&port->fifo_ul, (unsigned char *)buffer, count); in ntty_write()
1726 room = kfifo_avail(&port->fifo_ul); in ntty_write_room()
1873 rval = kfifo_len(&port->fifo_ul); in ntty_chars_in_buffer()