Searched refs:intensity (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-pxa/
H A Dsharpsl.h31 void corgi_bl_set_intensity(int intensity);
32 void spitz_bl_set_intensity(int intensity);
33 void akita_bl_set_intensity(int intensity);
H A Dcorgi_lcd.c526 void corgi_bl_set_intensity(int intensity) argument
528 if (intensity > 0x10)
529 intensity += 0x10;
532 corgi_ssp_blduty_set(intensity & 0x1f);
535 if (intensity & 0x0020)
544 void spitz_bl_set_intensity(int intensity) argument
546 if (intensity > 0x10)
547 intensity += 0x10;
550 corgi_ssp_blduty_set(intensity & 0x1f);
553 if (intensity
566 akita_bl_set_intensity(int intensity) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/backlight/
H A Dhp680_bl.c36 int intensity = bd->props.brightness; local
39 intensity = 0;
41 intensity = 0;
43 intensity = 0;
46 if (intensity && current_intensity == 0) {
51 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNESS);
52 } else if (intensity == 0 && current_intensity != 0) {
53 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNESS);
58 } else if (intensity) {
59 sh_dac_output(255-(u8)intensity, DAC_LCD_BRIGHTNES
[all...]
H A Dcorgi_bl.c36 int intensity = bd->props.brightness; local
39 intensity = 0;
41 intensity = 0;
43 intensity = 0;
45 intensity &= bl_machinfo->limit_mask;
47 bl_machinfo->set_bl_intensity(intensity);
49 corgibl_intensity = intensity;
89 * Called when the battery is low to limit the backlight intensity.
90 * If limit==0 clear any limit, otherwise limit the intensity
H A Dprogear_bl.c38 int intensity = bd->props.brightness; local
41 intensity = 0;
43 intensity = 0;
45 pci_write_config_byte(pmu_dev, PMU_LPCR, intensity + HW_LEVEL_MIN);
52 u8 intensity; local
53 pci_read_config_byte(pmu_dev, PMU_LPCR, &intensity);
55 return intensity - HW_LEVEL_MIN;
H A Dcr_bllcd.c74 int intensity = bd->props.brightness; local
79 intensity = FB_BLANK_UNBLANK;
81 intensity = FB_BLANK_UNBLANK;
83 intensity = FB_BLANK_POWERDOWN;
85 intensity = FB_BLANK_POWERDOWN;
87 if (intensity == FB_BLANK_UNBLANK) { /* FULL ON */
90 } else if (intensity == FB_BLANK_POWERDOWN) { /* OFF */
102 u8 intensity; local
105 intensity = FB_BLANK_POWERDOWN;
107 intensity
[all...]
H A Dlocomolcd.c115 int intensity = bd->props.brightness; local
118 intensity = 0;
120 intensity = 0;
122 intensity = 0;
124 switch (intensity) {
135 current_intensity = intensity;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dsharpsl.h32 void (*set_bl_intensity)(int intensity);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-s390/
H A Ddasd.h169 int intensity; member in struct:format_data_t
173 * values to be used for format_data_t.intensity
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dmdacon.c381 return ((ch & 0x0200) << 2) | /* intensity */
386 static u8 mdacon_build_attr(struct vc_data *c, u8 color, u8 intensity, argument
391 * Bit 0..1 : intensity (0..2)
397 return (intensity & 3) |
H A Dvgacon.c583 static u8 vgacon_build_attr(struct vc_data *c, u8 color, u8 intensity, argument
593 else if (intensity == 0)
602 if (intensity == 2)
609 else if (intensity == 0)
1160 /* 256-char: enable intensity bit
1161 512-char: disable intensity bit */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/block/
H A Ddasd_eckd.c973 * fdata->intensity is a bit string that tells us what to do:
980 switch (fdata->intensity) {
1005 fdata->intensity);
1017 switch (fdata->intensity & ~0x08) {
1055 if (fdata->intensity & 0x01) { /* write record zero */
1070 if ((fdata->intensity & ~0x08) & 0x04) { /* erase track */
1093 if ((fdata->intensity & 0x08) &&
1100 if ((fdata->intensity & 0x08) &&
H A Ddasd_ioctl.c151 fdata->stop_unit, fdata->blksize, fdata->intensity);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c319 sisusbcon_build_attr(struct vc_data *c, u8 color, u8 intensity, argument
326 else if (intensity == 0)
337 if (intensity == 2)
1216 256-char: enable intensity bit
1217 512-char: disable intensity bit */

Completed in 127 milliseconds