Lines Matching defs:con_driver_map
140 static const struct consw *con_driver_map[MAX_NR_CONSOLES];
1009 if (con_driver_map[num])
1010 vc->vc_sw = con_driver_map[num];
3457 con_driver_map[i] = conswitchp;
3617 if (con_driver_map[i])
3618 module_put(con_driver_map[i]->owner);
3620 con_driver_map[i] = csw;
3722 if (con_driver_map[i] == csw) {
3724 con_driver_map[i] = NULL;
3778 if (con_driver_map[i] == defcsw) {
3817 if (con_driver_map[i] == csw) {
3934 if (con_driver_map[i] == csw) {