currcon           236 drivers/video/fbdev/core/fbcon.c 	if (!ops || ops->currcon == -1)
currcon           239 drivers/video/fbdev/core/fbcon.c 	fb_info = registered_fb[con2fb_map[ops->currcon]];
currcon           242 drivers/video/fbdev/core/fbcon.c 		struct fbcon_display *p = &fb_display[ops->currcon];
currcon           260 drivers/video/fbdev/core/fbcon.c 	if (!ops || ops->currcon < 0 || rotate > 3)
currcon           404 drivers/video/fbdev/core/fbcon.c 	if (ops && ops->currcon != -1)
currcon           405 drivers/video/fbdev/core/fbcon.c 		vc = vc_cons[ops->currcon].d;
currcon           824 drivers/video/fbdev/core/fbcon.c 	ops->currcon = fg_console;
currcon          1004 drivers/video/fbdev/core/fbcon.c 	ops->currcon = -1;
currcon          2262 drivers/video/fbdev/core/fbcon.c 	prev_console = ops->currcon;
currcon          2277 drivers/video/fbdev/core/fbcon.c 			o->currcon = vc->vc_num;
currcon          2940 drivers/video/fbdev/core/fbcon.c 	if (!ops || ops->currcon < 0)
currcon          2942 drivers/video/fbdev/core/fbcon.c 	vc = vc_cons[ops->currcon].d;
currcon          2953 drivers/video/fbdev/core/fbcon.c 	if (!ops || ops->currcon < 0)
currcon          2955 drivers/video/fbdev/core/fbcon.c 	vc = vc_cons[ops->currcon].d;
currcon          2967 drivers/video/fbdev/core/fbcon.c 	if (!ops || ops->currcon < 0)
currcon          2969 drivers/video/fbdev/core/fbcon.c 	vc = vc_cons[ops->currcon].d;
currcon          2971 drivers/video/fbdev/core/fbcon.c 	    registered_fb[con2fb_map[ops->currcon]] != info)
currcon          3007 drivers/video/fbdev/core/fbcon.c 	if (!ops || ops->currcon < 0)
currcon          3271 drivers/video/fbdev/core/fbcon.c 	if (!ops || ops->currcon < 0)
currcon          3274 drivers/video/fbdev/core/fbcon.c 	vc = vc_cons[ops->currcon].d;
currcon          3276 drivers/video/fbdev/core/fbcon.c 			registered_fb[con2fb_map[ops->currcon]] != info)
currcon            73 drivers/video/fbdev/core/fbcon.h         int    currcon;	                /* Current VC. */