Searched refs:attr_reverse (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | fbcon-hga.c | 93 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()
|
D | fbcon-mfb.c | 69 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()
|
D | fbcon-sti.c | 172 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()
|
D | dn_cfb8.c | 469 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()
|
D | fbcon-mac.c | 198 inverse = conp ? attr_reverse(p,conp->vc_attr) : 0; in fbcon_mac_clear() 277 ch_reverse = attr_reverse(p,c); in fbcon_mac_putc()
|
D | fbcon-vga.c | 87 return (attr_reverse(p, s) ? 0x7000 : in fbcon_vga_attr()
|
/linux-2.4.37.9/include/video/ |
D | fbcon.h | 148 #define attr_reverse(p,s) \ macro
|