Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dnozomi.c323 struct kfifo fifo_ul; member
762 size = kfifo_out(&port->fifo_ul, dc->send_buf, in send_data()
942 if (kfifo_len(&dc->port[port].fifo_ul)) { in receive_flow_control()
946 kfifo_len(&dc->port[port].fifo_ul)); in receive_flow_control()
1376 if (kfifo_alloc(&dc->port[i].fifo_ul, FIFO_BUFFER_SIZE_UL, in nozomi_card_init()
1444 kfifo_free(&dc->port[i].fifo_ul); in nozomi_card_init()
1507 kfifo_free(&dc->port[i].fifo_ul); in nozomi_card_exit()
1633 rval = kfifo_in(&port->fifo_ul, (unsigned char *)buffer, count); in ntty_write()
1669 room = kfifo_avail(&port->fifo_ul); in ntty_write_room()
1816 rval = kfifo_len(&port->fifo_ul); in ntty_chars_in_buffer()
[all...]
/kernel/linux/linux-6.6/drivers/tty/
H A Dnozomi.c319 struct kfifo fifo_ul; member
749 size = kfifo_out(&port->fifo_ul, dc->send_buf, in send_data()
928 if (kfifo_len(&dc->port[port].fifo_ul)) { in receive_flow_control()
932 kfifo_len(&dc->port[port].fifo_ul)); in receive_flow_control()
1360 if (kfifo_alloc(&dc->port[i].fifo_ul, FIFO_BUFFER_SIZE_UL, in nozomi_card_init()
1428 kfifo_free(&dc->port[i].fifo_ul); in nozomi_card_init()
1489 kfifo_free(&dc->port[i].fifo_ul); in nozomi_card_exit()
1613 rval = kfifo_in(&port->fifo_ul, buffer, count); in ntty_write()
1649 room = kfifo_avail(&port->fifo_ul); in ntty_write_room()
1790 return kfifo_len(&port->fifo_ul); in ntty_chars_in_buffer()
[all...]

Completed in 5 milliseconds