uart_suspend_port  761 drivers/tty/serial/8250/8250_core.c 	uart_suspend_port(&serial8250_reg, port);
uart_suspend_port  865 drivers/tty/serial/8250/8250_core.c 			uart_suspend_port(&serial8250_reg, &up->port);
uart_suspend_port  786 drivers/tty/serial/amba-pl010.c 		uart_suspend_port(&amba_reg, &uap->port);
uart_suspend_port 2672 drivers/tty/serial/amba-pl011.c 	return uart_suspend_port(&amba_reg, &uap->port);
uart_suspend_port 2750 drivers/tty/serial/atmel_serial.c 	uart_suspend_port(&atmel_uart, port);
uart_suspend_port  892 drivers/tty/serial/fsl_linflexuart.c 	uart_suspend_port(&linflex_reg, sport);
uart_suspend_port 2540 drivers/tty/serial/fsl_lpuart.c 	uart_suspend_port(&lpuart_reg, &sport->port);
uart_suspend_port 2510 drivers/tty/serial/imx.c 	uart_suspend_port(&imx_uart_uart_driver, &sport->port);
uart_suspend_port 2542 drivers/tty/serial/imx.c 	uart_suspend_port(&imx_uart_uart_driver, &sport->port);
uart_suspend_port  703 drivers/tty/serial/lpc32xx_hs.c 	uart_suspend_port(&lpc32xx_hs_reg, &p->port);
uart_suspend_port  854 drivers/tty/serial/max3100.c 	uart_suspend_port(&max3100_uart_driver, &s->port);
uart_suspend_port 1164 drivers/tty/serial/max310x.c 		uart_suspend_port(&max310x_uart, &s->p[i].port);
uart_suspend_port 1827 drivers/tty/serial/mpc52xx_uart.c 		uart_suspend_port(&mpc52xx_uart_driver, port);
uart_suspend_port 1839 drivers/tty/serial/msm_serial.c 	uart_suspend_port(&msm_uart_driver, &port->uart);
uart_suspend_port  755 drivers/tty/serial/mvebu-uart.c 	uart_suspend_port(&mvebu_uart_driver, port);
uart_suspend_port 1503 drivers/tty/serial/omap-serial.c 	uart_suspend_port(&serial_omap_reg, &up->port);
uart_suspend_port 1871 drivers/tty/serial/pch_uart.c 	uart_suspend_port(&pch_uart_driver, &priv->port);
uart_suspend_port 1610 drivers/tty/serial/pmac_zilog.c 	uart_suspend_port(&pmz_uart_reg, &uap->port);
uart_suspend_port  780 drivers/tty/serial/pnx8xxx_uart.c 	return uart_suspend_port(&pnx8xxx_reg, &sport->port);
uart_suspend_port  801 drivers/tty/serial/pxa.c                 uart_suspend_port(&serial_pxa_reg, &sport->port);
uart_suspend_port 1337 drivers/tty/serial/qcom_geni_serial.c 	return uart_suspend_port(uport->private_data, uport);
uart_suspend_port  845 drivers/tty/serial/sa1100.c 		uart_suspend_port(&sa1100_reg, &sport->port);
uart_suspend_port 1977 drivers/tty/serial/samsung.c 		uart_suspend_port(&s3c24xx_uart_drv, port);
uart_suspend_port 1633 drivers/tty/serial/serial-tegra.c 	return uart_suspend_port(&tegra_uart_driver, u);
uart_suspend_port 3087 drivers/tty/serial/serial_core.c EXPORT_SYMBOL(uart_suspend_port);
uart_suspend_port 1134 drivers/tty/serial/serial_txx9.c 			uart_suspend_port(&serial_txx9_reg, &up->port);
uart_suspend_port 1218 drivers/tty/serial/serial_txx9.c 		uart_suspend_port(&serial_txx9_reg, &up->port);
uart_suspend_port 3382 drivers/tty/serial/sh-sci.c 		uart_suspend_port(&sci_uart_driver, &sport->port);
uart_suspend_port 1451 drivers/tty/serial/sirfsoc_uart.c 	uart_suspend_port(&sirfsoc_uart_drv, port);
uart_suspend_port 1249 drivers/tty/serial/sprd_serial.c 	uart_suspend_port(&sprd_uart_driver, &sup->port);
uart_suspend_port  847 drivers/tty/serial/st-asc.c 	return uart_suspend_port(&asc_uart_driver, port);
uart_suspend_port 1374 drivers/tty/serial/stm32-usart.c 	uart_suspend_port(&stm32_usart_driver, port);
uart_suspend_port  723 drivers/tty/serial/uartlite.c 		uart_suspend_port(pdata->ulite_uart_driver, port);
uart_suspend_port  915 drivers/tty/serial/vr41xx_siu.c 			uart_suspend_port(&siu_uart_driver, port);
uart_suspend_port 1309 drivers/tty/serial/xilinx_uartps.c 	return uart_suspend_port(cdns_uart->cdns_uart_driver, port);
uart_suspend_port  419 include/linux/serial_core.h int uart_suspend_port(struct uart_driver *reg, struct uart_port *port);