Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dbcm63xx_uart.c588 struct serial_struct *serinfo) in bcm_uart_verify_port() argument
592 if (port->irq != serinfo->irq) in bcm_uart_verify_port()
594 if (port->iotype != serinfo->io_type) in bcm_uart_verify_port()
596 if (port->mapbase != (unsigned long)serinfo->iomem_base) in bcm_uart_verify_port()
H A Dpch_uart.c1398 struct serial_struct *serinfo) in pch_uart_verify_port() argument
1403 if (serinfo->flags & UPF_LOW_LATENCY) { in pch_uart_verify_port()
1407 serinfo->flags &= ~UPF_LOW_LATENCY; in pch_uart_verify_port()
H A Dmps2-uart.c390 static int mps2_uart_verify_port(struct uart_port *port, struct serial_struct *serinfo) in mps2_uart_verify_port() argument