Searched refs:lcd (Results 1 - 25 of 32) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dau1200fb.c175 static struct au1200_lcd *lcd = (struct au1200_lcd *) AU1200_LCD_ADDR; variable in typeref:struct:au1200_lcd
662 divider = (lcd->pwmdiv & 0x3FFFF) + 1;
663 hi1 = (lcd->pwmhi >> 16) + 1;
665 lcd->pwmhi &= 0xFFFF;
666 lcd->pwmhi |= (hi1 << 16);
729 winctrl0 = lcd->window[plane].winctrl0;
730 winctrl1 = lcd->window[plane].winctrl1;
752 fb_offset += (((0 - xpos) * winbpp(lcd->window[plane].winctrl1))/8);
776 winenable = lcd->winenable & (1 << plane);
778 lcd
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/backlight/
H A DMakefile3 obj-$(CONFIG_LCD_CLASS_DEVICE) += lcd.o
H A Dcr_bllcd.c37 #include <linux/lcd.h>
204 crp->cr_lcd_device = lcd_device_register("cr-lcd",
H A Dlcd.c11 #include <linux/lcd.h>
21 * and if it is, we're switching lcd power as well ...
94 pr_debug("lcd: set power to %d\n", power);
131 pr_debug("lcd: set contrast to %d\n", contrast);
154 .name = "lcd",
177 * @ops: the lcd operations structure.
179 * Creates and registers a new lcd class_device. Returns either an ERR_PTR()
232 * @ld: the lcd device object to be unregistered and freed.
269 * class is registered before users of the class try to register lcd's
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Dfb.h15 #include <asm/arch/regs-lcd.h>
46 /* lcd configuration registers */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A DMakefile12 obj-$(CONFIG_ANSLCD) += ans-lcd.o
H A Dans-lcd.c2 * /dev/lcd driver for Apple Network Servers.
17 #include <asm/ans-lcd.h>
148 node = of_find_node_by_name(NULL, "lcd");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2443/
H A Dmach-smdk2443.c36 #include <asm/arch/regs-lcd.h>
H A Ddma.c31 #include <asm/arch/regs-lcd.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A Dasus_acpi.c52 #define PROC_LCD "lcd"
705 int lcd = 0; local
709 if (!read_acpi_int(NULL, hotk->methods->lcd_status, &lcd))
714 lcd = ~lcd;
741 lcd = out_obj.integer.value >> 8;
744 return (lcd & 1);
749 int lcd = 0; local
752 lcd = value ? 1 : 0;
753 if (lcd !
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dcommand.c1566 int lcd = -1;
1582 if (lcd < 0)
1583 lcd = j;
1586 if (lcd > j)
1587 lcd = j;
1590 return lcd;
1607 int lcd;
1699 lcd = cmd_lcd ((char **) matchvec->index);
1701 if (lcd)
1705 if (len < lcd)
1565 int lcd = -1; local
1606 int lcd; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2410/
H A Ddma.c30 #include <asm/arch/regs-lcd.h>
H A Dmach-amlm5900.c52 #include <asm/arch/regs-lcd.h>
H A Dmach-h1940.c34 #include <asm/arch/regs-lcd.h>
134 * Set lcd on or off
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2412/
H A Ddma.c31 #include <asm/arch/regs-lcd.h>
H A Dmach-smdk2413.c37 #include <asm/arch/regs-lcd.h>
H A Dmach-vstms.c38 #include <asm/arch/regs-lcd.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2440/
H A Ddma.c30 #include <asm/arch/regs-lcd.h>
H A Dmach-rx3715.c43 #include <asm/arch/regs-lcd.h>
111 /* framebuffer lcd controller information */
H A Dmach-smdk2440.c36 #include <asm/arch/regs-lcd.h>
H A Dmach-anubis.c37 #include <asm/arch/regs-lcd.h>
H A Dmach-osiris.c37 #include <asm/arch/regs-lcd.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A DMakefile89 obj-$(CONFIG_COBALT_LCD) += lcd.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dfb.c322 omapfb_config.lcd = *conf;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/misc/
H A Dasus-laptop.c365 int lcd = 0; local
368 lcd = value ? 1 : 0;
370 if (lcd == get_lcd_state())
381 write_status(NULL, lcd, LCD_ON);

Completed in 154 milliseconds

12