Searched refs:mood (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/drivers/staging/media/easycap/ |
D | easycap_ioctl.c | 631 unsigned int mood; in adjust_brightness() local 670 mood = 0x00FF & (unsigned int)peasycap->brightness; in adjust_brightness() 671 if (write_saa(peasycap->pusb_device, 0x0A, mood)) { in adjust_brightness() 673 "to 0x%02X\n", mood); in adjust_brightness() 676 SAM("adjusting brightness to 0x%02X\n", mood); in adjust_brightness() 687 unsigned int mood; in adjust_contrast() local 726 mood = 0x00FF & (unsigned int) (peasycap->contrast - 128); in adjust_contrast() 727 if (write_saa(peasycap->pusb_device, 0x0B, mood)) { in adjust_contrast() 729 "0x%02X\n", mood); in adjust_contrast() 732 SAM("adjusting contrast to 0x%02X\n", mood); in adjust_contrast() [all …]
|
D | easycap_main.c | 363 int rc, k, m, mood, off; in easycap_newinput() local 468 mood = peasycap->inputset[input].brightness; in easycap_newinput() 469 if (mood != peasycap->brightness) { in easycap_newinput() 470 rc = adjust_brightness(peasycap, mood); in easycap_newinput() 478 mood = peasycap->inputset[input].contrast; in easycap_newinput() 479 if (mood != peasycap->contrast) { in easycap_newinput() 480 rc = adjust_contrast(peasycap, mood); in easycap_newinput() 487 mood = peasycap->inputset[input].saturation; in easycap_newinput() 488 if (mood != peasycap->saturation) { in easycap_newinput() 489 rc = adjust_saturation(peasycap, mood); in easycap_newinput() [all …]
|
/linux-3.4.99/Documentation/development-process/ |
D | 6.Followthrough | 85 time; if you help them get a running start, they will be in a better mood
|
/linux-3.4.99/drivers/platform/x86/ |
D | Kconfig | 402 server running, phase of the moon, and the current mood of
|