Home
last modified time | relevance | path

Searched refs:con_is_bound (Results 1 – 2 of 2) 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/drivers/tty/vt/
H A Dvt.c4136 if (!con_is_bound(csw)) in do_unbind_con_driver()
4149 if (!con_is_bound(defcsw)) { in do_unbind_con_driver()
4161 if (!con_is_bound(csw)) in do_unbind_con_driver()
4298 bind = con_is_bound(con->con); in show_bind()
4345 int con_is_bound(const struct consw *csw) in con_is_bound() function
4360 EXPORT_SYMBOL(con_is_bound);
4513 if (con_is_bound(csw)) in do_unregister_con_driver()