Searched refs:blue (Results 176 - 200 of 248) sorted by relevance

12345678910

/linux-master/drivers/video/fbdev/geode/
H A Dgxfb.h44 unsigned red, unsigned green, unsigned blue);
/linux-master/drivers/media/usb/gspca/
H A Dspca561.c248 {0x00, 0x8612}, /* green *blue */
249 {0x00, 0x8613}, /* blue *green */
252 {0x71, 0x8616}, /* 7a *blue - white balance - was 0x35 */
473 __u8 blue, red; local
478 blue = 0x90 - white * 5 / 8;
484 blue += contrast - 0x20;
489 reg_w_val(gspca_dev, reg + 2, blue);
H A Dsn9c20x.c65 struct { /* blue/red balance control cluster */
66 struct v4l2_ctrl *blue; member in struct:sd::__anon407
1359 static void set_redblue(struct gspca_dev *gspca_dev, s32 blue, s32 red) argument
1362 reg_w1(gspca_dev, 0x118f, blue);
1685 /* blue/red balance cluster */
1687 set_redblue(gspca_dev, sd->blue->val, sd->red->val);
1742 sd->blue = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops,
1784 v4l2_ctrl_cluster(2, &sd->blue);
2051 set_redblue(gspca_dev, v4l2_ctrl_g_ctrl(sd->blue),
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_ipp.c205 gamma->entries.blue[i]));
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dwndwc57e.c166 u16 b = fixedU0_16_FP16(drm_color_lut_extract(in-> blue, 16));
/linux-master/drivers/acpi/acpica/
H A Dutxface.c477 pld_info->blue = ACPI_PLD_GET_BLUE(&dword);
/linux-master/include/acpi/
H A Dacbuffer.h82 u8 blue; member in struct:acpi_pld_info
/linux-master/drivers/video/fbdev/
H A Dpmag-aa-fb.c79 .blue.length = 0,
H A Dcg6.c480 * @blue: The blue value which can be up to 16 bits wide.
485 unsigned red, unsigned green, unsigned blue,
497 blue >>= 8;
504 sbus_writel((u32)blue << 24, &bt->color_map);
764 info->var.blue.length = 8;
484 cg6_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Dhyperv_fb.c830 unsigned blue, unsigned transp, struct fb_info *info)
839 | chan_to_field(blue, &info->var.blue)
1143 info->var.blue = (struct fb_bitfield){0, 5, 0};
1148 info->var.blue = (struct fb_bitfield){0, 8, 0};
829 hvfb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Dudlfb.c869 unsigned blue, unsigned transp, struct fb_info *info)
881 ((green & 0xf800) >> 6) | ((blue & 0xf800) >> 11);
886 ((green & 0xfc00) >> 5) | ((blue & 0xf800) >> 11);
1007 const struct fb_bitfield blue = { 0, 5, 0 }; local
1012 var->blue = blue;
868 dlfb_ops_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Dsmscufx.c982 unsigned blue, unsigned transp, struct fb_info *info)
994 ((green & 0xf800) >> 6) | ((blue & 0xf800) >> 11);
999 ((green & 0xfc00) >> 5) | ((blue & 0xf800) >> 11);
1164 const struct fb_bitfield blue = { 0, 5, 0 }; local
1169 var->blue = blue;
981 ufx_ops_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
H A Ds3fb.c927 static int s3fb_setcolreg(u_int regno, u_int red, u_int green, u_int blue, argument
946 outb(blue >> 10, VGA_PEL_D);
956 outb(blue >> 10, VGA_PEL_D);
964 ((green & 0xF800) >> 6) | ((blue & 0xF800) >> 11);
967 ((green & 0xFC00) >> 5) | ((blue & 0xF800) >> 11);
976 (green & 0xFF00) | ((blue & 0xFF00) >> 8);
H A Dpxa168fb.h101 #define CFG_HWC_COLOR1_B(blue) (blue)
H A Dmetronomefb.c123 .blue = { 0, 0, 0 },
660 memcpy(info->cmap.blue, info->cmap.red, sizeof(u16)*8);
H A Ddnfb.c244 info->var.green = info->var.blue = info->var.red;
/linux-master/drivers/media/i2c/
H A Dov6650.c192 /* blue/red/autowhitebalance cluster */
194 struct v4l2_ctrl *blue; member in struct:ov6650::__anon1080
357 priv->blue->val = reg;
389 ret = ov6650_reg_write(client, REG_BLUE, priv->blue->val);
1073 priv->blue = v4l2_ctrl_new_std(&priv->hdl, &ov6550_ctrl_ops,
H A Dar0521.c227 int blue = max(green + sensor->ctrls.blue_balance->val, 0); local
228 unsigned int gain = min(red, min(green, blue));
234 blue = min(blue - analog + 64, 511u);
237 regs[2] = be(blue << 7 | analog);
/linux-master/drivers/video/fbdev/core/
H A Dsvgalib.c614 (var->blue.length <= frm->blue.length) &&
636 var->blue = frm[i].blue;
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c880 var->blue.offset = 0;
882 var->blue.length = var->bits_per_pixel;
889 var->blue.offset = 0;
890 var->blue.length = 5;
899 var->blue.offset = 0;
900 var->blue.length = 8;
1206 unsigned blue,
1217 par->palette[regno].blue = blue;
1226 vga_out8(0x3c9, blue >> 1
1203 savagefb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *info) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c401 if (!convert_to_custom_float_format(rgb->blue, &fmt,
516 rgb_resulted[j].blue = output_tf->tf_pts.blue[i];
525 rgb_resulted[hw_points - 1].blue = output_tf->tf_pts.blue[start_index];
534 y_b = rgb_resulted[0].blue;
544 y_b = rgb_resulted[hw_points - 1].blue;
591 if (dc_fixpt_lt(rgb_plus_1->blue, rgb->blue))
592 rgb_plus_1->blue
[all...]
/linux-master/drivers/video/fbdev/omap/
H A Dlcdc.c413 static int omap_lcdc_setcolreg(u_int regno, u16 red, u16 green, u16 blue, argument
425 (blue >> 12);
/linux-master/drivers/video/fbdev/aty/
H A Datyfb.h133 struct { u8 red, green, blue; } palette[256]; member in struct:atyfb_par::__anon2864
/linux-master/drivers/media/platform/ti/omap3isp/
H A Disppreview.c348 isp_reg_writel(isp, (blkadj->blue << ISPPRV_BLKADJOFF_B_SHIFT) |
573 isp_reg_writel(isp, gt->blue[i], OMAP3_ISP_IOMEM_PREV,
1330 memcpy(params->gamma.blue, gamma_table, sizeof(params->gamma.blue));
1340 params->blkadj.blue = FLR_BLKADJ_BLUE;
/linux-master/drivers/hid/
H A Dhid-playstation.c536 static void dualsense_set_lightbar(struct dualsense *ds, uint8_t red, uint8_t green, uint8_t blue);
1132 uint8_t red, green, blue; local
1137 blue = mc_cdev->subled_info[2].brightness;
1139 dualsense_set_lightbar(ds, red, green, blue);
1541 static void dualsense_set_lightbar(struct dualsense *ds, uint8_t red, uint8_t green, uint8_t blue) argument
1549 ds->lightbar_blue = blue;
1701 dualsense_set_lightbar(ds, 0, 0, 128); /* blue */
2505 { NULL, "blue", 255, dualshock4_led_get_brightness, dualshock4_led_set_brightness },

Completed in 293 milliseconds

12345678910