Lines Matching defs:port
72 static int aircable_prepare_write_buffer(struct usb_serial_port *port,
78 count = kfifo_out_locked(&port->write_fifo, buf + HCI_HEADER_LENGTH,
79 size - HCI_HEADER_LENGTH, &port->lock);
100 static int aircable_process_packet(struct usb_serial_port *port,
108 dev_dbg(&port->dev, "%s - malformed packet\n", __func__);
112 tty_insert_flip_string(&port->port, packet, len);
119 struct usb_serial_port *port = urb->context;
131 count += aircable_process_packet(port, has_headers,
136 tty_flip_buffer_push(&port->port);