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

Go to the source code of this file.

Macros

#define MODULE_NAME   "omapfb-lcd_h3"
 

Functions

 module_platform_driver (h3_panel_driver)
 

Variables

struct lcd_panel h3_panel
 

Macro Definition Documentation

#define MODULE_NAME   "omapfb-lcd_h3"

Definition at line 29 of file lcd_h3.c.

Function Documentation

module_platform_driver ( h3_panel_driver  )

Variable Documentation

struct lcd_panel h3_panel
Initial value:
= {
.name = "h3",
.data_lines = 16,
.bpp = 16,
.x_res = 240,
.y_res = 320,
.pixel_clock = 12000,
.hsw = 12,
.hfp = 14,
.hbp = 72 - 12,
.vsw = 1,
.vfp = 1,
.vbp = 0,
.pcd = 0,
.init = h3_panel_init,
.cleanup = h3_panel_cleanup,
.enable = h3_panel_enable,
.disable = h3_panel_disable,
.get_caps = h3_panel_get_caps,
}

Definition at line 71 of file lcd_h3.c.