Searched refs:bright (Results 1 - 24 of 24) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dgpio_mouse.h36 * @bright: GPIO line for right button.
55 int bright; member in struct:gpio_mouse_platform_data::__anon17447::__anon17448
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dgpio_mouse.c35 if (gpio->bright >= 0)
37 gpio_get_value(gpio->bright) ^ gpio->polarity);
122 if (pdata->bright >= 0)
135 pdata->bright < 0 ? "" : "right");
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/gl860/
H A Dgl860-ov9655.c312 s32 bright = sd->vcur.brightness; local
315 if (bright != sd->vold.brightness) {
316 sd->vold.brightness = bright;
317 if (bright < 0 || bright > sd->vmax.brightness)
318 bright = 0;
320 dat_bright[3] = bright;
H A Dgl860-mi1320.c353 s32 bright = sd->vcur.brightness; local
416 if (bright != sd->vold.brightness) {
417 sd->vold.brightness = bright;
418 if (bright < 0 || bright > sd->vmax.brightness)
419 bright = 0;
421 bright = tbl_bright[bright];
424 ctrl_out(gspca_dev, 0x40, 1, 0xba00 + bright, 0x0034, 0, NULL);
425 ctrl_out(gspca_dev, 0x40, 1, 0xba00 + bright,
[all...]
H A Dgl860-mi2020.c567 s32 bright = sd->vcur.brightness; local
660 if (bright != sd->vold.brightness) {
661 sd->vold.brightness = bright;
662 if (bright < 0 || bright > sd->vmax.brightness)
663 bright = 0;
665 dat_bright2[2] = bright;
H A Dgl860-ov2640.c352 s32 bright = sd->vcur.brightness; local
375 if (bright != sd->vold.brightness) {
376 sd->vold.brightness = bright;
377 if (bright < 0 || bright > sd->vmax.brightness)
378 bright = 0;
382 ctrl_out(gspca_dev, 0x40, 1, 0x6000 + bright, 0x007d, 0, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dmsi-wmi.c134 int bright = bd->props.brightness; local
135 if (bright >= ARRAY_SIZE(backlight_map) || bright < 0)
139 return msi_wmi_set_block(0, backlight_map[bright]);
H A Dpanasonic-laptop.c333 int bright = bd->props.brightness; local
339 if (bright < pcc->sinf[SINF_AC_MIN_BRIGHT])
340 bright = pcc->sinf[SINF_AC_MIN_BRIGHT];
342 if (bright < pcc->sinf[SINF_DC_MIN_BRIGHT])
343 bright = pcc->sinf[SINF_DC_MIN_BRIGHT];
345 if (bright < pcc->sinf[SINF_AC_MIN_BRIGHT] ||
346 bright > pcc->sinf[SINF_AC_MAX_BRIGHT])
349 rc = acpi_pcc_write_sset(pcc, SINF_AC_CUR_BRIGHT, bright);
353 return acpi_pcc_write_sset(pcc, SINF_DC_CUR_BRIGHT, bright);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dvpx3220.c54 int bright; member in struct:vpx3220
452 ctrl->value = decoder->bright;
475 if (decoder->bright != ctrl->value) {
476 decoder->bright = ctrl->value;
477 vpx3220_write(sd, 0xe6, decoder->bright);
562 decoder->bright = 32768;
H A Dbt819.c63 int bright; member in struct:bt819
370 if (decoder->bright == ctrl->value)
372 decoder->bright = ctrl->value;
373 bt819_write(decoder, 0x0a, decoder->bright);
417 ctrl->value = decoder->bright;
510 decoder->bright = 0;
H A Dsaa7110.c62 int bright; member in struct:saa7110
352 ctrl->value = decoder->bright;
375 if (decoder->bright != ctrl->value) {
376 decoder->bright = ctrl->value;
377 saa7110_write(sd, 0x19, decoder->bright);
458 decoder->bright = 32768;
H A Dadv7343.c50 int bright; member in struct:adv7343_state
308 state->bright = ctrl->value;
310 state->bright);
360 ctrl->value = state->bright;
H A Dtvp5150.c76 int bright; member in struct:tvp5150
763 tvp5150_write(sd, TVP5150_BRIGHT_CTL, decoder->bright);
1030 core->bright = 128;
H A Dks0127.c195 int bright; member in struct:adjust
H A Ds2255drv.c160 u32 bright; /* brightness */ member in struct:s2255_mode
1199 dev_info(dev, "bright: 0x%x\n", mode->bright);
1501 ctrl->value = channel->mode.bright;
1538 mode.bright = ctrl->value;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dvia-pmu68k.c752 printk(KERN_DEBUG "pmu: nvram returned bright: %d\n", (int)req.reply[1]);
775 int bright; local
778 bright = LEVEL_TO_BRIGHT(level);
783 bright);
786 PMU_POW_BACKLIGHT | (bright < 0x7f ? PMU_POW_ON : PMU_POW_OFF));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddvdsubenc.c157 int i, j, bright, mult; local
166 /* Bonus for bright colors */
171 bright = 0;
173 bright += (color & 0xFF) < 0x40 || (color & 0xFF) >= 0xC0;
174 mult = 2 + FFMIN(bright, 2);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Detoms.c712 #define BLIMIT(bright) \
713 (__u8)((bright > 0x1f)?0x1f:((bright < 4)?3:bright))
H A Dconex.c909 __u8 bright; local
912 bright = sd->brightness;
913 regE5cbx[2] = bright;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dpxa168fb.h340 #define CFG_BRIGHTNESS(bright) ((bright) << 16)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttvp.h383 int hue, contrast, bright, saturation; member in struct:bttv
H A Dbttv-driver.c1074 static void bt848_bright(struct bttv *btv, int bright) argument
1078 // printk("bttv: set bright: %d\n",bright); // DEBUG
1079 btv->bright = bright;
1082 value = (bright >> 8) - 128;
1428 bt848_bright(btv, btv->bright);
1461 c->value = btv->bright;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtabview.tex117 Returns the colour used for bright highlights on the left side of `3D' surfaces. By default, this is white.
269 Sets the colour to be used for bright highlights on the left side of `3D' surfaces. By default, this is white.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Dquaqua.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/randelshofer/ ch/randelshofer/quaqua/ ch/randelshofer/quaqua/border/ ...

Completed in 207 milliseconds