Linux Kernel
3.7.1
|
#include <exynos_mipi_dsim.h>
Data Fields | |
int(* | cmd_write )(struct mipi_dsim_device *dsim, unsigned int data_id, const unsigned char *data0, unsigned int data1) |
int(* | cmd_read )(struct mipi_dsim_device *dsim, unsigned int data_id, unsigned int data0, unsigned int req_size, u8 *rx_buf) |
int(* | get_dsim_frame_done )(struct mipi_dsim_device *dsim) |
int(* | clear_dsim_frame_done )(struct mipi_dsim_device *dsim) |
int(* | get_fb_frame_done )(struct fb_info *info) |
void(* | trigger )(struct fb_info *info) |
int(* | set_early_blank_mode )(struct mipi_dsim_device *dsim, int power) |
int(* | set_blank_mode )(struct mipi_dsim_device *dsim, int power) |
Definition at line 283 of file exynos_mipi_dsim.h.
int(* clear_dsim_frame_done)(struct mipi_dsim_device *dsim) |
Definition at line 289 of file exynos_mipi_dsim.h.
int(* cmd_read)(struct mipi_dsim_device *dsim, unsigned int data_id, unsigned int data0, unsigned int req_size, u8 *rx_buf) |
Definition at line 286 of file exynos_mipi_dsim.h.
int(* cmd_write)(struct mipi_dsim_device *dsim, unsigned int data_id, const unsigned char *data0, unsigned int data1) |
Definition at line 284 of file exynos_mipi_dsim.h.
int(* get_dsim_frame_done)(struct mipi_dsim_device *dsim) |
Definition at line 288 of file exynos_mipi_dsim.h.
int(* set_blank_mode)(struct mipi_dsim_device *dsim, int power) |
Definition at line 294 of file exynos_mipi_dsim.h.
int(* set_early_blank_mode)(struct mipi_dsim_device *dsim, int power) |
Definition at line 293 of file exynos_mipi_dsim.h.