tag | line | file | source code |
fsfromto | 1110 | arch/m68k/amiga/amifb.c | static void memcpy_fs(int fsfromto, void *to, void *from, int len); |
fsfromto | 1111 | arch/m68k/amiga/amifb.c | static void copy_cmap(struct fb_cmap *from, struct fb_cmap *to, int fsfromto); |
fsfromto | 4343 | arch/m68k/amiga/amifb.c | static void memcpy_fs(int fsfromto, void *to, void *from, int len) |
fsfromto | 4345 | arch/m68k/amiga/amifb.c | switch (fsfromto) { |
fsfromto | 4359 | arch/m68k/amiga/amifb.c | static void copy_cmap(struct fb_cmap *from, struct fb_cmap *to, int fsfromto) |
fsfromto | 4374 | arch/m68k/amiga/amifb.c | memcpy_fs(fsfromto, to->red+tooff, from->red+fromoff, size); |
fsfromto | 4375 | arch/m68k/amiga/amifb.c | memcpy_fs(fsfromto, to->green+tooff, from->green+fromoff, size); |
fsfromto | 4376 | arch/m68k/amiga/amifb.c | memcpy_fs(fsfromto, to->blue+tooff, from->blue+fromoff, size); |
fsfromto | 4378 | arch/m68k/amiga/amifb.c | memcpy_fs(fsfromto, to->transp+tooff, from->transp+fromoff, size); |
fsfromto | 2483 | arch/m68k/atari/atafb.c | memcpy_fs(int fsfromto, void *to, void *from, int len) |
fsfromto | 2485 | arch/m68k/atari/atafb.c | switch (fsfromto) { |
fsfromto | 2499 | arch/m68k/atari/atafb.c | copy_cmap(struct fb_cmap *from, struct fb_cmap *to, int fsfromto) |
fsfromto | 2514 | arch/m68k/atari/atafb.c | memcpy_fs(fsfromto, to->red+tooff, from->red+fromoff, size); |
fsfromto | 2515 | arch/m68k/atari/atafb.c | memcpy_fs(fsfromto, to->green+tooff, from->green+fromoff, size); |
fsfromto | 2516 | arch/m68k/atari/atafb.c | memcpy_fs(fsfromto, to->blue+tooff, from->blue+fromoff, size); |
fsfromto | 2518 | arch/m68k/atari/atafb.c | memcpy_fs(fsfromto, to->transp+tooff, from->transp+fromoff, size); |