Searched refs:do_unregister_con_driver (Results 1 – 5 of 5) sorted by relevance
28 do_unregister_con_driver()102 give_up_console() is a wrapper to do_unregister_con_driver(), and a driver must131 condition is satisfied, then the driver must call do_unregister_con_driver()134 5. do_unregister_con_driver() can also be called on conditions which make it
78 int do_unregister_con_driver(const struct consw *csw);
535 ret = do_unregister_con_driver(&vga_con); in i915_kick_out_vgacon()
3646 int do_unregister_con_driver(const struct consw *csw) in do_unregister_con_driver() function3677 EXPORT_SYMBOL_GPL(do_unregister_con_driver);3713 do_unregister_con_driver(csw); in give_up_console()
3089 do_unregister_con_driver(&fb_con); in fbcon_fb_unregistered()3646 do_unregister_con_driver(&fb_con); in fb_console_exit()