Searched refs:revs (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | fbcon-hga.c | 121 u_int rows, y, bold, revs, underl; in fbcon_hga_putc() local 126 revs = attr_reverse(p, c); in fbcon_hga_putc() 136 if (revs) in fbcon_hga_putc() 147 u_int rows, y, y0, bold, revs, underl; in fbcon_hga_putcs() local 153 revs = attr_reverse(p, c); in fbcon_hga_putcs() 167 if (revs) in fbcon_hga_putcs()
|
D | fbcon-mfb.c | 90 u_int rows, bold, revs, underl; in fbcon_mfb_putc() local 96 revs = attr_reverse(p,c); in fbcon_mfb_putc() 105 if (revs) in fbcon_mfb_putc() 115 u_int rows, bold, revs, underl; in fbcon_mfb_putcs() local 122 revs = attr_reverse(p, c); in fbcon_mfb_putcs() 135 if (revs) in fbcon_mfb_putcs()
|
D | fbcon-sti.c | 194 u_int rows, bold, revs, underl; in fbcon_sti_putc() local 200 revs = attr_reverse(p,c); in fbcon_sti_putc() 209 if (revs) in fbcon_sti_putc() 221 u_int rows, bold, revs, underl; in fbcon_sti_putcs() local 243 revs = attr_reverse(p, c); in fbcon_sti_putcs() 256 if (revs) in fbcon_sti_putcs()
|
D | dn_cfb8.c | 485 u_int rows, bold, revs, underl; in putc_apollofb() local 493 revs = attr_reverse(p,conp); in putc_apollofb() 502 if (revs) in putc_apollofb() 512 u_int rows, bold, revs, underl; in putcs_apollofb() local 517 revs = attr_reverse(p,conp); in putcs_apollofb() 530 if (revs) in putcs_apollofb()
|