Searched refs:blue (Results 201 - 225 of 248) sorted by relevance

12345678910

/linux-master/drivers/iio/light/
H A Drohm-bu27008.c1096 unsigned int red, green, blue, ir; local
1103 blue = NORM_CHAN_DATA_FOR_LX_CALC(lux_data[BU27008_LUX_DATA_BLUE], gain, time);
1114 nlux = c1 * red + c2 * green + c3 * blue;
/linux-master/include/video/
H A Dimx-ipu-v3.h240 struct fb_bitfield blue; member in struct:ipu_rgb
/linux-master/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_surfacedefs.h284 uint8 blue; member in union:SVGA3dChannelDef::__anon658
H A Dsvga3d_types.h935 uint32 blue : 1; member in struct:__anon660::__anon661
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb.h240 u16 red, green, blue, transp; member in struct:savagefb_par::__anon250
/linux-master/drivers/video/fbdev/aty/
H A Dradeonfb.h313 struct { u8 red, green, blue, pad; } member in struct:radeonfb_info::__anon5
H A Dradeon_monitor.c16 .blue = { .length = 8 },
/linux-master/drivers/platform/chrome/
H A Dcros_ec_lightbar.c248 param->set_rgb.blue = val[3];
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_crtc.c149 * reject any LUTs that use distinct red, green, and blue curves.
176 (lut[i].red == lut[i].blue)))
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-ioctl.c550 mode->blue = var.blue;
/linux-master/drivers/video/fbdev/geode/
H A Dlxfb_ops.c506 unsigned red, unsigned green, unsigned blue)
515 val |= (blue >> 8) & 0x0000ff;
505 lx_set_palette_reg(struct fb_info *info, unsigned regno, unsigned red, unsigned green, unsigned blue) argument
/linux-master/drivers/video/fbdev/
H A Dbroadsheetfb.c114 .blue = { 0, 4, 0 },
1087 memcpy(info->cmap.blue, info->cmap.red, sizeof(u16)*16);
/linux-master/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.c47 /* Green has one more bit, so add padding with 0 for red and blue. */
83 WREG8(DAC_INDEX + MGA1064_COL_PAL, lut[i * 8 + i / 4].blue >> 8);
85 /* Green has one more bit, so add padding with 0 for red and blue. */
97 WREG8(DAC_INDEX + MGA1064_COL_PAL, lut[i].blue >> 8);
/linux-master/include/linux/
H A Dfb.h102 __u16 __user *blue; member in struct:fb_cmap_user
269 unsigned blue, unsigned transp, struct fb_info *info);
/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c80 unsigned blue, unsigned transp,
1135 var->red.offset = var->green.offset = var->blue.offset = 0;
1136 var->red.length = var->green.length = var->blue.length = 8;
1143 var->blue.offset = 0;
1144 var->blue.length = 5;
1153 var->blue.offset = 0;
1154 var->blue.length = 8;
1375 sisfb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, argument
1388 SiS_SetRegByte(SISDACD, (blue >> 10));
1393 SiS_SetRegByte(SISDAC2D, (blue >>
[all...]
H A Dsis_main.h29 .blue = {0, 8, 0},
/linux-master/drivers/gpu/drm/ast/
H A Dast_mode.c56 u8 blue)
64 ast_io_write8(ast, AST_IO_VGAPDR, blue);
101 lut[i].blue >> 8);
54 ast_load_palette_index(struct ast_device *ast, u8 index, u8 red, u8 green, u8 blue) argument
/linux-master/include/uapi/drm/
H A Dradeon_drm.h343 unsigned int blue; member in struct:__anon390
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead507d.c319 writew(drm_color_lut_extract(in-> blue, 11) << 3, mem + 4);
H A Dhead907d.c291 writew(drm_color_lut_extract(in-> blue, 14) + 0x6000, mem + 4);
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_dispc.c2432 { .red = 0, .green = 0, .blue = 0, },
2433 { .red = U16_MAX, .green = U16_MAX, .blue = U16_MAX, },
2472 b = (lut[i].blue * (w - j) + lut[i + 1].blue * j) / w;
/linux-master/drivers/auxdisplay/
H A Dht16k33.c130 .blue = { 0, 1, 0 },
/linux-master/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h274 #define CFG_HWC_COLOR1_B(blue) (blue)
/linux-master/drivers/gpu/drm/tiny/
H A Dofdrm.c665 /* Green has one more bit, so add padding with 0 for red and blue. */
700 unsigned char b = lut[i * 8 + i / 4].blue >> 8;
704 /* Green has one more bit, so add padding with 0 for red and blue. */
718 unsigned char b = lut[i].blue >> 8;
/linux-master/drivers/media/i2c/
H A Dgc0308.c377 #define GC0308_AWB_GAINS(red, green, blue) \
378 { .r = red, .g = green, .b = blue }

Completed in 337 milliseconds

12345678910