Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
lcd_htcherald.c File Reference
#include <linux/module.h>
#include <linux/platform_device.h>
#include "omapfb.h"

Go to the source code of this file.

Functions

 module_platform_driver (htcherald_panel_driver)
 

Variables

struct lcd_panel htcherald_panel_1
 

Function Documentation

module_platform_driver ( htcherald_panel_driver  )

Variable Documentation

struct lcd_panel htcherald_panel_1
Initial value:
= {
.name = "lcd_herald",
.config = OMAP_LCDC_PANEL_TFT |
.bpp = 16,
.data_lines = 16,
.x_res = 240,
.y_res = 320,
.pixel_clock = 6093,
.pcd = 0,
.hsw = 10,
.hfp = 10,
.hbp = 20,
.vsw = 3,
.vfp = 2,
.vbp = 2,
.init = htcherald_panel_init,
.cleanup = htcherald_panel_cleanup,
.enable = htcherald_panel_enable,
.disable = htcherald_panel_disable,
.get_caps = htcherald_panel_get_caps,
}

Definition at line 59 of file lcd_htcherald.c.