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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dlcd_omap2evm.c35 #define LCD_PANEL_LR 128 macro
51 gpio_request(LCD_PANEL_LR, "LCD lr");
61 gpio_direction_output(LCD_PANEL_LR, 1);
78 gpio_free(LCD_PANEL_LR);
H A Dlcd_omap3evm.c34 #define LCD_PANEL_LR 2 macro
54 gpio_request(LCD_PANEL_LR, "LCD lr");
63 gpio_direction_output(LCD_PANEL_LR, 1);
80 gpio_free(LCD_PANEL_LR);

Completed in 59 milliseconds