Home
last modified time | relevance | path

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

/drivers/char/
Dvt.c3154 if (!con_is_bound(csw)) { in unbind_con_driver()
3169 if (!con_is_bound(defcsw)) { in unbind_con_driver()
3181 if (!con_is_bound(csw)) in unbind_con_driver()
3312 int bind = con_is_bound(con->con); in show_bind()
3375 int con_is_bound(const struct consw *csw) in con_is_bound() function
3388 EXPORT_SYMBOL(con_is_bound);
3488 if (con_is_bound(csw)) in unregister_con_driver()
/drivers/video/console/
Dnewport_con.c345 if (!con_is_bound(&newport_con) && newport_has_init) { in newport_deinit()
Dfbcon.c1170 if (!con_is_bound(&fb_con)) in fbcon_deinit()
3006 if (con_is_bound(&fb_con)) { in fbcon_select_primary()