Searched refs:serinfo (Results 1 – 5 of 5) sorted by relevance
620 struct serial_struct *serinfo) in bcm_uart_verify_port() argument624 if (port->irq != serinfo->irq) in bcm_uart_verify_port()626 if (port->iotype != serinfo->io_type) in bcm_uart_verify_port()628 if (port->mapbase != (unsigned long)serinfo->iomem_base) in bcm_uart_verify_port()
480 struct serial_struct *serinfo) in efm32_uart_verify_port() argument484 if (serinfo->type != PORT_UNKNOWN && serinfo->type != PORT_EFMUART) in efm32_uart_verify_port()
1498 struct serial_struct *serinfo) in pch_uart_verify_port() argument1503 if (serinfo->flags & UPF_LOW_LATENCY) { in pch_uart_verify_port()1507 serinfo->flags &= ~UPF_LOW_LATENCY; in pch_uart_verify_port()
773 struct serial_struct *serinfo) in men_z135_verify_port() argument
309 verify_port(port,serinfo)310 Verify the new serial port information contained within serinfo is