Searched refs:con_is_bound (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dconsole.h140 int con_is_bound(const struct consw *csw);
/linux-master/drivers/tty/vt/
H A Dvt.c3903 if (!con_is_bound(csw))
3916 if (!con_is_bound(defcsw)) {
3928 if (!con_is_bound(csw))
4067 bind = con_is_bound(con->con);
4107 * con_is_bound - checks if driver is bound to the console
4115 int con_is_bound(const struct consw *csw) function
4130 EXPORT_SYMBOL(con_is_bound); variable
4304 if (con_is_bound(csw))
/linux-master/drivers/pci/
H A Dvgaarb.c176 if (con_is_bound(&vga_con))
/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c836 if (!search_for_mapped_con() || !con_is_bound(&fb_con)) {
1202 if (!con_is_bound(&fb_con))
2897 if (con_is_bound(&fb_con)) {
2920 if (con_is_bound(&fb_con)) {
/linux-master/drivers/video/console/
H A Dnewport_con.c343 if (!con_is_bound(&newport_con) && newport_has_init) {

Completed in 172 milliseconds