Home
last modified time | relevance | path

Searched refs:scr_memcpyw (Results 1 – 5 of 5) sorted by relevance

/linux/arch/alpha/include/asm/
H A Dvga.h43 extern void scr_memcpyw(u16 *d, const u16 *s, unsigned int count);
/linux/arch/alpha/kernel/
H A Dio.c658 scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function
686 EXPORT_SYMBOL(scr_memcpyw);
691 scr_memcpyw(d, s, count); in scr_memmovew()
/linux/drivers/video/console/
H A Dvgacon.c635 scr_memcpyw((u16 *) c->vc_origin, (u16 *) c->vc_screenbuf, in vgacon_switch()
1132 scr_memcpyw((u16 *) c->vc_screenbuf, (u16 *) c->vc_origin, in vgacon_save_screen()
1153 scr_memcpyw((u16 *) vga_vram_base, in vgacon_scroll()
/linux/drivers/video/fbdev/core/
H A Dfbcon.c638 scr_memcpyw(save + cnt * new_cols, r, 2 * i); in fbcon_prepare_logo()
646 scr_memcpyw(r + step, r, vc->vc_size_row); in fbcon_prepare_logo()
672 scr_memcpyw(q, save, array3_size(logo_lines, new_cols, 2)); in fbcon_prepare_logo()
/linux/drivers/tty/vt/
H A Dvt.c1246 scr_memcpyw((unsigned short *) new_origin, in vc_do_resize()