Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/serial/
Dsunhv.c396 static struct uart_driver sunhv_reg = { variable
520 .data = &sunhv_reg,
566 err = sunserial_register_minors(&sunhv_reg, 1); in hv_probe()
571 &sunhv_reg, port->line, false); in hv_probe()
573 err = uart_add_one_port(&sunhv_reg, port); in hv_probe()
586 uart_remove_one_port(&sunhv_reg, port); in hv_probe()
589 sunserial_unregister_minors(&sunhv_reg, 1); in hv_probe()
609 uart_remove_one_port(&sunhv_reg, port); in hv_remove()
611 sunserial_unregister_minors(&sunhv_reg, 1); in hv_remove()