Searched refs:attr_bold (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | fbcon-hga.c | 125 bold = attr_bold(p, c); in fbcon_hga_putc() 152 bold = attr_bold(p, c); in fbcon_hga_putcs()
|
D | fbcon-mfb.c | 95 bold = attr_bold(p,c); in fbcon_mfb_putc() 121 bold = attr_bold(p, c); in fbcon_mfb_putcs()
|
D | fbcon-sti.c | 199 bold = attr_bold(p,c); in fbcon_sti_putc() 242 bold = attr_bold(p, c); in fbcon_sti_putcs()
|
D | fbcon-vga.c | 89 (attr_bold(p, s) ? 0x0800 : 0) | in fbcon_vga_attr()
|
D | dn_cfb8.c | 492 bold = attr_bold(p,conp); in putc_apollofb() 516 bold = attr_bold(p,conp); in putcs_apollofb()
|
D | fbcon-mac.c | 276 bold = attr_bold(p,c); in fbcon_mac_putc()
|
/linux-2.4.37.9/include/video/ |
D | fbcon.h | 146 #define attr_bold(p,s) \ macro
|