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

#include <omapfb.h>

Data Fields

const charname
 
int config
 
int bpp
 
int data_lines
 
int x_res
 
int y_res
 
int pixel_clock
 
int hsw
 
int hfp
 
int hbp
 
int vsw
 
int vfp
 
int vbp
 
int acb
 
int pcd
 
int(* init )(struct lcd_panel *panel, struct omapfb_device *fbdev)
 
void(* cleanup )(struct lcd_panel *panel)
 
int(* enable )(struct lcd_panel *panel)
 
void(* disable )(struct lcd_panel *panel)
 
unsigned long(* get_caps )(struct lcd_panel *panel)
 
int(* set_bklight_level )(struct lcd_panel *panel, unsigned int level)
 
unsigned int(* get_bklight_level )(struct lcd_panel *panel)
 
unsigned int(* get_bklight_max )(struct lcd_panel *panel)
 
int(* run_test )(struct lcd_panel *panel, int test_num)
 

Detailed Description

Definition at line 71 of file omapfb.h.

Field Documentation

int acb

Definition at line 87 of file omapfb.h.

int bpp

Definition at line 74 of file omapfb.h.

void(* cleanup)(struct lcd_panel *panel)

Definition at line 93 of file omapfb.h.

Definition at line 73 of file omapfb.h.

int data_lines

Definition at line 75 of file omapfb.h.

void(* disable)(struct lcd_panel *panel)

Definition at line 95 of file omapfb.h.

int(* enable)(struct lcd_panel *panel)

Definition at line 94 of file omapfb.h.

unsigned int(* get_bklight_level)(struct lcd_panel *panel)

Definition at line 99 of file omapfb.h.

unsigned int(* get_bklight_max)(struct lcd_panel *panel)

Definition at line 100 of file omapfb.h.

unsigned long(* get_caps)(struct lcd_panel *panel)

Definition at line 96 of file omapfb.h.

int hbp

Definition at line 82 of file omapfb.h.

int hfp

Definition at line 81 of file omapfb.h.

int hsw

Definition at line 79 of file omapfb.h.

Definition at line 91 of file omapfb.h.

const char* name

Definition at line 72 of file omapfb.h.

int pcd

Definition at line 88 of file omapfb.h.

int pixel_clock

Definition at line 78 of file omapfb.h.

int(* run_test)(struct lcd_panel *panel, int test_num)

Definition at line 101 of file omapfb.h.

int(* set_bklight_level)(struct lcd_panel *panel, unsigned int level)

Definition at line 97 of file omapfb.h.

int vbp

Definition at line 86 of file omapfb.h.

int vfp

Definition at line 85 of file omapfb.h.

int vsw

Definition at line 83 of file omapfb.h.

int x_res

Definition at line 77 of file omapfb.h.

int y_res

Definition at line 77 of file omapfb.h.


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