| /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/staging/sm750fb/ |
| H A D | sm750.c | 136 fg = ((info->cmap.red[fbcursor->image.fg_color] & 0xf800)) | in lynxfb_ops_cursor() 137 ((info->cmap.green[fbcursor->image.fg_color] & 0xfc00) >> 5) | in lynxfb_ops_cursor() 138 ((info->cmap.blue[fbcursor->image.fg_color] & 0xf800) >> 11); in lynxfb_ops_cursor() 260 fgcol = ((u32 *)info->pseudo_palette)[image->fg_color]; in lynxfb_ops_imageblit() 263 fgcol = image->fg_color; in lynxfb_ops_imageblit()
|
| /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()
|
| /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()
|
| H A D | nvidia.c | 559 u32 fg_idx = cursor->image.fg_color; in nvidiafb_cursor()
|
| /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/drivers/video/fbdev/ |
| H A D | cirrusfb.c | 405 u32 fg_color, u32 bg_color, 1831 fg = image->fg_color; in cirrusfb_imageblit() 1834 fg = ((u32 *)(info->pseudo_palette))[image->fg_color]; in cirrusfb_imageblit() 2704 u32 fg_color, u32 bg_color, u_short line_length, in cirrusfb_RectFill() argument 2715 vga_wgfx(regbase, VGA_GFX_SR_ENABLE, fg_color); in cirrusfb_RectFill() 2720 vga_wgfx(regbase, CL_GR11, fg_color >> 8); in cirrusfb_RectFill() 2725 vga_wgfx(regbase, CL_GR13, fg_color >> 16); in cirrusfb_RectFill() 2730 vga_wgfx(regbase, CL_GR15, fg_color >> 24); in cirrusfb_RectFill()
|
| H A D | pmag-aa-fb.c | 121 u8 fg = cursor->image.fg_color ? 0xf : 0x0; in aafb_cursor()
|
| H A D | pm2fb.c | 1178 fgx = image->fg_color; in pm2fb_imageblit() 1183 fgx = par->palette[image->fg_color]; in pm2fb_imageblit() 1301 u32 fg_idx = cursor->image.fg_color; in pm2vfb_cursor() 1410 u32 fg_idx = cursor->image.fg_color; in pm2fb_cursor()
|
| H A D | pm3fb.c | 527 fgx = image->fg_color; in pm3fb_imageblit() 532 fgx = par->palette[image->fg_color]; in pm3fb_imageblit() 659 u32 fg_idx = cursor->image.fg_color; in pm3fb_cursor()
|
| H A D | vt8623fb.c | 144 u32 fg = expand_color(image->fg_color); in vt8623fb_iplan_imageblit() 200 u32 fg = image->fg_color * 0x11111111; in vt8623fb_cfb4_imageblit()
|
| H A D | arkfb.c | 177 u32 fg = expand_color(image->fg_color); in arkfb_iplan_imageblit() 235 u32 fg = image->fg_color * 0x11111111; in arkfb_cfb4_imageblit()
|
| 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 | s3fb.c | 353 u32 fg = expand_color(image->fg_color); in s3fb_iplan_imageblit() 410 u32 fg = image->fg_color * 0x11111111; in s3fb_cfb4_imageblit()
|
| H A D | neofb.c | 1465 writel(image->fg_color, &par->neo2200->fgColor); in neo2200_imageblit() 1470 writel(((u32 *) (info->pseudo_palette))[image->fg_color], in neo2200_imageblit()
|
| H A D | tridentfb.c | 649 col = img->fg_color; in tridentfb_imageblit() 656 col = ((u32 *)(info->pseudo_palette))[img->fg_color]; in tridentfb_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;
|
| /linux/include/uapi/linux/ |
| H A D | fb.h | 359 __u32 fg_color; /* Only used when a mono bitmap */ member
|
| /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()
|