Searched refs:vc_video_erase_char (Results 1 – 13 of 13) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | newport_con.c | 621 if (scr_readw(d) != vc->vc_video_erase_char) { in newport_scroll() 622 newport_putc(vc, vc->vc_video_erase_char, in newport_scroll() 624 scr_writew(vc->vc_video_erase_char, d); in newport_scroll() 656 if (scr_readw(d) != vc->vc_video_erase_char) { in newport_scroll() 657 newport_putc(vc, vc->vc_video_erase_char, in newport_scroll() 659 scr_writew(vc->vc_video_erase_char, d); in newport_scroll()
|
D | fbcon-vga.c | 135 vga_memsetw(dest, conp->vc_video_erase_char, height*width); in fbcon_vga_clear() 138 vga_memsetw(dest, conp->vc_video_erase_char, width); in fbcon_vga_clear()
|
D | mdacon.c | 451 u16 eattr = mda_convert_attr(c->vc_video_erase_char); in mdacon_clear() 511 mda_convert_attr(c->vc_video_erase_char), in mdacon_blank() 557 u16 eattr = mda_convert_attr(c->vc_video_erase_char); in mdacon_scroll()
|
D | fbcon-hga.c | 93 int inverse = conp ? attr_reverse(p,conp->vc_video_erase_char) : 0; in fbcon_hga_clear() 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() 159 int inverse = conp ? attr_reverse(p,conp->vc_video_erase_char) : 0; in fbcon_mfb_clear_margins()
|
D | fbcon.c | 669 if (scr_readw(r) != conp->vc_video_erase_char) in fbcon_setup() 675 scr_memsetw(save, conp->vc_video_erase_char, logo_lines * nr_cols * 2); in fbcon_setup() 694 erase_char = conp->vc_video_erase_char; in fbcon_setup() 1378 conp->vc_video_erase_char, in fbcon_scroll() 1438 conp->vc_video_erase_char, in fbcon_scroll() 1590 oldc = conp->vc_video_erase_char; in fbcon_blank() 1591 conp->vc_video_erase_char &= p->charmask; in fbcon_blank() 1599 conp->vc_video_erase_char = oldc; in fbcon_blank() 1725 c = conp->vc_video_erase_char; in fbcon_do_set_font() 1726 conp->vc_video_erase_char = ((c & 0xfe00) >> 1) | (c & 0xff); in fbcon_do_set_font() [all …]
|
D | fbcon-sti.c | 172 int inverse = conp ? attr_reverse(p,conp->vc_video_erase_char) : 0; in fbcon_sti_clear() 284 int inverse = conp ? attr_reverse(p,conp->vc_video_erase_char) : 0; in fbcon_sti_clear_margins()
|
D | vgacon.c | 1002 scr_memsetw((u16 *)(c->vc_origin + c->vc_screenbuf_size - delta), c->vc_video_erase_char, delta); in vgacon_scroll() 1013 scr_memsetw((u16 *)(c->vc_origin), c->vc_video_erase_char, delta); in vgacon_scroll()
|
/linux-2.4.37.9/drivers/video/sti/ |
D | sticon.c | 184 sti_clear(sti, b - count, 0, count, conp->vc_cols, conp->vc_video_erase_char); in sticon_scroll() 189 sti_clear(sti, t, 0, count, conp->vc_cols, conp->vc_video_erase_char); in sticon_scroll() 243 sti_clear(default_sti, sy, sx, height, width, conp->vc_video_erase_char); in sticon_clear()
|
/linux-2.4.37.9/include/linux/ |
D | console_struct.h | 33 unsigned short vc_video_erase_char; /* Background erase character */ member
|
/linux-2.4.37.9/drivers/char/ |
D | console_macros.h | 29 #define video_erase_char (vc_cons[currcons].d->vc_video_erase_char)
|
/linux-2.4.37.9/include/video/ |
D | fbcon.h | 143 ((conp) ? (((conp)->vc_video_erase_char >> ((p)->bgshift)) & 0x0f) : 0)
|
/linux-2.4.37.9/drivers/video/matrox/ |
D | matroxfb_accel.c | 875 …val = ntohs((attr_bgcol(p, conp->vc_video_erase_char) << 4) | attr_fgcol(p, conp->vc_video_erase_c… in matrox_text_clear()
|