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

Go to the source code of this file.

Data Structures

struct  sh_mipi_dsi_info
 

Macros

#define SH_MIPI_DSI_HSABM   (1 << 0)
 
#define SH_MIPI_DSI_HBPBM   (1 << 1)
 
#define SH_MIPI_DSI_HFPBM   (1 << 2)
 
#define SH_MIPI_DSI_BL2E   (1 << 3)
 
#define SH_MIPI_DSI_VSEE   (1 << 4)
 
#define SH_MIPI_DSI_HSEE   (1 << 5)
 
#define SH_MIPI_DSI_HSAE   (1 << 6)
 
#define SH_MIPI_DSI_HSbyteCLK   (1 << 24)
 
#define SH_MIPI_DSI_HS6divCLK   (1 << 25)
 
#define SH_MIPI_DSI_HS4divCLK   (1 << 26)
 
#define SH_MIPI_DSI_SYNC_PULSES_MODE
 
#define SH_MIPI_DSI_SYNC_EVENTS_MODE   (0)
 
#define SH_MIPI_DSI_SYNC_BURST_MODE   (SH_MIPI_DSI_BL2E)
 

Enumerations

enum  sh_mipi_dsi_data_fmt {
  MIPI_RGB888, MIPI_RGB565, MIPI_RGB666_LP, MIPI_RGB666,
  MIPI_BGR888, MIPI_BGR565, MIPI_BGR666_LP, MIPI_BGR666,
  MIPI_YUYV, MIPI_UYVY, MIPI_YUV420_L, MIPI_YUV420
}
 

Macro Definition Documentation

#define SH_MIPI_DSI_BL2E   (1 << 3)

Definition at line 33 of file sh_mipi_dsi.h.

#define SH_MIPI_DSI_HBPBM   (1 << 1)

Definition at line 31 of file sh_mipi_dsi.h.

#define SH_MIPI_DSI_HFPBM   (1 << 2)

Definition at line 32 of file sh_mipi_dsi.h.

#define SH_MIPI_DSI_HS4divCLK   (1 << 26)

Definition at line 40 of file sh_mipi_dsi.h.

#define SH_MIPI_DSI_HS6divCLK   (1 << 25)

Definition at line 39 of file sh_mipi_dsi.h.

#define SH_MIPI_DSI_HSABM   (1 << 0)

Definition at line 30 of file sh_mipi_dsi.h.

#define SH_MIPI_DSI_HSAE   (1 << 6)

Definition at line 36 of file sh_mipi_dsi.h.

#define SH_MIPI_DSI_HSbyteCLK   (1 << 24)

Definition at line 38 of file sh_mipi_dsi.h.

#define SH_MIPI_DSI_HSEE   (1 << 5)

Definition at line 35 of file sh_mipi_dsi.h.

#define SH_MIPI_DSI_SYNC_BURST_MODE   (SH_MIPI_DSI_BL2E)

Definition at line 46 of file sh_mipi_dsi.h.

#define SH_MIPI_DSI_SYNC_EVENTS_MODE   (0)

Definition at line 45 of file sh_mipi_dsi.h.

#define SH_MIPI_DSI_SYNC_PULSES_MODE
Value:
SH_MIPI_DSI_HSEE | \
SH_MIPI_DSI_HSAE)

Definition at line 42 of file sh_mipi_dsi.h.

#define SH_MIPI_DSI_VSEE   (1 << 4)

Definition at line 34 of file sh_mipi_dsi.h.

Enumeration Type Documentation

Enumerator:
MIPI_RGB888 
MIPI_RGB565 
MIPI_RGB666_LP 
MIPI_RGB666 
MIPI_BGR888 
MIPI_BGR565 
MIPI_BGR666_LP 
MIPI_BGR666 
MIPI_YUYV 
MIPI_UYVY 
MIPI_YUV420_L 
MIPI_YUV420 

Definition at line 13 of file sh_mipi_dsi.h.