| /linux/drivers/video/fbdev/via/ |
| H A D | viafbdev.c | 670 u32 fg_color; in viafb_fillrect() local 682 fg_color = ((u32 *)info->pseudo_palette)[rect->color]; in viafb_fillrect() 684 fg_color = rect->color; in viafb_fillrect() 695 NULL, 0, 0, 0, 0, fg_color, 0, rop)) in viafb_fillrect() 727 u32 fg_color = 0, bg_color = 0; in viafb_imageblit() local 739 fg_color = in viafb_imageblit() 740 ((u32 *)info->pseudo_palette)[image->fg_color]; in viafb_imageblit() 744 fg_color = image->fg_color; in viafb_imageblit() 754 (u32 *)image->data, 0, 0, 0, 0, fg_color, bg_color, 0)) in viafb_imageblit() 762 u32 temp, xx, yy, bg_color = 0, fg_color = 0, in viafb_cursor() local [all …]
|
| H A D | accel.c | 42 u32 fg_color, u32 bg_color, u8 fill_rop) in hw_bitblt_1() argument 111 writel(fg_color, engine + 0x18); in hw_bitblt_1() 175 u32 fg_color, u32 bg_color, u8 fill_rop) in hw_bitblt_2() argument 273 writel(fg_color, engine + 0x58); in hw_bitblt_2() 275 writel(fg_color, engine + 0x4C); in hw_bitblt_2()
|
| H A D | viafbdev.h | 55 u32 fg_color, u32 bg_color, u8 fill_rop);
|
| /linux/drivers/video/fbdev/savage/ |
| H A D | savagefb_accel.c | 108 fg = image->fg_color; in savagefb_imageblit() 111 fg = ((u32 *)info->pseudo_palette)[image->fg_color]; in savagefb_imageblit()
|
| /linux/include/video/ |
| H A D | sticore.h | 262 u8 fg_color; /* foreground color of character */ member 293 u8 fg_color; /* foreground color after move */ member
|
| /linux/drivers/video/fbdev/mb862xx/ |
| H A D | mb862xxfb_accel.c | 213 ((u32 *) (info->pseudo_palette))[image->fg_color]; in mb86290fb_imageblit() 217 fgcolor = image->fg_color; in mb86290fb_imageblit()
|
| /linux/drivers/video/fbdev/i810/ |
| H A D | i810_accel.c | 380 fg = image->fg_color; in i810fb_imageblit() 385 fg = ((u32 *)(info->pseudo_palette))[image->fg_color]; in i810fb_imageblit()
|
| H A D | i810_main.c | 1509 i810_load_cursor_colors(cursor->image.fg_color, in i810fb_cursor()
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nv_accel.c | 364 fg = image->fg_color | mask; in nvidiafb_mono_color_expand() 367 fg = ((u32 *) info->pseudo_palette)[image->fg_color] | mask; in nvidiafb_mono_color_expand()
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | mach64_accel.c | 359 fg = ((u32*)(info->pseudo_palette))[image->fg_color]; in atyfb_imageblit() 362 fg = image->fg_color; in atyfb_imageblit()
|
| /linux/include/uapi/linux/ |
| H A D | fb.h | 359 __u32 fg_color; /* Only used when a mono bitmap */ member
|
| /linux/drivers/video/fbdev/ |
| H A D | pmag-aa-fb.c | 121 u8 fg = cursor->image.fg_color ? 0xf : 0x0; in aafb_cursor()
|
| H A D | atafb.c | 2549 image->bg_color, image->fg_color); in atafb_imageblit() 2553 image->bg_color, image->fg_color); in atafb_imageblit() 2557 image->bg_color, image->fg_color); in atafb_imageblit() 2561 image->bg_color, image->fg_color); in atafb_imageblit()
|
| H A D | cg6.c | 412 sbus_writel(image->fg_color, &fbc->fg); in cg6_imageblit()
|
| H A D | tgafb.c | 670 fgcolor = image->fg_color;
|
| H A D | imsttfb.c | 1216 int fg_idx = cursor->image.fg_color;
|
| H A D | amifb.c | 3363 image->fg_color); in amifb_imageblit()
|
| /linux/drivers/video/ |
| H A D | sticore.c | 165 .fg_color = c_fg(sti, c), in sti_putc() 202 .fg_color = color, in sti_set() 235 .fg_color = c_fg(sti, c), in sti_clear()
|