/openbmc/linux/drivers/video/fbdev/ |
H A D | macfb.c | 144 static int dafb_setpalette(unsigned int regno, unsigned int red, in dafb_setpalette() 190 static int v8_brazil_setpalette(unsigned int regno, unsigned int red, in v8_brazil_setpalette() 221 static int rbv_setpalette(unsigned int regno, unsigned int red, in rbv_setpalette() 255 static int mdc_setpalette(unsigned int regno, unsigned int red, in mdc_setpalette() 278 static int toby_setpalette(unsigned int regno, unsigned int red, in toby_setpalette() 306 static int jet_setpalette(unsigned int regno, unsigned int red, in jet_setpalette() 336 static int civic_setpalette(unsigned int regno, unsigned int red, in civic_setpalette() 414 static int csc_setpalette(unsigned int regno, unsigned int red, in csc_setpalette() 432 static int macfb_setcolreg(unsigned regno, unsigned red, unsigned green, in macfb_setcolreg()
|
H A D | sbuslib.c | 120 u16 red, green, blue; in sbusfb_ioctl_helper() local 165 u8 red, green, blue; in sbusfb_ioctl_helper() local 214 u16 red, green, blue; in sbusfb_compat_ioctl() local 258 u8 red, green, blue; in sbusfb_compat_ioctl() local
|
H A D | vesafb.c | 90 static int vesa_setpalette(int regno, unsigned red, unsigned green, in vesa_setpalette() 112 struct { u_char blue, green, red, pad; } entry; in vesa_setpalette() member 134 static int vesafb_setcolreg(unsigned regno, unsigned red, unsigned green, in vesafb_setcolreg()
|
H A D | q40fb.c | 53 static int q40fb_setcolreg(unsigned regno, unsigned red, unsigned green, in q40fb_setcolreg()
|
H A D | pxa168fb.c | 475 static u32 to_rgb(u16 red, u16 green, u16 blue) in to_rgb() 485 pxa168fb_setcolreg(unsigned int regno, unsigned int red, unsigned int green, in pxa168fb_setcolreg()
|
H A D | maxinefb.c | 88 static int maxinefb_setcolreg(unsigned regno, unsigned red, unsigned green, in maxinefb_setcolreg()
|
H A D | 68328fb.c | 276 static int mc68x328fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in mc68x328fb_setcolreg()
|
H A D | fm2fb.c | 193 static int fm2fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in fm2fb_setcolreg()
|
H A D | sa1100fb.c | 268 sa1100fb_setpalettereg(u_int regno, u_int red, u_int green, u_int blue, in sa1100fb_setpalettereg() 290 sa1100fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in sa1100fb_setcolreg()
|
/openbmc/webui-vue/src/env/assets/styles/ |
H A D | _ibm.scss | 42 $red: #DA1E28; variable
|
H A D | _intel.scss | 30 $red: #ed1c24; variable
|
/openbmc/linux/drivers/video/fbdev/mmp/fb/ |
H A D | mmpfb.c | 302 static u32 to_rgb(u16 red, u16 green, u16 blue) in to_rgb() 311 static int mmpfb_setcolreg(unsigned int regno, unsigned int red, in mmpfb_setcolreg()
|
/openbmc/linux/include/linux/platform_data/ |
H A D | simplefb.h | 41 struct fb_bitfield red; member
|
/openbmc/u-boot/arch/x86/lib/fsp/ |
H A D | fsp_graphics.c | 20 struct pixel red; member
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_printer.py | 34 def red(self, text: str) -> str: member in Printer
|
/openbmc/webui-vue/src/assets/styles/bmc/helpers/ |
H A D | _colors.scss | 23 $red: $red-500; variable
|
/openbmc/linux/drivers/gpu/drm/amd/display/modules/color/ |
H A D | luts_1d.h | 37 uint32_t red; member
|
/openbmc/u-boot/drivers/video/ |
H A D | ipu_disp.c | 317 static int rgb_to_yuv(int n, int red, int green, int blue) in rgb_to_yuv() 474 int red, green, blue; in ipu_dp_init() local 1240 int red, green, blue; in ipu_disp_set_color_key() local
|
H A D | efi.c | 20 struct pixel red; member
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_dpp_cm.c | 507 uint32_t i, red, green, blue; in dpp20_program_shaper_lut() local 999 uint32_t i, red, green, blue, red1, green1, blue1; in dpp20_set3dlut_ram12() local 1033 uint32_t i, red, green, blue, value; in dpp20_set3dlut_ram10() local
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/ |
H A D | dcn32_mpc.c | 646 uint32_t i, red, green, blue; in mpc32_program_shaper_lut() local 825 uint32_t i, red, green, blue, red1, green1, blue1; in mpc32_set3dlut_ram12() local 857 uint32_t i, red, green, blue, value; in mpc32_set3dlut_ram10() local
|
/openbmc/linux/drivers/video/fbdev/i810/ |
H A D | i810_main.c | 441 static void i810_write_dac(u8 regno, u8 red, u8 green, u8 blue, in i810_write_dac() 450 static void i810_read_dac(u8 regno, u8 *red, u8 *green, u8 *blue, in i810_read_dac() 824 u8 red, green, blue, trans, temp; in i810_load_cursor_colors() local 1200 static int i810fb_getcolreg(u8 regno, u8 *red, u8 *green, u8 *blue, in i810fb_getcolreg() 1282 static int i810fb_setcolreg(unsigned regno, unsigned red, unsigned green, in i810fb_setcolreg()
|
/openbmc/linux/drivers/video/fbdev/geode/ |
H A D | display_gx.c | 168 unsigned red, unsigned green, unsigned blue) in gx_set_hw_palette_reg()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | fbio.h | 63 unsigned char __user *red; member 201 char * red; member 211 __u32 red; member 308 u32 red; member
|
/openbmc/linux/samples/vfio-mdev/ |
H A D | mdpy-fb.c | 58 static int mdpy_fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, in mdpy_fb_setcolreg()
|