Linux Kernel
3.7.1
|
#include <linux/device.h>
#include <linux/fb.h>
Go to the source code of this file.
Data Structures | |
struct | mipi_dsim_config |
struct | mipi_dsim_device |
struct | mipi_dsim_platform_data |
struct | mipi_dsim_master_ops |
struct | mipi_dsim_lcd_device |
struct | mipi_dsim_lcd_driver |
Macros | |
#define | PANEL_NAME_SIZE (32) |
Functions | |
int | exynos_mipi_dsi_register_lcd_device (struct mipi_dsim_lcd_device *lcd_dev) |
int | exynos_mipi_dsi_register_lcd_driver (struct mipi_dsim_lcd_driver *lcd_drv) |
#define PANEL_NAME_SIZE (32) |
Definition at line 21 of file exynos_mipi_dsim.h.
DSIM_NON_BURST_SYNC_EVENT | |
DSIM_BURST_SYNC_EVENT | |
DSIM_NON_BURST_SYNC_PULSE | |
DSIM_BURST | |
DSIM_NON_VIDEO_MODE |
Definition at line 44 of file exynos_mipi_dsim.h.
Definition at line 59 of file exynos_mipi_dsim.h.
Definition at line 32 of file exynos_mipi_dsim.h.
Definition at line 52 of file exynos_mipi_dsim.h.
DSIM_CMD_3BPP | |
DSIM_CMD_8BPP | |
DSIM_CMD_12BPP | |
DSIM_CMD_16BPP | |
DSIM_VID_16BPP_565 | |
DSIM_VID_18BPP_666PACKED | |
DSIM_18BPP_666LOOSELYPACKED | |
DSIM_24BPP_888 |
Definition at line 65 of file exynos_mipi_dsim.h.
Definition at line 37 of file exynos_mipi_dsim.h.
int exynos_mipi_dsi_register_lcd_device | ( | struct mipi_dsim_lcd_device * | lcd_dev | ) |
Definition at line 184 of file exynos_mipi_dsi.c.
int exynos_mipi_dsi_register_lcd_driver | ( | struct mipi_dsim_lcd_driver * | lcd_drv | ) |
register mipi_dsim_lcd_driver object defined by lcd panel driver to mipi-dsi driver.
Definition at line 245 of file exynos_mipi_dsi.c.