/openbmc/google-misc/subprojects/ncsid/doc/ |
H A D | ncsid_test_arch.dot | 8 …<tr><td port="sockio" bgcolor="lightblue">net::SockIO</td><td bgcolor="lightblue" colspan="2" port… 9 <tr><td bgcolor="lightblue" colspan="3">ncsi::StateMachine</td></tr> 11 <td bgcolor="black"><font color="white">L2 FSM</font></td> 12 <td bgcolor="black"><font color="white">L3/4 FSM</font></td> 13 <td bgcolor="black"><font color="white">Test FSM</font></td>
|
H A D | ncsid_arch.dot | 9 <td bgcolor="lightblue" colspan="2" port="config">net::ConfigBase</td> 10 <td port="sockio" bgcolor="lightblue">net::SockIO</td> 12 <tr><td bgcolor="lightblue" colspan="3">ncsi::StateMachine</td></tr> 14 <td bgcolor="black"><font color="white">L2 FSM</font></td> 15 <td bgcolor="black"><font color="white">L3/4 FSM</font></td> 16 <td bgcolor="black"><font color="white">Test FSM</font></td>
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | sysimgblt.c | 112 void *dst1, u32 fgcolor, u32 bgcolor, in slow_imageblit() argument 125 bgcolor <<= FB_LEFT_POS(p, bpp); in slow_imageblit() 144 color = (*s & (1 << l)) ? fgcolor : bgcolor; in slow_imageblit() 187 void *dst1, u32 fgcolor, u32 bgcolor) in fast_imageblit() argument 189 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; in fast_imageblit() 220 bgx |= bgcolor; in fast_imageblit() 290 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in sys_imageblit() local 314 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in sys_imageblit() 317 bgcolor = image->bg_color; in sys_imageblit() 323 fast_imageblit(image, p, dst1, fgcolor, bgcolor); in sys_imageblit() [all …]
|
H A D | cfbimgblt.c | 139 u32 bgcolor, in slow_imageblit() argument 154 bgcolor <<= FB_LEFT_POS(p, bpp); in slow_imageblit() 173 color = (*s & (1 << l)) ? fgcolor : bgcolor; in slow_imageblit() 217 u32 bgcolor) in fast_imageblit() argument 219 u32 fgx = fgcolor, bgx = bgcolor, bpp = p->var.bits_per_pixel; in fast_imageblit() 250 bgx |= bgcolor; in fast_imageblit() 320 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in cfb_imageblit() local 344 bgcolor = ((u32*)(p->pseudo_palette))[image->bg_color]; in cfb_imageblit() 347 bgcolor = image->bg_color; in cfb_imageblit() 353 fast_imageblit(image, p, dst1, fgcolor, bgcolor); in cfb_imageblit() [all …]
|
/openbmc/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 | 633 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local 669 bgcolor = image->bg_color; 673 bgcolor |= bgcolor << 8; 674 bgcolor |= bgcolor << 16; 678 if (bgcolor < 16) 679 bgcolor = ((u32 *)info->pseudo_palette)[bgcolor]; 682 __raw_writel(bgcolor, regs_base + TGA_BACKGROUND_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() 3322 bgcolor >>= 1; in expand_one_line()
|
/openbmc/linux/drivers/video/fbdev/mb862xx/ |
H A D | mb862xxfb_accel.c | 71 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit1() argument 87 cmd[5] = bgcolor; in mb86290fb_imageblit1() 120 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit8() argument 159 u32 bgcolor, const struct fb_image *image, in mb86290fb_imageblit16() argument 189 u32 fgcolor = 0, bgcolor = 0; in mb86290fb_imageblit() local 214 bgcolor = in mb86290fb_imageblit() 218 bgcolor = image->bg_color; in mb86290fb_imageblit() 243 cmdfn(cmd, step, dx, dy, width, height, fgcolor, bgcolor, image, info); in mb86290fb_imageblit()
|
/openbmc/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_brx.h | 33 u32 bgcolor; member
|
H A D | vsp1_brx.c | 46 brx->bgcolor = ctrl->val; in brx_s_ctrl() 324 vsp1_brx_write(brx, dlb, VI6_BRU_VIRRPF_COL, brx->bgcolor | in brx_configure_stream() 443 brx->bgcolor = 0; in vsp1_brx_create()
|
/openbmc/linux/Documentation/gpu/ |
H A D | komeda-kms.rst | 113 node [bgcolor=grey style=dashed] 119 node [bgcolor=grey style=filled] 160 node [bgcolor=grey style=dashed] 165 node [bgcolor=grey style=filled] 184 node [bgcolor=grey style=dashed] 190 node [bgcolor=grey style=filled] 230 node [bgcolor=grey style=dashed] 261 node [bgcolor=grey style=dashed]
|
H A D | drm-kms.rst | 32 node [bgcolor=grey style=filled] 97 "drm_crtc" [bgcolor=grey style=filled] 104 node [bgcolor=grey style=filled] 111 node [bgcolor=grey style=filled]
|
/openbmc/linux/Documentation/admin-guide/blockdev/drbd/ |
H A D | drbd-connection-state-overview.dot | 4 bgcolor=white
|
/openbmc/linux/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 1521 u32 fgcolor, bgcolor; in intelfb_imageblit() local 1535 bgcolor = dinfo->pseudo_palette[image->bg_color]; in intelfb_imageblit() 1538 bgcolor = image->bg_color; in intelfb_imageblit() 1541 if (!intelfbhw_do_drawglyph(dinfo, fgcolor, bgcolor, image->width, in intelfb_imageblit()
|
/openbmc/linux/Documentation/driver-api/ |
H A D | dma-buf.rst | 265 node [shape=box bgcolor=grey style=filled]
|