Linux Kernel
3.7.1
|
#include <exynos_mipi_dsim.h>
Data Fields | |
char * | name |
int | id |
void(* | power_on )(struct mipi_dsim_lcd_device *dsim_dev, int enable) |
void(* | set_sequence )(struct mipi_dsim_lcd_device *dsim_dev) |
int(* | probe )(struct mipi_dsim_lcd_device *dsim_dev) |
int(* | remove )(struct mipi_dsim_lcd_device *dsim_dev) |
void(* | shutdown )(struct mipi_dsim_lcd_device *dsim_dev) |
int(* | suspend )(struct mipi_dsim_lcd_device *dsim_dev) |
int(* | resume )(struct mipi_dsim_lcd_device *dsim_dev) |
Definition at line 336 of file exynos_mipi_dsim.h.
Definition at line 338 of file exynos_mipi_dsim.h.
char* name |
Definition at line 337 of file exynos_mipi_dsim.h.
void(* power_on)(struct mipi_dsim_lcd_device *dsim_dev, int enable) |
Definition at line 340 of file exynos_mipi_dsim.h.
int(* probe)(struct mipi_dsim_lcd_device *dsim_dev) |
Definition at line 342 of file exynos_mipi_dsim.h.
int(* remove)(struct mipi_dsim_lcd_device *dsim_dev) |
Definition at line 343 of file exynos_mipi_dsim.h.
int(* resume)(struct mipi_dsim_lcd_device *dsim_dev) |
Definition at line 346 of file exynos_mipi_dsim.h.
void(* set_sequence)(struct mipi_dsim_lcd_device *dsim_dev) |
Definition at line 341 of file exynos_mipi_dsim.h.
void(* shutdown)(struct mipi_dsim_lcd_device *dsim_dev) |
Definition at line 344 of file exynos_mipi_dsim.h.
int(* suspend)(struct mipi_dsim_lcd_device *dsim_dev) |
Definition at line 345 of file exynos_mipi_dsim.h.