| /linux/drivers/video/fbdev/ |
| H A D | atafb.h | 11 const u8 *data, u32 bgcolor, u32 fgcolor); 19 const u8 *data, u32 bgcolor, u32 fgcolor); 27 const u8 *data, u32 bgcolor, u32 fgcolor); 35 const u8 *data, u32 bgcolor, u32 fgcolor);
|
| H A D | atafb_iplan2p2.c | 240 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p2_linefill() argument 249 fill8_2col((u8 *)dest + 1, fgcolor, bgcolor, *data++); in atafb_iplan2p2_linefill() 256 expand16_2col2mask(fgcolor, bgcolor, fgm, bgm); in atafb_iplan2p2_linefill() 269 fill8_2col((u8 *)dest, fgcolor, bgcolor, *data); in atafb_iplan2p2_linefill()
|
| H A D | atafb_iplan2p4.c | 254 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p4_linefill() argument 263 fill8_2col((u8 *)dest + 1, fgcolor, bgcolor, *data++); in atafb_iplan2p4_linefill() 270 expand16_2col2mask(fgcolor, bgcolor, fgm, bgm); in atafb_iplan2p4_linefill() 284 fill8_2col((u8 *)dest, fgcolor, bgcolor, *data); in atafb_iplan2p4_linefill()
|
| H A D | atafb_iplan2p8.c | 289 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_iplan2p8_linefill() argument 298 fill8_2col((u8 *)dest + 1, fgcolor, bgcolor, *data++); in atafb_iplan2p8_linefill() 305 expand16_2col2mask(fgcolor, bgcolor, fgm, bgm); in atafb_iplan2p8_linefill() 321 fill8_2col((u8 *)dest, fgcolor, bgcolor, *data); in atafb_iplan2p8_linefill()
|
| H A D | tgafb.c | 635 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local 670 fgcolor = image->fg_color; 673 fgcolor |= fgcolor << 8; 674 fgcolor |= fgcolor << 16; 678 if (fgcolor < 16) 679 fgcolor = ((u32 *)info->pseudo_palette)[fgcolor]; 683 __raw_writel(fgcolor, regs_base + TGA_FOREGROUND_REG);
|
| H A D | atafb_mfb.c | 78 const u8 *data, u32 bgcolor, u32 fgcolor) in atafb_mfb_linefill() argument
|
| H A D | amifb.c | 3301 const u8 *data, u32 bgcolor, u32 fgcolor) in expand_one_line() argument 3309 if ((bgcolor ^ fgcolor) & 1) { in expand_one_line() 3313 if (fgcolor & 1) in expand_one_line() 3319 bitfill32(dst, dst_idx, fgcolor & 1 ? ~0 : 0, n); in expand_one_line() 3323 fgcolor >>= 1; in expand_one_line()
|
| /linux/drivers/video/fbdev/mb862xx/ |
| H A D | mb862xxfb_accel.c | 70 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit1() argument 84 cmd[3] = fgcolor; in mb86290fb_imageblit1() 119 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit8() argument 158 u16 width, u16 height, u32 fgcolor, in mb86290fb_imageblit16() argument 189 u32 fgcolor = 0, bgcolor = 0; in mb86290fb_imageblit() local 212 fgcolor = in mb86290fb_imageblit() 217 fgcolor = image->fg_color; in mb86290fb_imageblit() 243 cmdfn(cmd, step, dx, dy, width, height, fgcolor, bgcolor, image, info); in mb86290fb_imageblit()
|