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

/linux-4.4.14/drivers/video/fbdev/
H A Dpmag-aa-fb.c103 static int currcon = -1; variable
308 struct display *old = (currcon < 0) ? &ip->disp : (fb_display + currcon); aafb_switch()
315 currcon = con; aafb_switch()
383 if (con == currcon) aafb_update_var()
440 aafb_set_disp(&ip->disp, currcon, ip); init_one()
/linux-4.4.14/drivers/video/console/
H A Dfbcon.c212 if (!ops || ops->currcon == -1) fbcon_rotate()
215 fb_info = registered_fb[con2fb_map[ops->currcon]]; fbcon_rotate()
218 struct display *p = &fb_display[ops->currcon]; fbcon_rotate()
236 if (!ops || ops->currcon < 0 || rotate > 3) fbcon_rotate_all()
381 if (ops && ops->currcon != -1) fb_flashcursor()
382 vc = vc_cons[ops->currcon].d; fb_flashcursor()
779 ops->currcon = fg_console; con2fb_init_display()
957 ops->currcon = -1; fbcon_startup()
2189 prev_console = ops->currcon; fbcon_switch()
2194 * update all info->currcon. Perhaps, we can place this fbcon_switch()
2198 * info->currcon = vc->vc_num; fbcon_switch()
2204 o->currcon = vc->vc_num; fbcon_switch()
2870 if (!ops || ops->currcon < 0) fbcon_suspended()
2872 vc = vc_cons[ops->currcon].d; fbcon_suspended()
2883 if (!ops || ops->currcon < 0) fbcon_resumed()
2885 vc = vc_cons[ops->currcon].d; fbcon_resumed()
2897 if (!ops || ops->currcon < 0) fbcon_modechanged()
2899 vc = vc_cons[ops->currcon].d; fbcon_modechanged()
2901 registered_fb[con2fb_map[ops->currcon]] != info) fbcon_modechanged()
2937 if (!ops || ops->currcon < 0) fbcon_set_all_vcs()
3177 if (!ops || ops->currcon < 0) fbcon_fb_blanked()
3180 vc = vc_cons[ops->currcon].d; fbcon_fb_blanked()
3182 registered_fb[con2fb_map[ops->currcon]] != info) fbcon_fb_blanked()
H A Dfbcon.h72 int currcon; /* Current VC. */ member in struct:fbcon_ops
/linux-4.4.14/drivers/video/fbdev/matrox/
H A Dmatroxfb_base.c1918 /* We do not have to set currcon to 0... register_framebuffer do it for us on first console initMatrox2()
1919 * and we do not want currcon == 0 for subsequent framebuffers */ initMatrox2()

Completed in 156 milliseconds