Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dfbcon-hga.c127 underl = attr_underline(p, c); in fbcon_hga_putc()
154 underl = attr_underline(p, c); in fbcon_hga_putcs()
Dfbcon-mfb.c97 underl = attr_underline(p,c); in fbcon_mfb_putc()
123 underl = attr_underline(p, c); in fbcon_mfb_putcs()
Dfbcon-sti.c201 underl = attr_underline(p,c); in fbcon_sti_putc()
244 underl = attr_underline(p, c); in fbcon_sti_putcs()
Dfbcon-vga.c88 (attr_underline(p, s) ? 0x0100 : 0x0700)) | in fbcon_vga_attr()
Ddn_cfb8.c494 underl = attr_underline(p,conp); in putc_apollofb()
518 underl = attr_underline(p,conp); in putcs_apollofb()
Dfbcon-mac.c278 ch_underline = attr_underline(p,c); in fbcon_mac_putc()
/linux-2.4.37.9/include/video/
Dfbcon.h150 #define attr_underline(p,s) \ macro