Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
sh_mobile_lcdcfb.h File Reference
#include <linux/completion.h>
#include <linux/fb.h>
#include <linux/mutex.h>
#include <linux/wait.h>

Go to the source code of this file.

Data Structures

struct  sh_mobile_lcdc_entity_ops
 
struct  sh_mobile_lcdc_entity
 
struct  sh_mobile_lcdc_chan
 

Macros

#define PALETTE_NR   16
 
#define SH_MOBILE_LCDC_DISPLAY_DISCONNECTED   0
 
#define SH_MOBILE_LCDC_DISPLAY_CONNECTED   1
 

Enumerations

enum  {
  LDDCKPAT1R, LDDCKPAT2R, LDMT1R, LDMT2R,
  LDMT3R, LDDFR, LDSM1R, LDSM2R,
  LDSA1R, LDSA2R, LDMLSR, LDHCNR,
  LDHSYNR, LDVLNR, LDVSYNR, LDPMR,
  LDHAJR, NR_CH_REGS
}
 
enum  sh_mobile_lcdc_entity_event { SH_MOBILE_LCDC_EVENT_DISPLAY_CONNECT, SH_MOBILE_LCDC_EVENT_DISPLAY_DISCONNECT, SH_MOBILE_LCDC_EVENT_DISPLAY_MODE }
 

Macro Definition Documentation

#define PALETTE_NR   16

Definition at line 15 of file sh_mobile_lcdcfb.h.

#define SH_MOBILE_LCDC_DISPLAY_CONNECTED   1

Definition at line 26 of file sh_mobile_lcdcfb.h.

#define SH_MOBILE_LCDC_DISPLAY_DISCONNECTED   0

Definition at line 25 of file sh_mobile_lcdcfb.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
LDDCKPAT1R 
LDDCKPAT2R 
LDMT1R 
LDMT2R 
LDMT3R 
LDDFR 
LDSM1R 
LDSM2R 
LDSA1R 
LDSA2R 
LDMLSR 
LDHCNR 
LDHSYNR 
LDVLNR 
LDVSYNR 
LDPMR 
LDHAJR 
NR_CH_REGS 

Definition at line 10 of file sh_mobile_lcdcfb.h.

Enumerator:
SH_MOBILE_LCDC_EVENT_DISPLAY_CONNECT 
SH_MOBILE_LCDC_EVENT_DISPLAY_DISCONNECT 
SH_MOBILE_LCDC_EVENT_DISPLAY_MODE 

Definition at line 34 of file sh_mobile_lcdcfb.h.