Searched refs:do_take_over_console (Results 1 – 3 of 3) sorted by relevance
82 int do_take_over_console(const struct consw *sw, int first, int last, int deflt);
3691 int do_take_over_console(const struct consw *csw, int first, int last, int deflt) in do_take_over_console() function3708 EXPORT_SYMBOL_GPL(do_take_over_console);
545 err = do_take_over_console(&fb_con, first_fb_vc, last_fb_vc, in do_fbcon_takeover()