Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
lcd_platform_data Struct Reference

#include <lcd.h>

Data Fields

int(* reset )(struct lcd_device *ld)
 
int(* power_on )(struct lcd_device *ld, int enable)
 
int lcd_enabled
 
unsigned int reset_delay
 
unsigned int power_on_delay
 
unsigned int power_off_delay
 
voidpdata
 

Detailed Description

Definition at line 82 of file lcd.h.

Field Documentation

int lcd_enabled

Definition at line 91 of file lcd.h.

void* pdata

Definition at line 102 of file lcd.h.

unsigned int power_off_delay

Definition at line 99 of file lcd.h.

int(* power_on)(struct lcd_device *ld, int enable)

Definition at line 87 of file lcd.h.

unsigned int power_on_delay

Definition at line 97 of file lcd.h.

int(* reset)(struct lcd_device *ld)

Definition at line 84 of file lcd.h.

unsigned int reset_delay

Definition at line 95 of file lcd.h.


The documentation for this struct was generated from the following file: