Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/bcm-vk/
Dbcm_vk_tty.c291 tty_port_unregister_device(&vk->tty[i].port, tty_drv, i); in bcm_vk_tty_init()
310 tty_port_unregister_device(&vk->tty[i].port, in bcm_vk_tty_exit()
/linux-6.1.9/include/linux/
Dtty_port.h156 void tty_port_unregister_device(struct tty_port *port,
/linux-6.1.9/drivers/tty/
Dtty_port.c232 void tty_port_unregister_device(struct tty_port *port, in tty_port_unregister_device() function
243 EXPORT_SYMBOL_GPL(tty_port_unregister_device);
/linux-6.1.9/drivers/tty/serial/
Dserial_core.c3181 tty_port_unregister_device(port, drv->tty_driver, uport->line); in uart_remove_one_port()