Home
last modified time | relevance | path

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

/linux/Documentation/driver-api/
H A Dconsole.rst113 be fully unbound for this call to succeed. con_is_bound() will check if the
135 con_is_bound() in con->con_deinit() will help. If the call returned
/linux/include/linux/
H A Dconsole.h142 int con_is_bound(const struct consw *csw);
/linux/drivers/tty/vt/
H A Dvt.c3911 if (!con_is_bound(csw)) in do_unbind_con_driver()
3924 if (!con_is_bound(defcsw)) { in do_unbind_con_driver()
3936 if (!con_is_bound(csw)) in do_unbind_con_driver()
4075 bind = con_is_bound(con->con); in show_bind()
4115 * con_is_bound - checks if driver is bound to the console
4123 int con_is_bound(const struct consw *csw)
4138 EXPORT_SYMBOL(con_is_bound); in con_is_bound()
4312 if (con_is_bound(csw)) in do_unregister_con_driver()
4125 int con_is_bound(const struct consw *csw) con_is_bound() function
/linux/drivers/video/console/
H A Dnewport_con.c343 if (!con_is_bound(&newport_con) && newport_has_init) { in newport_deinit()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c854 if (!search_for_mapped_con() || !con_is_bound(&fb_con)) { in set_con2fb_map()
1222 if (!con_is_bound(&fb_con)) in fbcon_deinit()
2917 if (con_is_bound(&fb_con)) { in fbcon_remap_all()
2940 if (con_is_bound(&fb_con)) { in fbcon_select_primary()
/linux/drivers/pci/
H A Dvgaarb.c176 if (con_is_bound(&vga_con)) in vga_remove_vgacon()