Searched refs:fg_color (Results 1 - 25 of 43) sorted by path

12

/linux-master/drivers/video/fbdev/aty/
H A Dmach64_accel.c359 fg = ((u32*)(info->pseudo_palette))[image->fg_color];
362 fg = image->fg_color;
H A Dmach64_cursor.c128 fg_idx = cursor->image.fg_color;
/linux-master/drivers/video/fbdev/i810/
H A Di810_accel.c380 fg = image->fg_color;
385 fg = ((u32 *)(info->pseudo_palette))[image->fg_color];
H A Di810_main.c1509 i810_load_cursor_colors(cursor->image.fg_color,
/linux-master/drivers/video/fbdev/nvidia/
H A Dnv_accel.c364 fg = image->fg_color | mask;
367 fg = ((u32 *) info->pseudo_palette)[image->fg_color] | mask;
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb_accel.c108 fg = image->fg_color;
111 fg = ((u32 *)info->pseudo_palette)[image->fg_color];
/linux-master/drivers/video/fbdev/via/
H A Dviafbdev.h55 u32 fg_color, u32 bg_color, u8 fill_rop);
/linux-master/drivers/staging/sm750fb/
H A Dsm750.c136 fg = ((info->cmap.red[fbcursor->image.fg_color] & 0xf800)) |
137 ((info->cmap.green[fbcursor->image.fg_color] & 0xfc00) >> 5) |
138 ((info->cmap.blue[fbcursor->image.fg_color] & 0xf800) >> 11);
262 fgcol = ((u32 *)info->pseudo_palette)[image->fg_color];
265 fgcol = image->fg_color;
/linux-master/drivers/video/fbdev/
H A Damifb.c3363 image->fg_color);
H A Darkfb.c177 u32 fg = expand_color(image->fg_color);
235 u32 fg = image->fg_color * 0x11111111;
H A Datafb.c2549 image->bg_color, image->fg_color);
2553 image->bg_color, image->fg_color);
2557 image->bg_color, image->fg_color);
2561 image->bg_color, image->fg_color);
H A Dcg6.c412 sbus_writel(image->fg_color, &fbc->fg);
H A Dcirrusfb.c405 u32 fg_color, u32 bg_color,
1831 fg = image->fg_color;
1834 fg = ((u32 *)(info->pseudo_palette))[image->fg_color];
2704 u32 fg_color, u32 bg_color, u_short line_length,
2715 vga_wgfx(regbase, VGA_GFX_SR_ENABLE, fg_color);
2720 vga_wgfx(regbase, CL_GR11, fg_color >> 8);
2725 vga_wgfx(regbase, CL_GR13, fg_color >> 16);
2730 vga_wgfx(regbase, CL_GR15, fg_color >> 24);
2702 cirrusfb_RectFill(u8 __iomem *regbase, int bits_per_pixel, u_short x, u_short y, u_short width, u_short height, u32 fg_color, u32 bg_color, u_short line_length, u_char blitmode) argument
H A Dffb.c565 fg = ((u32 *)info->pseudo_palette)[image->fg_color];
H A Dfsl-diu-fb.c1070 unsigned int fg_idx = cursor->image.fg_color;
H A Dimsttfb.c1216 int fg_idx = cursor->image.fg_color;
H A Dneofb.c1465 writel(image->fg_color, &par->neo2200->fgColor);
1470 writel(((u32 *) (info->pseudo_palette))[image->fg_color],
1591 u32 fg = cursor->image.fg_color;
1594 info->cursor.image.fg_color = fg;
/linux-master/drivers/video/fbdev/core/
H A Dbitblit.c157 image.fg_color = fg;
275 if (ops->cursor_state.image.fg_color != fg ||
278 ops->cursor_state.image.fg_color = fg;
354 cursor.image.fg_color = ops->cursor_state.image.fg_color;
H A Dcfbimgblt.c346 fgcolor = ((u32*)(p->pseudo_palette))[image->fg_color];
349 fgcolor = image->fg_color;
H A Dfbcon_ccw.c148 image.fg_color = fg;
261 if (ops->cursor_state.image.fg_color != fg ||
264 ops->cursor_state.image.fg_color = fg;
355 cursor.image.fg_color = ops->cursor_state.image.fg_color;
H A Dfbcon_cw.c133 image.fg_color = fg;
244 if (ops->cursor_state.image.fg_color != fg ||
247 ops->cursor_state.image.fg_color = fg;
338 cursor.image.fg_color = ops->cursor_state.image.fg_color;
H A Dfbcon_ud.c171 image.fg_color = fg;
292 if (ops->cursor_state.image.fg_color != fg ||
295 ops->cursor_state.image.fg_color = fg;
378 cursor.image.fg_color = ops->cursor_state.image.fg_color;
H A Dsysimgblt.c316 fgcolor = ((u32*)(p->pseudo_palette))[image->fg_color];
319 fgcolor = image->fg_color;
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c507 fgx = ((u_int32_t*)info->pseudo_palette)[image->fg_color];
/linux-master/drivers/video/fbdev/mb862xx/
H A Dmb862xxfb_accel.c213 ((u32 *) (info->pseudo_palette))[image->fg_color];
217 fgcolor = image->fg_color;

Completed in 678 milliseconds

12