Home
last modified time | relevance | path

Searched refs:is_fg (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/video/fbdev/core/
Dfbcon.h120 struct fb_info *info, int is_fg) in attr_col_ec() argument
131 return is_fg ? attr_fgcol(shift,vc->vc_video_erase_char) in attr_col_ec()
149 return is_fg ? fg : bg; in attr_col_ec()
Dfbcon.c310 u16 c, int is_fg) in get_color() argument
322 color = (is_fg) ? attr_fgcol((vc->vc_hi_font_mask) ? 9 : 8, c) in get_color()
336 color = (is_fg) ? fg : bg; in get_color()