Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dconsole.h101 int con_is_bound(const struct consw *csw);
/Linux-v6.1/Documentation/driver-api/
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-v6.1/drivers/tty/vt/
Dvt.c3774 if (!con_is_bound(csw)) in do_unbind_con_driver()
3787 if (!con_is_bound(defcsw)) { in do_unbind_con_driver()
3799 if (!con_is_bound(csw)) in do_unbind_con_driver()
3938 bind = con_is_bound(con->con); in show_bind()
3986 int con_is_bound(const struct consw *csw) in con_is_bound() function
4001 EXPORT_SYMBOL(con_is_bound);
4188 if (con_is_bound(csw)) in do_unregister_con_driver()
/Linux-v6.1/drivers/video/console/
Dnewport_con.c343 if (!con_is_bound(&newport_con) && newport_has_init) { in newport_deinit()
/Linux-v6.1/drivers/video/fbdev/core/
Dfbcon.c836 if (!search_for_mapped_con() || !con_is_bound(&fb_con)) { in set_con2fb_map()
1207 if (!con_is_bound(&fb_con)) in fbcon_deinit()
2937 if (con_is_bound(&fb_con)) { in fbcon_remap_all()
2960 if (con_is_bound(&fb_con)) { in fbcon_select_primary()
/Linux-v6.1/drivers/pci/
Dvgaarb.c179 if (con_is_bound(&vga_con)) in vga_remove_vgacon()