Searched refs:FB_VISUAL_MONO01 (Results 1 – 8 of 8) sorted by relevance
334 display->inverse = (fix.visual == FB_VISUAL_MONO01 ? !inverse : inverse); in fbgen_set_disp()336 display->inverse = fix.visual == FB_VISUAL_MONO01; in fbgen_set_disp()
244 fix->visual = FB_VISUAL_MONO01; in bwtwofb_init()
941 video_visual = FB_VISUAL_MONO01; in macfb_init()984 video_visual = FB_VISUAL_MONO01; in macfb_init()
480 fix->visual = FB_VISUAL_MONO01; in vfb_encode_fix()
476 fix->visual=FB_VISUAL_MONO01; in tt_encode_fix()2116 FB_VISUAL_MONO01; in ext_encode_fix()2484 (fix.visual == FB_VISUAL_MONO01 ? !inverse : inverse); in atafb_set_disp()
1580 if (p->visual == FB_VISUAL_MONO01) { in fbcon_blank()2408 unsigned char inverse = p->inverse || p->visual == FB_VISUAL_MONO01 in fbcon_show_logo()
57 Monochrome (FB_VISUAL_MONO01 and FB_VISUAL_MONO10)
52 #define FB_VISUAL_MONO01 0 /* Monochr. 1=Black 0=White */ macro