Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/console/
Dconsole.txt29 do_unregister_con_driver()
103 give_up_console() is a wrapper to do_unregister_con_driver(), and a driver must
132 condition is satisfied, then the driver must call do_unregister_con_driver()
135 5. do_unregister_con_driver() can also be called on conditions which make it
/Linux-v4.19/include/linux/
Dconsole.h107 int do_unregister_con_driver(const struct consw *csw);
/Linux-v4.19/drivers/tty/vt/
Dvt.c3987 int do_unregister_con_driver(const struct consw *csw) in do_unregister_con_driver() function
4022 EXPORT_SYMBOL_GPL(do_unregister_con_driver);
4091 do_unregister_con_driver(csw); in give_up_console()
/Linux-v4.19/drivers/video/fbdev/core/
Dfbcon.c3144 do_unregister_con_driver(&fb_con); in fbcon_fb_unregistered()
3759 do_unregister_con_driver(&fb_con); in fb_console_exit()
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_drv.c766 ret = do_unregister_con_driver(&vga_con); in i915_kick_out_vgacon()