Home
last modified time | relevance | path

Searched refs:attr_bold (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/drivers/video/
Dfbcon-hga.c125 bold = attr_bold(p, c); in fbcon_hga_putc()
152 bold = attr_bold(p, c); in fbcon_hga_putcs()
Dfbcon-mfb.c95 bold = attr_bold(p,c); in fbcon_mfb_putc()
121 bold = attr_bold(p, c); in fbcon_mfb_putcs()
Dfbcon-sti.c199 bold = attr_bold(p,c); in fbcon_sti_putc()
242 bold = attr_bold(p, c); in fbcon_sti_putcs()
Dfbcon-vga.c89 (attr_bold(p, s) ? 0x0800 : 0) | in fbcon_vga_attr()
Ddn_cfb8.c492 bold = attr_bold(p,conp); in putc_apollofb()
516 bold = attr_bold(p,conp); in putcs_apollofb()
Dfbcon-mac.c276 bold = attr_bold(p,c); in fbcon_mac_putc()
/linux-2.4.37.9/include/video/
Dfbcon.h146 #define attr_bold(p,s) \ macro