Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/gadget/function/
H A Du_serial.c125 struct kfifo port_write_buf; member
214 len = kfifo_len(&port->port_write_buf); in gs_send_packet()
267 req->zero = kfifo_is_empty(&port->port_write_buf); in gs_start_tx()
620 if (!kfifo_initialized(&port->port_write_buf)) { in gs_open()
629 status = kfifo_alloc(&port->port_write_buf, in gs_open()
729 kfifo_free(&port->port_write_buf); in gs_close()
731 kfifo_reset(&port->port_write_buf); in gs_close()
774 status = kfifo_put(&port->port_write_buf, ch); in gs_put_char()
801 room = kfifo_avail(&port->port_write_buf); in gs_write_room()
817 chars = kfifo_len(&port->port_write_buf); in gs_chars_in_buffer()
[all …]