Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dsunhv.c391 static struct uart_driver sunhv_reg = { variable
515 .data = &sunhv_reg,
561 err = sunserial_register_minors(&sunhv_reg, 1); in hv_probe()
566 &sunhv_reg, port->line, false); in hv_probe()
568 err = uart_add_one_port(&sunhv_reg, port); in hv_probe()
581 uart_remove_one_port(&sunhv_reg, port); in hv_probe()
584 sunserial_unregister_minors(&sunhv_reg, 1); in hv_probe()
604 uart_remove_one_port(&sunhv_reg, port); in hv_remove()
606 sunserial_unregister_minors(&sunhv_reg, 1); in hv_remove()