Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dvt.c3265 if (!con_is_bound(csw)) in do_unbind_con_driver()
3278 if (!con_is_bound(defcsw)) { in do_unbind_con_driver()
3290 if (!con_is_bound(csw)) in do_unbind_con_driver()
3426 int bind = con_is_bound(con->con); in show_bind()
3473 int con_is_bound(const struct consw *csw) in con_is_bound() function
3486 EXPORT_SYMBOL(con_is_bound);
3661 if (con_is_bound(csw)) in do_unregister_con_driver()
/drivers/video/console/
Dnewport_con.c344 if (!con_is_bound(&newport_con) && newport_has_init) { in newport_deinit()
Dfbcon.c831 if (!search_for_mapped_con() || !con_is_bound(&fb_con)) { in set_con2fb_map()
1210 if (!con_is_bound(&fb_con)) in fbcon_deinit()
3117 if (con_is_bound(&fb_con)) { in fbcon_remap_all()
3139 if (con_is_bound(&fb_con)) { in fbcon_select_primary()
/drivers/gpu/drm/i915/
Di915_drv.c700 if (con_is_bound(&vga_con)) in i915_kick_out_vgacon()