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

/linux-4.1.27/arch/arm/mach-lpc32xx/
H A Dphy3250.c53 #define LCD_POWER_GPIO LPC32XX_GPIO(LPC32XX_GPO_P3_GRP, 0) macro
100 if (gpio_request(LCD_POWER_GPIO, "LCD power")) lpc32xx_clcd_setup()
102 LCD_POWER_GPIO); lpc32xx_clcd_setup()
103 else if (gpio_direction_output(LCD_POWER_GPIO, 1)) lpc32xx_clcd_setup()
105 LCD_POWER_GPIO); lpc32xx_clcd_setup()
138 gpio_set_value(LCD_POWER_GPIO, 0); clcd_disable()
144 gpio_set_value(LCD_POWER_GPIO, 1); clcd_enable()

Completed in 71 milliseconds