Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dconsole.h77 int con_is_bound(const struct consw *csw);
/linux-4.4.14/Documentation/console/
Dconsole.txt103 be fully unbound for this call to succeed. con_is_bound() will check if the
125 con_is_bound() in con->con_deinit() will help. If the call returned
/linux-4.4.14/drivers/tty/vt/
Dvt.c3252 if (!con_is_bound(csw)) in do_unbind_con_driver()
3265 if (!con_is_bound(defcsw)) { in do_unbind_con_driver()
3277 if (!con_is_bound(csw)) in do_unbind_con_driver()
3413 int bind = con_is_bound(con->con); in show_bind()
3460 int con_is_bound(const struct consw *csw) in con_is_bound() function
3473 EXPORT_SYMBOL(con_is_bound);
3649 if (con_is_bound(csw)) in do_unregister_con_driver()
/linux-4.4.14/drivers/video/console/
Dnewport_con.c344 if (!con_is_bound(&newport_con) && newport_has_init) { in newport_deinit()
Dfbcon.c832 if (!search_for_mapped_con() || !con_is_bound(&fb_con)) { in set_con2fb_map()
1206 if (!con_is_bound(&fb_con)) in fbcon_deinit()
3106 if (con_is_bound(&fb_con)) { in fbcon_remap_all()
3128 if (con_is_bound(&fb_con)) { in fbcon_select_primary()
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_dma.c516 if (con_is_bound(&vga_con)) in i915_kick_out_vgacon()