Symbol: uart_suspend_port
drivers/tty/serial/8250/8250_core.c
596
uart_suspend_port(&serial8250_reg, port);
drivers/tty/serial/8250/8250_platform.c
253
uart_suspend_port(&serial8250_reg, &up->port);
drivers/tty/serial/amba-pl010.c
749
uart_suspend_port(&amba_reg, &uap->port);
drivers/tty/serial/amba-pl011.c
3077
return uart_suspend_port(&amba_reg, &uap->port);
drivers/tty/serial/atmel_serial.c
2763
uart_suspend_port(&atmel_uart, port);
drivers/tty/serial/fsl_linflexuart.c
866
uart_suspend_port(&linflex_reg, sport);
drivers/tty/serial/fsl_lpuart.c
3130
uart_suspend_port(&lpuart_reg, &sport->port);
drivers/tty/serial/imx.c
2782
uart_suspend_port(&imx_uart_uart_driver, &sport->port);
drivers/tty/serial/imx.c
2814
uart_suspend_port(&imx_uart_uart_driver, &sport->port);
drivers/tty/serial/lpc32xx_hs.c
671
uart_suspend_port(&lpc32xx_hs_reg, &p->port);
drivers/tty/serial/ma35d1_serial.c
772
uart_suspend_port(&ma35d1serial_reg, &up->port);
drivers/tty/serial/max3100.c
785
uart_suspend_port(&max3100_uart_driver, &s->port);
drivers/tty/serial/max310x.c
1200
uart_suspend_port(&max310x_uart, &s->p[i].port);
drivers/tty/serial/mpc52xx_uart.c
1782
uart_suspend_port(&mpc52xx_uart_driver, port);
drivers/tty/serial/msm_serial.c
1885
uart_suspend_port(&msm_uart_driver, &port->uart);
drivers/tty/serial/mvebu-uart.c
826
uart_suspend_port(&mvebu_uart_driver, port);
drivers/tty/serial/omap-serial.c
1383
uart_suspend_port(&serial_omap_reg, &up->port);
drivers/tty/serial/pch_uart.c
1775
uart_suspend_port(&pch_uart_driver, &priv->port);
drivers/tty/serial/pmac_zilog.c
1523
uart_suspend_port(&pmz_uart_reg, &uap->port);
drivers/tty/serial/pxa.c
754
uart_suspend_port(&serial_pxa_reg, &sport->port);
drivers/tty/serial/qcom_geni_serial.c
1986
return uart_suspend_port(private_data->drv, uport);
drivers/tty/serial/sa1100.c
812
uart_suspend_port(&sa1100_reg, &sport->port);
drivers/tty/serial/samsung_tty.c
2068
uart_suspend_port(&s3c24xx_uart_drv, port);
drivers/tty/serial/serial-tegra.c
1633
return uart_suspend_port(&tegra_uart_driver, u);
drivers/tty/serial/serial_core.c
2371
EXPORT_SYMBOL(uart_suspend_port);
drivers/tty/serial/serial_txx9.c
1077
uart_suspend_port(&serial_txx9_reg, up);
drivers/tty/serial/serial_txx9.c
1161
uart_suspend_port(&serial_txx9_reg, up);
drivers/tty/serial/sh-sci.c
3964
uart_suspend_port(&sci_uart_driver, &sport->port);
drivers/tty/serial/sifive.c
1089
return uart_suspend_port(&sifive_serial_uart_driver, &ssp->port);
drivers/tty/serial/sprd_serial.c
1269
uart_suspend_port(&sprd_uart_driver, &sup->port);
drivers/tty/serial/st-asc.c
815
return uart_suspend_port(&asc_uart_driver, port);
drivers/tty/serial/stm32-usart.c
2120
uart_suspend_port(&stm32_usart_driver, port);
drivers/tty/serial/sunplus-uart.c
673
uart_suspend_port(&sunplus_uart_driver, &sup->port);
drivers/tty/serial/uartlite.c
715
uart_suspend_port(&ulite_uart_driver, port);
drivers/tty/serial/xilinx_uartps.c
1488
return uart_suspend_port(&cdns_uart_uart_driver, port);
include/linux/serial_core.h
1145
int uart_suspend_port(struct uart_driver *reg, struct uart_port *port);