#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.
#define DSIM_PM_STABLE_TIME 10 |
#define GAMMA_TABLE_COUNT 26 |
#define lcd_to_master |
( |
|
a | ) |
(a->dsim_dev->master) |
#define LDI_MTP_LENGTH 24 |
#define MAX_BRIGHTNESS 24 |
#define s6e8ax0_resume NULL |
#define s6e8ax0_suspend NULL |
- Enumerator:
DSIM_NONE_STATE |
|
DSIM_RESUME_COMPLETE |
|
DSIM_FRAME_DONE |
|
Definition at line 44 of file s6e8ax0.c.
MODULE_DESCRIPTION |
( |
"MIPI-DSI based s6e8ax0 AMOLED LCD Panel Driver" |
| ) |
|
module_exit |
( |
s6e8ax0_exit |
| ) |
|
module_init |
( |
s6e8ax0_init |
| ) |
|