Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/include/linux/
H A Dconsole.h102 int con_is_bound(const struct consw *csw);
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dvt.c3784 if (!con_is_bound(csw)) in do_unbind_con_driver()
3797 if (!con_is_bound(defcsw)) { in do_unbind_con_driver()
3809 if (!con_is_bound(csw)) in do_unbind_con_driver()
3948 bind = con_is_bound(con->con); in show_bind()
3996 int con_is_bound(const struct consw *csw) in con_is_bound() function
4011 EXPORT_SYMBOL(con_is_bound);
4198 if (con_is_bound(csw)) in do_unregister_con_driver()
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Dnewport_con.c343 if (!con_is_bound(&newport_con) && newport_has_init) { in newport_deinit()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbcon.c860 if (!search_for_mapped_con() || !con_is_bound(&fb_con)) { in set_con2fb_map()
1230 if (!con_is_bound(&fb_con)) in fbcon_deinit()
2952 if (con_is_bound(&fb_con)) { in fbcon_remap_all()
2975 if (con_is_bound(&fb_con)) { in fbcon_select_primary()
/OK3568_Linux_fs/kernel/drivers/gpu/vga/
H A Dvgaarb.c203 if (con_is_bound(&vga_con)) in vga_remove_vgacon()