Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/driver-api/
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-v5.15/include/linux/
Dconsole.h102 int do_unregister_con_driver(const struct consw *csw);
/Linux-v5.15/drivers/gpu/vga/
Dvgaarb.c205 ret = do_unregister_con_driver(&vga_con); in vga_remove_vgacon()
/Linux-v5.15/drivers/tty/vt/
Dvt.c4184 int do_unregister_con_driver(const struct consw *csw) in do_unregister_con_driver() function
4219 EXPORT_SYMBOL_GPL(do_unregister_con_driver);
4288 do_unregister_con_driver(csw); in give_up_console()
/Linux-v5.15/drivers/video/fbdev/core/
Dfbcon.c2828 do_unregister_con_driver(&fb_con); in fbcon_fb_unregistered()
3370 do_unregister_con_driver(&fb_con); in fb_console_exit()