is_mono01 122 drivers/video/fbdev/core/fbcon.h int is_mono01; is_mono01 138 drivers/video/fbdev/core/fbcon.h is_mono01 = info->fix.visual == FB_VISUAL_MONO01; is_mono01 141 drivers/video/fbdev/core/fbcon.h fg = is_mono01 ? col : 0; is_mono01 142 drivers/video/fbdev/core/fbcon.h bg = is_mono01 ? 0 : col; is_mono01 145 drivers/video/fbdev/core/fbcon.h fg = is_mono01 ? 0 : col; is_mono01 146 drivers/video/fbdev/core/fbcon.h bg = is_mono01 ? col : 0;