is_fg             310 drivers/video/fbdev/core/fbcon.c 	      u16 c, int is_fg)
is_fg             322 drivers/video/fbdev/core/fbcon.c 		color = (is_fg) ? attr_fgcol((vc->vc_hi_font_mask) ? 9 : 8, c)
is_fg             336 drivers/video/fbdev/core/fbcon.c 		color = (is_fg) ? fg : bg;
is_fg             120 drivers/video/fbdev/core/fbcon.h 			      struct fb_info *info, int is_fg)
is_fg             131 drivers/video/fbdev/core/fbcon.h 		return is_fg ? attr_fgcol(shift,vc->vc_video_erase_char)
is_fg             149 drivers/video/fbdev/core/fbcon.h 	return is_fg ? fg : bg;