Lines Matching refs:con_driver_map
139 static const struct consw *con_driver_map[MAX_NR_CONSOLES];
1005 if (con_driver_map[num])
1006 vc->vc_sw = con_driver_map[num];
3734 con_driver_map[i] = conswitchp;
3897 if (con_driver_map[i])
3898 module_put(con_driver_map[i]->owner);
3900 con_driver_map[i] = csw;
4002 if (con_driver_map[i] == csw) {
4004 con_driver_map[i] = NULL;
4058 if (con_driver_map[i] == defcsw) {
4097 if (con_driver_map[i] == csw) {
4214 if (con_driver_map[i] == csw) {