Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Du_serial.c123 struct kfifo port_write_buf; member
211 len = kfifo_len(&port->port_write_buf); in gs_send_packet()
263 req->zero = kfifo_is_empty(&port->port_write_buf); in gs_start_tx()
612 if (!kfifo_initialized(&port->port_write_buf)) { in gs_open()
621 status = kfifo_alloc(&port->port_write_buf, in gs_open()
721 kfifo_free(&port->port_write_buf); in gs_close()
723 kfifo_reset(&port->port_write_buf); in gs_close()
766 status = kfifo_put(&port->port_write_buf, ch); in gs_put_char()
793 room = kfifo_avail(&port->port_write_buf); in gs_write_room()
809 chars = kfifo_len(&port->port_write_buf); in gs_chars_in_buffer()
[all …]