#include <linux/module.h>
#include <linux/platform_device.h>
#include "omapfb.h"
Go to the source code of this file.
module_platform_driver |
( |
htcherald_panel_driver |
| ) |
|
Initial value:= {
.name = "lcd_herald",
.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.