Linux Kernel
3.7.1
|
#include <exynos_mipi_dsim.h>
Data Fields | |
char | lcd_panel_name [PANEL_NAME_SIZE] |
struct mipi_dsim_config * | dsim_config |
unsigned int | enabled |
void * | lcd_panel_info |
int(* | phy_enable )(struct platform_device *pdev, bool on) |
Definition at line 254 of file exynos_mipi_dsim.h.
struct mipi_dsim_config* dsim_config |
Definition at line 257 of file exynos_mipi_dsim.h.
unsigned int enabled |
Definition at line 258 of file exynos_mipi_dsim.h.
void* lcd_panel_info |
Definition at line 259 of file exynos_mipi_dsim.h.
char lcd_panel_name[PANEL_NAME_SIZE] |
Definition at line 255 of file exynos_mipi_dsim.h.
int(* phy_enable)(struct platform_device *pdev, bool on) |
Definition at line 261 of file exynos_mipi_dsim.h.