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

Go to the source code of this file.

Functions

 module_platform_driver (osk_panel_driver)
 

Variables

struct lcd_panel osk_panel
 

Function Documentation

module_platform_driver ( osk_panel_driver  )

Variable Documentation

struct lcd_panel osk_panel
Initial value:
= {
.name = "osk",
.bpp = 16,
.data_lines = 16,
.x_res = 240,
.y_res = 320,
.pixel_clock = 12500,
.hsw = 40,
.hfp = 40,
.hbp = 72,
.vsw = 1,
.vfp = 1,
.vbp = 0,
.pcd = 12,
.init = osk_panel_init,
.cleanup = osk_panel_cleanup,
.enable = osk_panel_enable,
.disable = osk_panel_disable,
.get_caps = osk_panel_get_caps,
}

Definition at line 74 of file lcd_osk.c.