Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions
s6e8ax0.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/errno.h>
#include <linux/mutex.h>
#include <linux/wait.h>
#include <linux/ctype.h>
#include <linux/io.h>
#include <linux/delay.h>
#include <linux/irq.h>
#include <linux/interrupt.h>
#include <linux/lcd.h>
#include <linux/fb.h>
#include <linux/backlight.h>
#include <linux/regulator/consumer.h>
#include <video/mipi_display.h>
#include <video/exynos_mipi_dsim.h>

Go to the source code of this file.

Data Structures

struct  s6e8ax0
 

Macros

#define LDI_MTP_LENGTH   24
 
#define DSIM_PM_STABLE_TIME   10
 
#define MIN_BRIGHTNESS   0
 
#define MAX_BRIGHTNESS   24
 
#define GAMMA_TABLE_COUNT   26
 
#define POWER_IS_ON(pwr)   ((pwr) == FB_BLANK_UNBLANK)
 
#define POWER_IS_OFF(pwr)   ((pwr) == FB_BLANK_POWERDOWN)
 
#define POWER_IS_NRM(pwr)   ((pwr) == FB_BLANK_NORMAL)
 
#define lcd_to_master(a)   (a->dsim_dev->master)
 
#define lcd_to_master_ops(a)   ((lcd_to_master(a))->master_ops)
 
#define s6e8ax0_suspend   NULL
 
#define s6e8ax0_resume   NULL
 

Enumerations

enum  { DSIM_NONE_STATE = 0, DSIM_RESUME_COMPLETE = 1, DSIM_FRAME_DONE = 2 }
 

Functions

 module_init (s6e8ax0_init)
 
 module_exit (s6e8ax0_exit)
 
 MODULE_AUTHOR ("Donghwa Lee <[email protected]>")
 
 MODULE_AUTHOR ("Inki Dae <[email protected]>")
 
 MODULE_DESCRIPTION ("MIPI-DSI based s6e8ax0 AMOLED LCD Panel Driver")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define DSIM_PM_STABLE_TIME   10

Definition at line 32 of file s6e8ax0.c.

#define GAMMA_TABLE_COUNT   26

Definition at line 35 of file s6e8ax0.c.

#define lcd_to_master (   a)    (a->dsim_dev->master)

Definition at line 41 of file s6e8ax0.c.

#define lcd_to_master_ops (   a)    ((lcd_to_master(a))->master_ops)

Definition at line 42 of file s6e8ax0.c.

#define LDI_MTP_LENGTH   24

Definition at line 31 of file s6e8ax0.c.

#define MAX_BRIGHTNESS   24

Definition at line 34 of file s6e8ax0.c.

#define MIN_BRIGHTNESS   0

Definition at line 33 of file s6e8ax0.c.

#define POWER_IS_NRM (   pwr)    ((pwr) == FB_BLANK_NORMAL)

Definition at line 39 of file s6e8ax0.c.

#define POWER_IS_OFF (   pwr)    ((pwr) == FB_BLANK_POWERDOWN)

Definition at line 38 of file s6e8ax0.c.

#define POWER_IS_ON (   pwr)    ((pwr) == FB_BLANK_UNBLANK)

Definition at line 37 of file s6e8ax0.c.

#define s6e8ax0_resume   NULL

Definition at line 877 of file s6e8ax0.c.

#define s6e8ax0_suspend   NULL

Definition at line 876 of file s6e8ax0.c.

Enumeration Type Documentation

anonymous enum
Enumerator:
DSIM_NONE_STATE 
DSIM_RESUME_COMPLETE 
DSIM_FRAME_DONE 

Definition at line 44 of file s6e8ax0.c.

Function Documentation

MODULE_AUTHOR ( "Donghwa Lee <[email protected]>"  )
MODULE_AUTHOR ( "Inki Dae <[email protected]>"  )
MODULE_DESCRIPTION ( "MIPI-DSI based s6e8ax0 AMOLED LCD Panel Driver"  )
module_exit ( s6e8ax0_exit  )
module_init ( s6e8ax0_init  )
MODULE_LICENSE ( "GPL"  )