Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsunhv.c393 static struct uart_driver sunhv_reg = { variable
517 .data = &sunhv_reg,
563 err = sunserial_register_minors(&sunhv_reg, 1); in hv_probe()
568 &sunhv_reg, port->line, false); in hv_probe()
570 err = uart_add_one_port(&sunhv_reg, port); in hv_probe()
583 uart_remove_one_port(&sunhv_reg, port); in hv_probe()
586 sunserial_unregister_minors(&sunhv_reg, 1); in hv_probe()
606 uart_remove_one_port(&sunhv_reg, port); in hv_remove()
608 sunserial_unregister_minors(&sunhv_reg, 1); in hv_remove()