Home
last modified time | relevance | path

Searched refs:con_is_bound (Results 1 – 4 of 4) sorted by relevance

/drivers/tty/vt/
Dvt.c3613 if (!con_is_bound(csw)) in do_unbind_con_driver()
3626 if (!con_is_bound(defcsw)) { in do_unbind_con_driver()
3638 if (!con_is_bound(csw)) in do_unbind_con_driver()
3777 bind = con_is_bound(con->con); in show_bind()
3825 int con_is_bound(const struct consw *csw) in con_is_bound() function
3840 EXPORT_SYMBOL(con_is_bound);
4028 if (con_is_bound(csw)) in do_unregister_con_driver()
/drivers/video/console/
Dnewport_con.c345 if (!con_is_bound(&newport_con) && newport_has_init) { in newport_deinit()
/drivers/video/fbdev/core/
Dfbcon.c879 if (!search_for_mapped_con() || !con_is_bound(&fb_con)) { in set_con2fb_map()
1276 if (!con_is_bound(&fb_con)) in fbcon_deinit()
3189 if (con_is_bound(&fb_con)) { in fbcon_remap_all()
3212 if (con_is_bound(&fb_con)) { in fbcon_select_primary()
/drivers/gpu/vga/
Dvgaarb.c203 if (con_is_bound(&vga_con)) in vga_remove_vgacon()