Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dnozomi.c323 struct kfifo fifo_ul; member
762 size = kfifo_out(&port->fifo_ul, dc->send_buf, in send_data()
943 if (kfifo_len(&dc->port[port].fifo_ul)) { in receive_flow_control()
947 kfifo_len(&dc->port[port].fifo_ul)); in receive_flow_control()
1385 if (kfifo_alloc(&dc->port[i].fifo_ul, FIFO_BUFFER_SIZE_UL, in nozomi_card_init()
1450 kfifo_free(&dc->port[i].fifo_ul); in nozomi_card_init()
1513 kfifo_free(&dc->port[i].fifo_ul); in nozomi_card_exit()
1639 rval = kfifo_in(&port->fifo_ul, (unsigned char *)buffer, count); in ntty_write()
1675 room = kfifo_avail(&port->fifo_ul); in ntty_write_room()
1822 rval = kfifo_len(&port->fifo_ul); in ntty_chars_in_buffer()