Home
last modified time | relevance | path

Searched refs:currcons (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/tty/vt/
H A Dvt.c1082 int vc_allocate(unsigned int currcons) /* return 0 on success */ in vc_allocate() argument
1090 if (currcons >= MAX_NR_CONSOLES) in vc_allocate()
1093 if (vc_cons[currcons].d) in vc_allocate()
1106 vc_cons[currcons].d = vc; in vc_allocate()
1109 INIT_WORK(&vc_cons[currcons].SAK_work, vc_SAK); in vc_allocate()
1111 visual_init(vc, currcons, true); in vc_allocate()
1131 vcs_make_sysfs(currcons); in vc_allocate()
1138 vc_cons[currcons].d = NULL; in vc_allocate()
1354 struct vc_data *vc_deallocate(unsigned int currcons) in vc_deallocate() argument
1360 if (vc_cons_allocated(currcons)) { in vc_deallocate()
[all …]