#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.
#define MODULE_NAME "omapfb-lcd_h3" |
module_platform_driver |
( |
h3_panel_driver |
| ) |
|
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.