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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/media/video/
H A Dsaa7111.c53 int bright; member in struct:saa7111
178 decoder->bright = 32768;
391 if (decoder->bright != pic->brightness) {
393 decoder->bright = pic->brightness;
395 decoder->bright >> 8);
H A Dbt819.c58 int bright; member in struct:bt819
223 decoder->bright = 32768;
421 if (decoder->bright != pic->brightness) {
423 decoder->bright = pic->brightness;
425 (decoder->bright >> 8) - 128);
H A Dsaa7110.c50 int bright; member in struct:saa7110
218 decoder->bright = 32768;
360 if (decoder->bright != pic->brightness) {
362 decoder->bright = pic->brightness;
363 saa7110_write(decoder, 0x19, decoder->bright >> 8);
H A Dbt856.c65 int bright; member in struct:bt856
H A Dsaa7185.c62 int bright; member in struct:saa7185
H A Dadv7175.c69 int bright; member in struct:adv7175
H A Dbttv-driver.c1418 static inline void bt848_bright(struct bttv *btv, uint bright) argument
1420 btwrite(bright&0xff, BT848_BRIGHT);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Dvia-pmu68k.c757 printk(KERN_DEBUG "pmu: nvram returned bright: %d\n", (int)req.reply[1]);
780 int bright; local
783 bright = LEVEL_TO_BRIGHT(level);
788 bright);
791 PMU_POW_BACKLIGHT | (bright < 0x7f ? PMU_POW_ON : PMU_POW_OFF));

Completed in 75 milliseconds