Home
last modified time | relevance | path

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

/drivers/tty/serial/
Dclps711x.c514 static struct uart_driver clps711x_reg; variable
522 .data = &clps711x_reg,
537 static struct uart_driver clps711x_reg = { variable
553 ret = uart_register_driver(&clps711x_reg); in clps711xuart_init()
558 uart_add_one_port(&clps711x_reg, &clps711x_ports[i]); in clps711xuart_init()
568 uart_remove_one_port(&clps711x_reg, &clps711x_ports[i]); in clps711xuart_exit()
570 uart_unregister_driver(&clps711x_reg); in clps711xuart_exit()