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

/linux-master/drivers/video/fbdev/core/
H A Dfbcon.c113 static signed char con2fb_map[MAX_NR_CONSOLES]; variable
120 return fbcon_registered_fb[con2fb_map[console]];
501 if (con2fb_map[i] == idx)
512 if (con2fb_map[i] != -1)
529 con2fb_map[i] = info_idx;
536 con2fb_map[i] = -1;
823 int oldidx = con2fb_map[unit];
852 con2fb_map[unit] = newidx;
1002 if (con2fb_map[vc->vc_num] == -1)
1003 con2fb_map[v
[all...]

Completed in 226 milliseconds