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

Go to the source code of this file.

Functions

 module_platform_driver (palmtt_panel_driver)
 

Variables

struct lcd_panel palmtt_panel
 

Function Documentation

module_platform_driver ( palmtt_panel_driver  )

Variable Documentation

struct lcd_panel palmtt_panel
Initial value:
= {
.name = "palmtt",
.bpp = 16,
.data_lines = 16,
.x_res = 320,
.y_res = 320,
.pixel_clock = 10000,
.hsw = 4,
.hfp = 8,
.hbp = 28,
.vsw = 1,
.vfp = 8,
.vbp = 7,
.pcd = 0,
.init = palmtt_panel_init,
.cleanup = palmtt_panel_cleanup,
.enable = palmtt_panel_enable,
.disable = palmtt_panel_disable,
.get_caps = palmtt_panel_get_caps,
}

Definition at line 59 of file lcd_palmtt.c.