Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dbcm63xx_uart.c618 struct serial_struct *serinfo) in bcm_uart_verify_port() argument
622 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()
H A Dpic32_uart.c659 struct serial_struct *serinfo) in pic32_uart_verify_port() argument
663 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()
H A Defm32-uart.c478 struct serial_struct *serinfo) in efm32_uart_verify_port() argument
482 if (serinfo->type != PORT_UNKNOWN && serinfo->type != PORT_EFMUART) in efm32_uart_verify_port()
H A Dpch_uart.c1460 struct serial_struct *serinfo) in pch_uart_verify_port() argument
1465 if (serinfo->flags & UPF_LOW_LATENCY) { in pch_uart_verify_port()
1469 serinfo->flags &= ~UPF_LOW_LATENCY; in pch_uart_verify_port()
H A Dmps2-uart.c409 static int mps2_uart_verify_port(struct uart_port *port, struct serial_struct *serinfo) in mps2_uart_verify_port() argument
H A Dmen_z135_uart.c769 struct serial_struct *serinfo) in men_z135_verify_port() argument
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Ddriver.rst375 verify_port(port,serinfo)
376 Verify the new serial port information contained within serinfo is