Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dfbcon.h97 #define attr_fgcol(fgshift,s) \ macro
133 return is_fg ? attr_fgcol(shift,vc->vc_video_erase_char) in attr_col_ec()
H A Dfbcon.c312 color = (is_fg) ? attr_fgcol((vc->vc_hi_font_mask) ? 9 : 8, c) in get_color()
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dfbcon.h95 #define attr_fgcol(fgshift,s) \ macro
131 return is_fg ? attr_fgcol(shift,vc->vc_video_erase_char) in attr_col_ec()
H A Dfbcon.c294 color = (is_fg) ? attr_fgcol((vc->vc_hi_font_mask) ? 9 : 8, c) in get_color()

Completed in 10 milliseconds