Searched refs:serinfo (Results 1 – 6 of 6) sorted by relevance
618 struct serial_struct *serinfo) in bcm_uart_verify_port() argument622 if (port->irq != serinfo->irq) in bcm_uart_verify_port()624 if (port->iotype != serinfo->io_type) in bcm_uart_verify_port()626 if (port->mapbase != (unsigned long)serinfo->iomem_base) in bcm_uart_verify_port()
659 struct serial_struct *serinfo) in pic32_uart_verify_port() argument663 if (port->irq != serinfo->irq) in pic32_uart_verify_port()665 if (port->iotype != serinfo->io_type) in pic32_uart_verify_port()667 if (port->mapbase != (unsigned long)serinfo->iomem_base) in pic32_uart_verify_port()
478 struct serial_struct *serinfo) in efm32_uart_verify_port() argument482 if (serinfo->type != PORT_UNKNOWN && serinfo->type != PORT_EFMUART) in efm32_uart_verify_port()
1464 struct serial_struct *serinfo) in pch_uart_verify_port() argument1469 if (serinfo->flags & UPF_LOW_LATENCY) { in pch_uart_verify_port()1473 serinfo->flags &= ~UPF_LOW_LATENCY; in pch_uart_verify_port()
409 static int mps2_uart_verify_port(struct uart_port *port, struct serial_struct *serinfo) in mps2_uart_verify_port() argument
769 struct serial_struct *serinfo) in men_z135_verify_port() argument