/linux-4.1.27/drivers/video/backlight/ |
H A D | jornada720_lcd.c | 47 dev_err(&ld->dev, "failed to set contrast\n"); jornada_lcd_get_contrast() 61 /* start by sending our set contrast cmd to mcu */ jornada_lcd_set_contrast() 68 dev_err(&ld->dev, "failed to set contrast\n"); jornada_lcd_set_contrast()
|
H A D | lcd.c | 152 unsigned long contrast; contrast_store() local 154 rc = kstrtoul(buf, 0, &contrast); contrast_store() 162 pr_debug("set contrast to %lu\n", contrast); contrast_store() 163 ld->ops->set_contrast(ld, contrast); contrast_store() 170 static DEVICE_ATTR_RW(contrast);
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | overlay.c | 45 struct drm_property *contrast; member in struct:nouveau_plane::__anon4102 53 int contrast; member in struct:nouveau_plane 201 u32 luma = (plane->brightness - 512) << 16 | plane->contrast; nv10_set_params() 234 else if (property == nv_plane->props.contrast) nv_set_property() 235 nv_plane->contrast = value; nv_set_property() 289 plane->props.contrast = drm_property_create_range( nv10_overlay_init() 290 device, 0, "contrast", 0, 8192 - 1); nv10_overlay_init() 300 !plane->props.contrast || nv10_overlay_init() 311 plane->contrast = 0x1000; nv10_overlay_init() 313 plane->props.contrast, plane->contrast); nv10_overlay_init() 397 /* It should be possible to convert hue/contrast to this */ nv04_update_plane()
|
/linux-4.1.27/include/linux/ |
H A D | lcd.h | 35 /* The maximum value for contrast (read-only) */ 55 /* Get the current contrast setting (0-max_contrast) */ 57 /* Set LCD panel contrast */ 58 int (*set_contrast)(struct lcd_device *, int contrast);
|
H A D | compiler.h | 235 * In contrast to ACCESS_ONCE these two macros will also work on aggregate
|
H A D | clk.h | 388 * thereby the clock producer. In contrast to clk_get() this function
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-picolcd_lcd.c | 36 static int picolcd_set_contrast(struct lcd_device *ldev, int contrast) picolcd_set_contrast() argument 45 data->lcd_contrast = contrast & 0x0ff; picolcd_set_contrast()
|
H A D | hid-picolcd_debugfs.c | 442 /* 1 data byte with contrast */ picolcd_debug_out_report()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | wm8505fb.c | 47 unsigned int contrast; member in struct:wm8505fb_info 153 writel(fbi->contrast<<16 | fbi->contrast<<8 | fbi->contrast, wm8505fb_set_par() 165 return sprintf(buf, "%u\n", fbi->contrast); contrast_show() 178 fbi->contrast = tmp; contrast_store() 185 static DEVICE_ATTR(contrast, 0644, contrast_show, contrast_store); 349 fbi->contrast = 0x10; wm8505fb_probe()
|
H A D | bf537-lq035.c | 660 static int bfin_lcd_set_contrast(struct lcd_device *dev, int contrast) bfin_lcd_set_contrast() argument 662 if (contrast > 255) bfin_lcd_set_contrast() 663 contrast = 255; bfin_lcd_set_contrast() 664 if (contrast < 0) bfin_lcd_set_contrast() 665 contrast = 0; bfin_lcd_set_contrast() 667 vcomm_value = (unsigned char)contrast; bfin_lcd_set_contrast()
|
H A D | imxfb.c | 738 static int imxfb_lcd_set_contrast(struct lcd_device *lcddev, int contrast) imxfb_lcd_set_contrast() argument 743 if (contrast > 255) imxfb_lcd_set_contrast() 744 contrast = 255; imxfb_lcd_set_contrast() 745 else if (contrast < 0) imxfb_lcd_set_contrast() 746 contrast = 0; imxfb_lcd_set_contrast() 749 fbi->pwmr |= contrast; imxfb_lcd_set_contrast()
|
H A D | pxa168fb.h | 342 #define CFG_CONTRAST(contrast) (contrast)
|
H A D | atmel_lcdfb.c | 292 /* contrast pwm can be 'inverted' */ init_contrast() 296 /* have some default contrast/backlight settings */ init_contrast() 1305 /* Initialize PWM for contrast or backlight ("off") */ atmel_lcdfb_probe()
|
H A D | bfin-t350mcqb-fb.c | 377 static int bfin_lcd_set_contrast(struct lcd_device *dev, int contrast) bfin_lcd_set_contrast() argument
|
H A D | ssd1307fb.c | 304 /* Set initial contrast */ ssd1307fb_ssd1306_init()
|
H A D | bf54x-lq043fb.c | 455 static int bfin_lcd_set_contrast(struct lcd_device *dev, int contrast) bfin_lcd_set_contrast() argument
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
H A D | armada_overlay.c | 26 uint16_t contrast; member in struct:armada_plane_properties 57 writel_relaxed(prop->brightness << 16 | prop->contrast, armada_ovl_update_attr() 339 dplane->prop.contrast = val; armada_plane_set_property() 416 "contrast", 0, 0x7fff); armada_overlay_create_properties() 454 dplane->prop.contrast = 0x4000; armada_overlay_plane_create() 472 dplane->prop.contrast); armada_overlay_plane_create()
|
/linux-4.1.27/include/uapi/linux/dvb/ |
H A D | video.h | 165 __u8 contrast1; /* 7- 4 Pattern pixel contrast */ 166 /* 3- 0 Background pixel contrast */ 167 __u8 contrast2; /* 7- 4 Emphasis pixel-2 contrast */ 168 /* 3- 0 Emphasis pixel-1 contrast */
|
/linux-4.1.27/arch/powerpc/platforms/83xx/ |
H A D | mpc837x_rdb.c | 36 * On RDB boards (in contrast to MDS) USBB pins are used for SD only, mpc837x_rdb_sd_cfg()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | heathrow.h | 15 /* Brightness/contrast (gossamer iMac ?). 8 bits */
|
/linux-4.1.27/net/netfilter/ |
H A D | xt_cgroup.c | 5 * policies in contrast to global policies based on control groups.
|
/linux-4.1.27/drivers/media/platform/vivid/ |
H A D | vivid-tpg.h | 119 u8 contrast; member in struct:tpg_data 261 u8 contrast) tpg_s_contrast() 263 if (tpg->contrast == contrast) tpg_s_contrast() 265 tpg->contrast = contrast; tpg_s_contrast() 260 tpg_s_contrast(struct tpg_data *tpg, u8 contrast) tpg_s_contrast() argument
|
H A D | vivid-tpg.c | 107 tpg->contrast = 128; tpg_init() 697 if (tpg->brightness != 128 || tpg->contrast != 128 || precalculate_color() 707 y = (16 << 4) + ((y - (16 << 4)) * tpg->contrast) / 128; precalculate_color() 715 cb = (128 << 4) + (tmp_cb * tpg->contrast * tpg->saturation) / (128 * 128); precalculate_color() 716 cr = (128 << 4) + (tmp_cr * tpg->contrast * tpg->saturation) / (128 * 128); precalculate_color() 1278 enum tpg_color contrast; tpg_precalculate_line() local 1286 contrast = TPG_COLOR_100_RED; tpg_precalculate_line() 1289 contrast = TPG_COLOR_CSC_GREEN; tpg_precalculate_line() 1292 contrast = TPG_COLOR_100_GREEN; tpg_precalculate_line() 1358 gen_twopix(tpg, pix, contrast, 0); tpg_precalculate_line() 1359 gen_twopix(tpg, pix, contrast, 1); tpg_precalculate_line()
|
H A D | vivid-core.h | 197 struct v4l2_ctrl *contrast; member in struct:vivid_dev
|
H A D | vivid-kthread-cap.c | 511 " brightness %3d, contrast %3d, saturation %3d, hue %d ", vivid_fillbuff() 513 dev->contrast->cur.val, vivid_fillbuff()
|
H A D | vivid-ctrls.c | 1304 dev->contrast = v4l2_ctrl_new_std(hdl_user_vid, &vivid_user_vid_ctrl_ops, vivid_create_controls()
|
/linux-4.1.27/drivers/media/platform/exynos4-is/ |
H A D | fimc-isp.h | 79 /* Adjust - contrast */ 80 struct v4l2_ctrl *contrast; member in struct:fimc_isp_ctrls
|
H A D | fimc-is-param.c | 375 isp->adjust.contrast = val; __is_set_isp_adjust() 393 isp->adjust.contrast = 0; __is_set_isp_adjust()
|
H A D | fimc-isp.c | 722 ctrls->contrast = v4l2_ctrl_new_std(handler, ops, V4L2_CID_CONTRAST, fimc_isp_subdev_create()
|
H A D | fimc-is-param.h | 576 s32 contrast; member in struct:param_isp_adjust
|
/linux-4.1.27/drivers/media/platform/omap3isp/ |
H A D | isppreview.h | 77 * @contrast: Contrast. 96 u8 contrast; member in struct:prev_params
|
H A D | isppreview.c | 612 params->contrast << ISPPRV_CNT_BRT_CNT_SHIFT); preview_config_contrast() 630 * preview_update_contrast - Updates the contrast. 631 * @contrast: Pointer to hold the current programmed contrast value. 636 preview_update_contrast(struct isp_prev_device *prev, u8 contrast) preview_update_contrast() argument 645 if (params->contrast != (contrast * ISPPRV_CONTRAST_UNITS)) { preview_update_contrast() 646 params->contrast = contrast * ISPPRV_CONTRAST_UNITS; preview_update_contrast() 1320 params->contrast = ISPPRV_CONTRAST_DEF * ISPPRV_CONTRAST_UNITS; preview_init_params()
|
/linux-4.1.27/drivers/staging/media/davinci_vpfe/ |
H A D | dm365_ipipe.h | 69 /* contrast adjustments */ 70 unsigned char contrast; member in struct:ipipe_lum_adj
|
H A D | dm365_ipipe_hw.c | 828 /* combine fields of YUV_ADJ to set brightness and contrast */ ipipe_set_lum_adj_regs() 829 val = lum_adj->contrast << LUM_ADJ_CONTR_SHIFT | ipipe_set_lum_adj_regs()
|
H A D | davinci_vpfe_user.h | 580 /* Global brightness and contrast control */
|
H A D | dm365_ipipe.c | 1615 lum_adj->contrast = ctrl->val; ipipe_s_ctrl()
|
/linux-4.1.27/drivers/media/usb/gspca/gl860/ |
H A D | gl860.h | 49 u16 contrast; member in struct:sd_gl860
|
H A D | gl860-mi1320.c | 192 sd->vcur.contrast = 10; mi1320_init_settings() 204 sd->vmax.contrast = 0; /* 10 but not working with this driver */ mi1320_init_settings() 269 sd->vold.contrast = -1; mi1320_init_pre_alt() 355 s32 cntr = sd->vcur.contrast; mi1320_camera_settings() 514 if (cntr != sd->vold.contrast) { mi1320_camera_settings() 515 sd->vold.contrast = cntr; mi1320_camera_settings() 516 if (cntr < 0 || cntr > sd->vmax.contrast) mi1320_camera_settings()
|
H A D | gl860-ov2640.c | 190 sd->vcur.contrast = 0; ov2640_init_settings() 201 sd->vmax.contrast = 255; ov2640_init_settings() 254 sd->vold.contrast = -1; ov2640_init_pre_alt() 355 s32 cntr = sd->vcur.contrast; ov2640_camera_settings() 395 if (cntr != sd->vold.contrast) { ov2640_camera_settings() 396 sd->vold.contrast = cntr; ov2640_camera_settings() 397 if (cntr < 0 || cntr > sd->vmax.contrast) ov2640_camera_settings()
|
H A D | gl860-mi2020.c | 370 sd->vcur.contrast = 0; mi2020_init_settings() 382 sd->vmax.contrast = 3; mi2020_init_settings() 442 sd->vold.contrast = 0; mi2020_init_pre_alt() 641 s32 cntr = sd->vcur.contrast; mi2020_camera_settings() 746 if (cntr != sd->vold.contrast || gam != sd->vold.gamma) { mi2020_camera_settings() 747 sd->vold.contrast = cntr; mi2020_camera_settings() 748 if (cntr < 0 || cntr > sd->vmax.contrast) mi2020_camera_settings()
|
H A D | gl860.c | 72 sd->vcur.contrast = ctrl->val; sd_s_ctrl() 128 if (sd->vmax.contrast) sd_init_controls() 130 0, sd->vmax.contrast, 1, sd_init_controls() 131 sd->vcur.contrast); sd_init_controls()
|
H A D | gl860-ov9655.c | 160 sd->vcur.contrast = 0; ov9655_init_settings() 169 sd->vmax.contrast = 0; ov9655_init_settings()
|
/linux-4.1.27/drivers/media/usb/gspca/ |
H A D | spca561.c | 40 struct { /* hue/contrast control cluster */ 41 struct v4l2_ctrl *contrast; member in struct:sd::__anon5860 482 static void setwhite(struct gspca_dev *gspca_dev, s32 white, s32 contrast) setwhite() argument 495 red += contrast - 0x20; setwhite() 496 blue += contrast - 0x20; setwhite() 497 reg_w_val(gspca_dev, 0x8652, contrast + 0x20); /* Gr */ setwhite() 498 reg_w_val(gspca_dev, 0x8654, contrast + 0x20); /* Gb */ setwhite() 634 v4l2_ctrl_g_ctrl(sd->contrast)); sd_start_72a() 786 /* hue/contrast control cluster for 72a */ sd_s_ctrl() 839 sd->contrast = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, sd_init_controls_72a() 852 v4l2_ctrl_cluster(2, &sd->contrast); sd_init_controls_72a()
|
H A D | pac7302.c | 39 * 0xa2-0xab Brightness, contrast and gamma control 116 struct { /* brightness / contrast cluster */ 118 struct v4l2_ctrl *contrast; member in struct:sd::__anon5850 399 v -= delta[i] * sd->contrast->val / (s32)sd->contrast->maximum; setbrightcont() 655 sd->contrast = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, sd_init_controls()
|
H A D | pac7311.c | 79 struct v4l2_ctrl *contrast; member in struct:sd 422 sd->contrast = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, sd_init_controls() 453 setcontrast(gspca_dev, v4l2_ctrl_g_ctrl(sd->contrast)); sd_start()
|
H A D | ov534.c | 13 * PS3 Eye camera - brightness, contrast, awb, agc, aec controls 67 struct v4l2_ctrl *contrast; member in struct:sd 1210 sd->contrast = v4l2_ctrl_new_std(hdl, &ov534_ctrl_ops, sd_init_controls() 1365 setcontrast(gspca_dev, v4l2_ctrl_g_ctrl(sd->contrast)); sd_start()
|
H A D | t613.c | 475 static void setcontrast(struct gspca_dev *gspca_dev, s32 contrast) setcontrast() argument 479 if (contrast < 7) setcontrast() 480 reg_to_write = 0x8ea9 - contrast * 0x200; setcontrast() 482 reg_to_write = 0x00a9 + (contrast - 7) * 0x200; setcontrast()
|
H A D | cpia1.c | 273 u8 contrast; member in struct:cam_params::__anon5823 520 sd->params.colourParams.contrast = gspca_dev->usb_buf[1]; do_command() 633 params->colourParams.contrast = CONTRAST_DEF; reset_camera_params() 813 sd->params.colourParams.contrast, command_setcolourparams() 1773 sd->params.colourParams.contrast = ctrl->val; sd_s_ctrl()
|
H A D | sn9c20x.c | 74 struct v4l2_ctrl *contrast; member in struct:sd::__anon5854 1295 s32 brightness, s32 contrast, s32 satur, s32 hue) set_cmatrix() 1301 cmatrix[2] = (contrast * 0x25 / 0x100) + 0x26; set_cmatrix() 1674 sd->contrast->val, sd->saturation->val, sd->hue->val); sd_s_ctrl() 1723 sd->contrast = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, sd_init_controls() 2033 v4l2_ctrl_g_ctrl(sd->contrast), sd_start() 1294 set_cmatrix(struct gspca_dev *gspca_dev, s32 brightness, s32 contrast, s32 satur, s32 hue) set_cmatrix() argument
|
H A D | sonixj.c | 40 struct v4l2_ctrl *contrast; member in struct:sd 676 * preset contrast */ 1635 sd->contrast = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, sd_init_controls() 1855 u8 contrast[6]; setcontrast() local 1857 k2 = sd->contrast->val * 37 / (CONTRAST_MAX + 1) setcontrast() 1859 contrast[0] = (k2 + 1) / 2; /* red */ setcontrast() 1860 contrast[1] = 0; setcontrast() 1861 contrast[2] = k2; /* green */ setcontrast() 1862 contrast[3] = 0; setcontrast() 1863 contrast[4] = k2 / 5; /* blue */ setcontrast() 1864 contrast[5] = 0; setcontrast() 1865 reg_w(gspca_dev, 0x84, contrast, sizeof contrast); setcontrast()
|
H A D | spca505.c | 434 {0x06, 0x11, 0x10}, /* contrast */ 510 {0x06, 0x18, 0x10}, /* maybe contrast (18) */
|
H A D | stk014.c | 199 parval = 0x07000000 /* contrast */ setcontrast()
|
H A D | conex.c | 40 struct v4l2_ctrl *contrast; member in struct:sd 897 setcontrast(gspca_dev, sd->contrast->cur.val, ctrl->val); sd_s_ctrl() 916 sd->contrast = v4l2_ctrl_new_std(hdl, &sd_ctrl_ops, sd_init_controls()
|
H A D | spca500.c | 104 * brightness/contrast enable. 107 {0x00, 0x0020, 0x8168}, /* contrast = 0 */ 110 * brightness/contrast enable.
|
H A D | sunplus.c | 133 {0x00, 0x0020, 0x21a8}, /* contrast */ 170 {0x00, 0x0020, 0x21a8}, /* contrast */
|
H A D | zc3xx.c | 42 struct { /* gamma/brightness/contrast control cluster */ 45 struct v4l2_ctrl *contrast; member in struct:sd::__anon5869 5729 s32 gamma, s32 brightness, s32 contrast) setcontrast() 5737 static const u8 delta_c[16] = /* delta for contrast */ setcontrast() 5757 contrast -= 128; /* -128 / 127 */ setcontrast() 5763 - delta_c[i] * contrast / 256 - adj / 2; setcontrast() 5769 if (contrast > 0) setcontrast() 5771 else if (contrast < 0) setcontrast() 6379 /* gamma/brightness/contrast cluster */ zcxx_s_ctrl() 6382 sd->brightness->val, sd->contrast->val); zcxx_s_ctrl() 6438 sd->contrast = v4l2_ctrl_new_std(hdl, &zcxx_ctrl_ops, sd_init_controls() 6773 v4l2_ctrl_g_ctrl(sd->contrast)); sd_start() 5728 setcontrast(struct gspca_dev *gspca_dev, s32 gamma, s32 brightness, s32 contrast) setcontrast() argument
|
H A D | touptek.c | 3 * TODO: contrast with ScopeTek / AmScope MDC cameras
|
H A D | ov534_9.c | 654 /* contrast */ 1300 sccb_write(gspca_dev, 0x56, /* cnst1 - contrast 1 ctrl coeff */ setcontrast()
|
H A D | mr97310a.c | 741 /* {0x1c, 0x00, {0x17}, 1}, contrast control */ start_vga_cam()
|
H A D | ov519.c | 554 #define OV7610_REG_CNT 0x05 /* Y contrast */ 1475 * 0x85 (AEC method 1): Best overall, good contrast range 1478 * shifted resulting in loss of contrast 1480 * contrast
|
H A D | sonixb.c | 221 /* Bright, contrast, etc are set through SCBB interface.
|
H A D | spca508.c | 1447 /* MX seem contrast */ setbrightness()
|
H A D | spca501.c | 36 unsigned short contrast; member in struct:sd
|
H A D | xirlink_cit.c | 1689 /* Default contrast */ cit_start_model1()
|
H A D | topro.c | 4407 {0x05, 0x88}, /* contrast */ soi763a_6800_start()
|
/linux-4.1.27/drivers/media/i2c/ |
H A D | saa711x_regs.h | 262 "Luminance contrast control"}, 318 "Component contrast control"}, 425 "Task A: Luminance contrast control"}, 501 "Task B: Luminance contrast control"},
|
H A D | tw9906.c | 54 0x11, 0x60, /* contrast */
|
H A D | tw9903.c | 66 0x11, 0x60, /* contrast */
|
H A D | vs6624_regs.h | 69 #define VS6624_CONTRAST0 0x03B4 /* contrast control for output */ 102 #define VS6624_CONTRAST1 0x0434 /* contrast control for output */
|
H A D | ml86v7667.c | 324 /* enable contrast function */ ml86v7667_init()
|
H A D | saa717x.c | 196 0x065, 0x040, /* Luminance contrast TASK A */ 219 0x0a5, 0x040, /* Luminance contrast TASK B */
|
H A D | ks0127.c | 192 int contrast; member in struct:adjust
|
H A D | saa7115.c | 320 R_0B_LUMA_CONTRAST_CNTL, 0x44, /* was 0x48. decoder contrast, 0x44 is itu standard */
|
H A D | adv7842.c | 1178 contrast/brightness/hue/free run is acting a bit strange, adv7842_s_ctrl()
|
/linux-4.1.27/drivers/gpu/drm/i2c/ |
H A D | ch7006_mode.c | 335 int flicker, contrast, hpos, vpos; ch7006_setup_properties() local 343 contrast = interpolate(0, 5, 7, priv->contrast); ch7006_setup_properties() 344 regs[CH7006_CONTRAST] = bitf(CH7006_CONTRAST_0, contrast); ch7006_setup_properties()
|
H A D | ch7006_drv.c | 270 priv->contrast); ch7006_encoder_create_resources() 332 priv->contrast = val; ch7006_encoder_set_property() 461 priv->contrast = 50; ch7006_encoder_init()
|
H A D | ch7006_priv.h | 94 int contrast; member in struct:ch7006_priv
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
H A D | sti_vid.c | 110 /* Brightness, contrast, tint, saturation */ sti_vid_init()
|
/linux-4.1.27/arch/m68k/68000/ |
H A D | m68VZ328.c | 118 /* contrast control register */ init_hardware()
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | intel_overlay.c | 179 u32 brightness, contrast, saturation; member in struct:intel_overlay 1206 iowrite32((overlay->contrast << 18) | (overlay->brightness & 0xff), update_reg_attrs() 1277 attrs->contrast = overlay->contrast; intel_overlay_attrs() 1291 if (attrs->contrast > 255) intel_overlay_attrs() 1298 overlay->contrast = attrs->contrast; intel_overlay_attrs() 1396 overlay->contrast = 75; intel_setup_overlay()
|
H A D | intel_sdvo_regs.h | 600 unsigned int contrast:1; member in struct:intel_sdvo_enhancements_reply
|
H A D | intel_tv.c | 175 * Saturation and contrast are 8 bits, with their own representation: 176 * 8 bit field (saturation, contrast)
|
H A D | intel_sdvo.c | 172 struct drm_property *contrast; member in struct:intel_sdvo_connector 2162 CHECK_PROPERTY(contrast, CONTRAST) intel_sdvo_set_property() 2847 ENHANCEMENT(contrast, CONTRAST); intel_sdvo_create_enhance_property_tv()
|
H A D | i915_gem_gtt.c | 55 * rendering. In contrast, fed to the display engine would be an alternative
|
/linux-4.1.27/fs/ntfs/ |
H A D | mst.c | 40 * in contrast to pre_write_mst_fixup(), see below. 111 * (assumed not needed). This is in contrast to post_read_mst_fixup() above.
|
H A D | file.c | 374 * compression kick in. This is in contrast to encrypted files ntfs_prepare_file_for_write()
|
/linux-4.1.27/drivers/video/fbdev/matrox/ |
H A D | matroxfb_g450.c | 40 "contrast", 43 }, offsetof(struct matrox_fb_info, altout.tvo_params.contrast) }, 135 const int c = minfo->altout.tvo_params.contrast; g450_compute_bwlevel()
|
H A D | matroxfb_maven.c | 74 "contrast", 77 }, offsetof(struct matrox_fb_info, altout.tvo_params.contrast) }, 360 const int c = md->primary_head->altout.tvo_params.contrast; maven_compute_bwlevel() 501 /* Set contrast / brightness */ maven_init_TVdata()
|
H A D | matroxfb_base.h | 393 int brightness, contrast, saturation, hue, gamma; member in struct:matrox_fb_info::__anon10550::__anon10551
|
/linux-4.1.27/drivers/media/pci/cx25821/ |
H A D | cx25821-medusa-video.c | 586 int medusa_set_contrast(struct cx25821_dev *dev, int contrast, int decoder) medusa_set_contrast() argument 592 if ((contrast > VIDEO_PROCAMP_MAX) || (contrast < VIDEO_PROCAMP_MIN)) { medusa_set_contrast() 596 ret_val = mapM(VIDEO_PROCAMP_MIN, VIDEO_PROCAMP_MAX, contrast, medusa_set_contrast()
|
H A D | cx25821.h | 403 extern int medusa_set_contrast(struct cx25821_dev *dev, int contrast,
|
/linux-4.1.27/drivers/media/usb/hdpvr/ |
H A D | hdpvr-control.c | 175 hdpvr_config_call(dev, CTRL_CONTRAST, dev->options.contrast); hdpvr_set_options()
|
H A D | hdpvr-core.c | 151 dev->options.contrast = 0x40; device_authorization() 264 .contrast = 0x80,
|
H A D | hdpvr.h | 60 u8 contrast; member in struct:hdpvr_options
|
H A D | hdpvr-video.c | 906 dev->options.contrast = ctrl->val; hdpvr_s_ctrl()
|
/linux-4.1.27/drivers/staging/fbtft/ |
H A D | fb_pcd8544.c | 37 #define DEFAULT_GAMMA "40" /* gamma controls the contrast in this driver */
|
H A D | fb_tls8204.c | 38 #define DEFAULT_GAMMA "40" /* gamma is used to control contrast in this driver */
|
/linux-4.1.27/drivers/media/i2c/s5c73m3/ |
H A D | s5c73m3.h | 276 /* 0x0000...0x0004 -> contrast: 0, 1, 2, -1, -2 */ 352 struct v4l2_ctrl *contrast; member in struct:s5c73m3_ctrls
|
H A D | s5c73m3-ctrls.c | 512 ctrls->contrast = v4l2_ctrl_new_std(hdl, ops, s5c73m3_init_controls()
|
/linux-4.1.27/arch/arm/mach-s3c24xx/ |
H A D | mach-bast.c | 495 /* LCD contrast (0-6.6V) */ 497 .name = "lcd-contrast",
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
H A D | ov772x.c | 190 #define CNTRST 0x9C /* Contrast contrast */ 191 #define CNTRST_CTRL 0x9D /* Contrast contrast center */ 192 #define UVAD_J0 0x9E /* Auto UV adjust contrast 0 */ 193 #define UVAD_J1 0x9F /* Auto UV adjust contrast 1 */ 209 #define SIGN 0xAB /* Sign bit for Hue and contrast */
|
/linux-4.1.27/drivers/media/usb/go7007/ |
H A D | s2250-board.c | 125 int contrast; member in struct:s2250 540 state->contrast = 50; s2250_probe()
|
/linux-4.1.27/crypto/async_tx/ |
H A D | async_raid6_recov.c | 396 * operation (in contrast to the synchronous case), so async_raid6_2data_recov() 403 * source pq operation (in contrast to the synchronous async_raid6_2data_recov()
|
/linux-4.1.27/drivers/media/usb/em28xx/ |
H A D | em28xx-reg.h | 125 #define EM28XX_R20_YGAIN 0x20 /* contrast [0:4] */
|
/linux-4.1.27/drivers/media/usb/gspca/stv06xx/ |
H A D | stv06xx_st6422.c | 138 { 0x143a, 0xf9 }, /* 0x00-0x0F contrast */ st6422_init()
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | eeti_ts.c | 167 * In contrast to what's described in the datasheet, there seems eeti_ts_probe()
|
/linux-4.1.27/arch/sparc/include/asm/ |
H A D | processor_64.h | 234 * By contrast, "#one_write" prefetches into the L2 cache prefetch()
|
/linux-4.1.27/fs/sysv/ |
H A D | sysv.h | 15 * while the system is running). This is in contrast to the Minix and Berkeley
|
/linux-4.1.27/arch/s390/lib/ |
H A D | string.c | 180 * Note that in contrast to strncpy, strncat ensures the result is
|
/linux-4.1.27/arch/arm/mach-clps711x/ |
H A D | board-autcpu12.c | 78 /* LCD contrast digital potentiometer */
|
/linux-4.1.27/drivers/media/i2c/m5mols/ |
H A D | m5mols_reg.h | 159 /* Set color tone (contrast) */
|
/linux-4.1.27/drivers/media/pci/meye/ |
H A D | meye.h | 317 u16 contrast; member in struct:meye
|
H A D | meye.c | 1083 meye.contrast = ctrl->val << 10; meye_s_ctrl()
|
/linux-4.1.27/drivers/media/usb/cpia2/ |
H A D | cpia2.h | 282 u8 contrast; /* Note: this is CPIA2_VP_YRANGE */ member in struct:camera_params::__anon5783
|
H A D | cpia2_core.c | 1798 DBG("Setting contrast to %d (0x%0x)\n", value, value); cpia2_set_contrast()
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
H A D | bttvp.h | 434 int hue, contrast, bright, saturation; member in struct:bttv
|
H A D | bttv-driver.c | 937 btv->contrast = cont; bt848_contrast()
|
/linux-4.1.27/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-hdw-internal.h | 366 VCREATE_DATA(contrast);
|
H A D | pvrusb2-hdw.c | 982 VCREATE_FUNCS(contrast) 1011 .name = "contrast", 1013 DEFREF(contrast), 2917 PVR2_SUBDEV_SET_CONTROL(hdw, V4L2_CID_CONTRAST, contrast); pvr2_subdev_update()
|
/linux-4.1.27/drivers/media/usb/pwc/ |
H A D | pwc-ctrl.c | 39 /* Control functions for the cam; brightness, contrast, video mode, etc. */
|
H A D | pwc.h | 297 struct v4l2_ctrl *contrast; member in struct:pwc_device
|
H A D | pwc-v4l.c | 173 /* Brightness, contrast, saturation, gamma */ pwc_init_controls() 183 pdev->contrast = v4l2_ctrl_new_std(hdl, &pwc_ctrl_ops, pwc_init_controls()
|
/linux-4.1.27/include/linux/mtd/ |
H A D | ubi.h | 186 * contrast, NAND flashes usually have @min_io_size = @max_write_size = NAND
|
/linux-4.1.27/include/uapi/sound/ |
H A D | compress_params.h | 81 * (in contrast to the list of codecs)
|
/linux-4.1.27/arch/powerpc/crypto/ |
H A D | aes-tab-4k.S | 22 * to cache timing attacks because of their size. Nevertheless in contrast to
|
/linux-4.1.27/arch/cris/arch-v32/lib/ |
H A D | usercopy.c | 21 in contrast to v10, a postincrement in the instruction is *not*
|
/linux-4.1.27/sound/soc/codecs/ |
H A D | cs4271.c | 356 * the data sheet, but it seems to work fine, and in contrast cs4271_hw_params()
|
/linux-4.1.27/drivers/net/irda/ |
H A D | vlsi_ir.h | 304 * (in contrast to busmaster access mode) gets enabled. 497 * bare packet+fcs is stored into the buffer - in contrast to the SIR
|
/linux-4.1.27/arch/powerpc/platforms/512x/ |
H A D | clock-commonclk.c | 1064 * potential for a name conflict (in contrast to 'ipg' and 'mclk') 1107 * "per" string for the clock lookup in contrast to the "ipg" name
|
/linux-4.1.27/drivers/media/usb/s2255/ |
H A D | s2255drv.c | 151 u32 contrast; /* contrast */ member in struct:s2255_mode 1240 mode.contrast = ctrl->val; s2255_s_ctrl()
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
H A D | psb_intel_sdvo.c | 162 struct drm_property *contrast; member in struct:psb_intel_sdvo_connector 1775 CHECK_PROPERTY(contrast, CONTRAST) psb_intel_sdvo_set_property() 2397 ENHANCEMENT(contrast, CONTRAST); psb_intel_sdvo_create_enhance_property_tv()
|
H A D | psb_intel_sdvo_regs.h | 595 unsigned int contrast:1; member in struct:psb_intel_sdvo_enhancements_reply
|
/linux-4.1.27/drivers/net/hamradio/ |
H A D | baycom_ser_fdx.c | 42 * in 'baycom-mode' :-) In contrast to the TCM3105 modem, power is
|
/linux-4.1.27/drivers/staging/media/lirc/ |
H A D | lirc_sasem.c | 91 unsigned int vfd_contrast; /* VFD contrast */
|
/linux-4.1.27/net/dccp/ |
H A D | dccp.h | 427 * Adjust SWL so that it is not below ISR. In contrast to RFC 4340,
|
/linux-4.1.27/lib/ |
H A D | string.c | 176 * Note that in contrast to strncpy(), strncat() ensures the result is
|
/linux-4.1.27/drivers/video/fbdev/mmp/hw/ |
H A D | mmp_ctrl.h | 585 #define CFG_CONTRAST(contrast) (contrast)
|
/linux-4.1.27/drivers/media/pci/zoran/ |
H A D | zoran_driver.c | 2361 /* we only support hue/saturation/contrast/brightness */ zoran_queryctrl() 2376 /* we only support hue/saturation/contrast/brightness */ zoran_g_ctrl() 2393 /* we only support hue/saturation/contrast/brightness */ zoran_s_ctrl()
|
/linux-4.1.27/drivers/macintosh/ |
H A D | adbhid.c | 548 * XXX: Where is the contrast control for the passive? adbhid_buttons_input()
|
/linux-4.1.27/drivers/net/arcnet/ |
H A D | arcnet.c | 998 /* in striking contrast, the following isn't a hack. */
|
/linux-4.1.27/arch/tile/include/hv/ |
H A D | iorpc.h | 70 * In contrast, drivers with no hardware service domain limitations
|
/linux-4.1.27/fs/ubifs/ |
H A D | find.c | 223 * In contrast, if the Garbage Collector is called from budgeting, it should
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_dquot.c | 128 * In contrast, warnings are a little different in that they don't
|
/linux-4.1.27/include/uapi/drm/ |
H A D | i915_drm.h | 1003 __u32 contrast; member in struct:drm_intel_overlay_attrs
|
/linux-4.1.27/Documentation/video4linux/ |
H A D | v4l2-pci-skeleton.c | 673 /* TODO: set contrast to ctrl->val */ skeleton_s_ctrl()
|
/linux-4.1.27/fs/ceph/ |
H A D | snap.c | 13 * client. In contrast to local file systems or file servers that
|
/linux-4.1.27/drivers/media/usb/usbvision/ |
H A D | usbvision-video.c | 219 static DEVICE_ATTR(contrast, S_IRUGO, show_contrast, NULL);
|
/linux-4.1.27/drivers/edac/ |
H A D | ppc4xx_edac.c | 96 * In contrast, uncorrectable errors also report the failing address,
|
/linux-4.1.27/include/uapi/linux/ |
H A D | firewire-cdev.h | 958 * In contrast, %FW_CDEV_IOC_ALLOCATE_ISO_RESOURCE_ONCE allocates iso resources
|
/linux-4.1.27/kernel/time/ |
H A D | hrtimer.c | 10 * In contrast to the low-resolution timeout API implemented in
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | dir.c | 290 * In contrast to find_lock_page() we are sure that directory ll_dir_page_locate()
|
/linux-4.1.27/drivers/block/drbd/ |
H A D | drbd_bitmap.c | 1217 * In contrast to drbd_bm_write(), this will copy the bitmap pages
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_crtc.c | 213 * In contrast to the other drm_get_*_name functions this one here returns a 1530 drm_property_create_range(dev, 0, "contrast", 0, 100); drm_mode_create_tv_properties()
|
/linux-4.1.27/fs/ |
H A D | locks.c | 189 * contrast to those that are acting as records of acquired locks).
|
H A D | dcache.c | 176 * In contrast, 'ct' and 'tcount' can be from a pathname, and do
|
/linux-4.1.27/include/net/sctp/ |
H A D | structs.h | 385 * in contrast to its usage in TCP, where it refers to a sequence of
|
/linux-4.1.27/fs/reiserfs/ |
H A D | reiserfs.h | 2163 * in do_balance leaf has h == 0 in contrast with path structure,
|
/linux-4.1.27/kernel/rcu/ |
H A D | tree.c | 3122 * synchronize_kernel() API. In contrast, synchronize_rcu() only
|
/linux-4.1.27/mm/ |
H A D | memory.c | 2398 * must keep the partial page. In contrast, we must get rid of
|
/linux-4.1.27/drivers/md/ |
H A D | raid5.c | 3883 /* in contrast to the raid5 case we can validate handle_parity_checks6()
|
/linux-4.1.27/fs/btrfs/ |
H A D | inode.c | 5758 * In contrast to old kernels, we insert the snapshot's btrfs_real_readdir()
|
/linux-4.1.27/drivers/video/fbdev/sis/ |
H A D | init301.c | 7926 contrast enhancement (set to 010 -> gain 1 Yout = 17/16*(Yin-30) ) SiS_SetCHTVReg()
|