Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dsunhv.c391 static struct uart_driver sunhv_reg = { variable
515 .data = &sunhv_reg,
560 err = sunserial_register_minors(&sunhv_reg, 1); in hv_probe()
565 &sunhv_reg, port->line, false); in hv_probe()
567 err = uart_add_one_port(&sunhv_reg, port); in hv_probe()
580 uart_remove_one_port(&sunhv_reg, port); in hv_probe()
583 sunserial_unregister_minors(&sunhv_reg, 1); in hv_probe()
603 uart_remove_one_port(&sunhv_reg, port); in hv_remove()
605 sunserial_unregister_minors(&sunhv_reg, 1); in hv_remove()