Home
last modified time | relevance | path

Searched refs:color1 (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/hw/display/
H A Dcirrus_vga.c2222 unsigned int color1, in vga_draw_cursor_line() argument
2245 ((uint32_t *)d)[0] = color1; in vga_draw_cursor_line()
2256 unsigned int color0, color1; in cirrus_cursor_draw_line() local
2307 color1 = rgb_to_pixel32(c6_to_8(palette[0xf * 3]), in cirrus_cursor_draw_line()
2311 vga_draw_cursor_line(d1, src, poffset, w, color0, color1, 0xffffff); in cirrus_cursor_draw_line()
/openbmc/linux/drivers/video/fbdev/
H A Dcg14.c148 u32 color1; member
H A Dcg6.c202 u32 x1, y1, z1, color1; member
/openbmc/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8173.dtsi33 color1 = &color1;
1144 color1: color@14014000 { label
/openbmc/linux/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c1822 enum tpg_color color1, color2; in tpg_precalculate_line() local
1825 color1 = tpg_get_color(tpg, pat, real_x); in tpg_precalculate_line()
1845 gen_twopix(tpg, pix, tpg->hflip ? color2 : color1, 0); in tpg_precalculate_line()
1846 gen_twopix(tpg, pix, tpg->hflip ? color1 : color2, 1); in tpg_precalculate_line()