Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/
Dnozomi.c303 struct kfifo fifo_ul; member
733 size = kfifo_out(&port->fifo_ul, dc->send_buf, in send_data()
909 if (kfifo_len(&dc->port[port].fifo_ul)) { in receive_flow_control()
913 kfifo_len(&dc->port[port].fifo_ul)); in receive_flow_control()
1341 if (kfifo_alloc(&dc->port[i].fifo_ul, FIFO_BUFFER_SIZE_UL, in nozomi_card_init()
1409 kfifo_free(&dc->port[i].fifo_ul); in nozomi_card_init()
1470 kfifo_free(&dc->port[i].fifo_ul); in nozomi_card_exit()
1594 rval = kfifo_in(&port->fifo_ul, buffer, count); in ntty_write()
1630 room = kfifo_avail(&port->fifo_ul); in ntty_write_room()
1771 return kfifo_len(&port->fifo_ul); in ntty_chars_in_buffer()