Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dfbcon-hga.c93 int inverse = conp ? attr_reverse(p,conp->vc_video_erase_char) : 0; in fbcon_hga_clear()
126 revs = attr_reverse(p, c); in fbcon_hga_putc()
153 revs = attr_reverse(p, c); in fbcon_hga_putcs()
193 int inverse = conp ? attr_reverse(p,conp->vc_video_erase_char) : 0; in fbcon_hga_clear_margins()
Dfbcon-mfb.c69 int inverse = conp ? attr_reverse(p,conp->vc_video_erase_char) : 0; in fbcon_mfb_clear()
96 revs = attr_reverse(p,c); in fbcon_mfb_putc()
122 revs = attr_reverse(p, c); in fbcon_mfb_putcs()
159 int inverse = conp ? attr_reverse(p,conp->vc_video_erase_char) : 0; in fbcon_mfb_clear_margins()
Dfbcon-sti.c172 int inverse = conp ? attr_reverse(p,conp->vc_video_erase_char) : 0; in fbcon_sti_clear()
200 revs = attr_reverse(p,c); in fbcon_sti_putc()
243 revs = attr_reverse(p, c); in fbcon_sti_putcs()
284 int inverse = conp ? attr_reverse(p,conp->vc_video_erase_char) : 0; in fbcon_sti_clear_margins()
Ddn_cfb8.c469 if (attr_reverse(p,conp)) in clear_apollofb()
475 if (attr_reverse(p,conp)) in clear_apollofb()
493 revs = attr_reverse(p,conp); in putc_apollofb()
517 revs = attr_reverse(p,conp); in putcs_apollofb()
Dfbcon-mac.c198 inverse = conp ? attr_reverse(p,conp->vc_attr) : 0; in fbcon_mac_clear()
277 ch_reverse = attr_reverse(p,c); in fbcon_mac_putc()
Dfbcon-vga.c87 return (attr_reverse(p, s) ? 0x7000 : in fbcon_vga_attr()
/linux-2.4.37.9/include/video/
Dfbcon.h148 #define attr_reverse(p,s) \ macro