Searched refs:con_driver_map (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/vt/
H A Dvt.c140 static const struct consw *con_driver_map[MAX_NR_CONSOLES]; variable in typeref:struct:consw
997 if (con_driver_map[num])
998 vc->vc_sw = con_driver_map[num];
3643 con_driver_map[i] = conswitchp;
3805 if (con_driver_map[i])
3806 module_put(con_driver_map[i]->owner);
3808 con_driver_map[i] = csw;
3910 if (con_driver_map[i] == csw) {
3912 con_driver_map[i] = NULL;
3966 if (con_driver_map[
[all...]

Completed in 104 milliseconds