Lines Matching defs:con_driver_map
140 static const struct consw *con_driver_map[MAX_NR_CONSOLES];
1061 if (con_driver_map[num])
1062 vc->vc_sw = con_driver_map[num];
3521 con_driver_map[i] = conswitchp;
3686 if (con_driver_map[i])
3687 module_put(con_driver_map[i]->owner);
3689 con_driver_map[i] = csw;
3791 if (con_driver_map[i] == csw) {
3793 con_driver_map[i] = NULL;
3847 if (con_driver_map[i] == defcsw) {
3886 if (con_driver_map[i] == csw) {
4003 if (con_driver_map[i] == csw) {