max310x_uart      279 drivers/tty/serial/max310x.c static struct uart_driver max310x_uart = {
max310x_uart     1164 drivers/tty/serial/max310x.c 		uart_suspend_port(&max310x_uart, &s->p[i].port);
max310x_uart     1178 drivers/tty/serial/max310x.c 		uart_resume_port(&max310x_uart, &s->p[i].port);
max310x_uart     1370 drivers/tty/serial/max310x.c 		ret = uart_add_one_port(&max310x_uart, &s->p[i].port);
max310x_uart     1410 drivers/tty/serial/max310x.c 			uart_remove_one_port(&max310x_uart, &s->p[i].port);
max310x_uart     1430 drivers/tty/serial/max310x.c 		uart_remove_one_port(&max310x_uart, &s->p[i].port);
max310x_uart     1525 drivers/tty/serial/max310x.c 	ret = uart_register_driver(&max310x_uart);
max310x_uart     1543 drivers/tty/serial/max310x.c 	uart_unregister_driver(&max310x_uart);