Linux Kernel
3.7.1
|
#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 } |
#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.
anonymous enum |
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.
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.