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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-lpc32xx/
H A Dphy3250.c46 #define LCD_POWER_GPIO LPC32XX_GPIO(LPC32XX_GPO_P3_GRP, 0) macro
93 if (gpio_request(LCD_POWER_GPIO, "LCD power"))
95 LCD_POWER_GPIO);
96 else if (gpio_direction_output(LCD_POWER_GPIO, 1))
98 LCD_POWER_GPIO);
131 gpio_set_value(LCD_POWER_GPIO, 0);
137 gpio_set_value(LCD_POWER_GPIO, 1);

Completed in 24 milliseconds