Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Dtty_port.c200 void tty_port_unregister_device(struct tty_port *port, in tty_port_unregister_device() function
211 EXPORT_SYMBOL_GPL(tty_port_unregister_device);
/Linux-v4.19/include/linux/
Dtty.h583 extern void tty_port_unregister_device(struct tty_port *port,
/Linux-v4.19/drivers/tty/serial/
Dserial_core.c2847 tty_port_unregister_device(port, drv->tty_driver, uport->line); in uart_remove_one_port()