Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
da8xx-fb.h File Reference

Go to the source code of this file.

Data Structures

struct  display_panel
 
struct  da8xx_lcdc_platform_data
 
struct  lcd_ctrl_config
 
struct  lcd_sync_arg
 

Macros

#define FBIOGET_CONTRAST   _IOR('F', 1, int)
 
#define FBIOPUT_CONTRAST   _IOW('F', 2, int)
 
#define FBIGET_BRIGHTNESS   _IOR('F', 3, int)
 
#define FBIPUT_BRIGHTNESS   _IOW('F', 3, int)
 
#define FBIGET_COLOR   _IOR('F', 5, int)
 
#define FBIPUT_COLOR   _IOW('F', 6, int)
 
#define FBIPUT_HSYNC   _IOW('F', 9, int)
 
#define FBIPUT_VSYNC   _IOW('F', 10, int)
 

Enumerations

enum  panel_type {
  TPO_VID, TMD_VID, HDMI, TC35876X,
  QVGA = 0
}
 
enum  panel_shade { MONOCHROME = 0, COLOR_ACTIVE, COLOR_PASSIVE }
 
enum  raster_load_mode { LOAD_DATA = 1, LOAD_PALETTE }
 

Macro Definition Documentation

#define FBIGET_BRIGHTNESS   _IOR('F', 3, int)

Definition at line 99 of file da8xx-fb.h.

#define FBIGET_COLOR   _IOR('F', 5, int)

Definition at line 101 of file da8xx-fb.h.

#define FBIOGET_CONTRAST   _IOR('F', 1, int)

Definition at line 97 of file da8xx-fb.h.

#define FBIOPUT_CONTRAST   _IOW('F', 2, int)

Definition at line 98 of file da8xx-fb.h.

#define FBIPUT_BRIGHTNESS   _IOW('F', 3, int)

Definition at line 100 of file da8xx-fb.h.

#define FBIPUT_COLOR   _IOW('F', 6, int)

Definition at line 102 of file da8xx-fb.h.

#define FBIPUT_HSYNC   _IOW('F', 9, int)

Definition at line 103 of file da8xx-fb.h.

#define FBIPUT_VSYNC   _IOW('F', 10, int)

Definition at line 104 of file da8xx-fb.h.

Enumeration Type Documentation

Enumerator:
MONOCHROME 
COLOR_ACTIVE 
COLOR_PASSIVE 

Definition at line 19 of file da8xx-fb.h.

enum panel_type
Enumerator:
TPO_VID 
TMD_VID 
HDMI 
TC35876X 
QVGA 

Definition at line 15 of file da8xx-fb.h.

Enumerator:
LOAD_DATA 
LOAD_PALETTE 

Definition at line 25 of file da8xx-fb.h.