Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/
H A Dconsole.rst32 do_unregister_con_driver()
112 give_up_console() is a wrapper to do_unregister_con_driver(), and a driver must
141 condition is satisfied, then the driver must call do_unregister_con_driver()
144 5. do_unregister_con_driver() can also be called on conditions which make it
/linux/drivers/tty/vt/
H A Dvt.c4508 int do_unregister_con_driver(const struct consw *csw) in do_unregister_con_driver() function
4543 EXPORT_SYMBOL_GPL(do_unregister_con_driver);
4610 do_unregister_con_driver(csw); in give_up_console()