Searched refs:s3c24xx_uart_drv (Results 1 – 1 of 1) sorted by relevance
1732 static struct uart_driver s3c24xx_uart_drv = { variable 2039 if (!s3c24xx_uart_drv.state) { in s3c24xx_serial_probe() 2040 ret = uart_register_driver(&s3c24xx_uart_drv); in s3c24xx_serial_probe() 2048 uart_add_one_port(&s3c24xx_uart_drv, &ourport->port); in s3c24xx_serial_probe() 2070 uart_remove_one_port(&s3c24xx_uart_drv, port); in s3c24xx_serial_remove() 2072 uart_unregister_driver(&s3c24xx_uart_drv); in s3c24xx_serial_remove() 2082 uart_suspend_port(&s3c24xx_uart_drv, port); in s3c24xx_serial_suspend() 2101 uart_resume_port(&s3c24xx_uart_drv, port); in s3c24xx_serial_resume() 2399 .data = &s3c24xx_uart_drv,