Home
last modified time | relevance | path

Searched refs:LCD_PANEL_QVGA_GPIO (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/video/omap/
Dlcd_ldp.c39 #define LCD_PANEL_QVGA_GPIO 56 macro
69 gpio_request(LCD_PANEL_QVGA_GPIO, "lcd qvga"); in ldp_panel_init()
73 gpio_direction_output(LCD_PANEL_QVGA_GPIO, 0); in ldp_panel_init()
79 gpio_set_value(LCD_PANEL_QVGA_GPIO, 0); in ldp_panel_init()
81 gpio_set_value(LCD_PANEL_QVGA_GPIO, 1); in ldp_panel_init()
92 gpio_free(LCD_PANEL_QVGA_GPIO); in ldp_panel_cleanup()
/linux-2.6.39/arch/arm/mach-omap2/
Dboard-zoom-display.c22 #define LCD_PANEL_QVGA_GPIO 56 macro
41 ret = gpio_request(LCD_PANEL_QVGA_GPIO, "lcd qvga"); in zoom_lcd_panel_init()
44 LCD_PANEL_QVGA_GPIO); in zoom_lcd_panel_init()
47 gpio_direction_output(LCD_PANEL_QVGA_GPIO, 1); in zoom_lcd_panel_init()