Searched defs:conswitchp (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/vt/
H A Dvt.c123 const struct consw *conswitchp; variable in typeref:struct:consw
729 vc->vc_sw = conswitchp;
2947 if (conswitchp)
2948 display_desc = conswitchp->con_startup();
2959 con_driver->con = conswitchp;
2969 con_driver_map[i] = conswitchp;
3111 if (conswitchp)
3112 module_put(conswitchp->owner);
3115 conswitchp = csw;
3253 const struct consw *defconsw = conswitchp;
[all...]

Completed in 243 milliseconds