Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dvt_buffer.h42 static inline void scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function
59 scr_memcpyw(d, s, count); in scr_memmovew()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dvga.h45 #define scr_memcpyw memcpy macro
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dvga.h50 #define scr_memcpyw(d, s, c) memcpy(d, s, c) macro
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dvga.h44 static inline void scr_memcpyw(u16 *d, u16 *s, unsigned int n) in scr_memcpyw() function
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dvga.h42 extern void scr_memcpyw(u16 *d, const u16 *s, unsigned int count);
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dio.c637 scr_memcpyw(u16 *d, const u16 *s, unsigned int count) in scr_memcpyw() function
665 EXPORT_SYMBOL(scr_memcpyw);
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Dvgacon.c649 scr_memcpyw((u16 *) c->vc_origin, (u16 *) c->vc_screenbuf, in vgacon_switch()
1164 scr_memcpyw((u16 *) c->vc_screenbuf, (u16 *) c->vc_origin, in vgacon_save_screen()
1185 scr_memcpyw((u16 *) vga_vram_base, in vgacon_scroll()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dfbcon.c619 scr_memcpyw(save + cnt * new_cols, r, 2 * i); in fbcon_prepare_logo()
627 scr_memcpyw(r + step, r, vc->vc_size_row); in fbcon_prepare_logo()
653 scr_memcpyw(q, save, array3_size(logo_lines, new_cols, 2)); in fbcon_prepare_logo()
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dvt.c1308 scr_memcpyw((unsigned short *) new_origin, in vc_do_resize()