Linux Kernel
3.7.1
|
#include <video-msm_fb.h>
Data Fields | |
void(* | suspend )(struct msm_mddi_client_data *) |
void(* | resume )(struct msm_mddi_client_data *) |
void(* | activate_link )(struct msm_mddi_client_data *) |
void(* | remote_write )(struct msm_mddi_client_data *, uint32_t val, uint32_t reg) |
uint32_t(* | remote_read )(struct msm_mddi_client_data *, uint32_t reg) |
void(* | auto_hibernate )(struct msm_mddi_client_data *, int) |
void * | private_client_data |
struct resource * | fb_resource |
unsigned | interface_type |
Definition at line 65 of file video-msm_fb.h.
void(* activate_link)(struct msm_mddi_client_data *) |
Definition at line 68 of file video-msm_fb.h.
void(* auto_hibernate)(struct msm_mddi_client_data *, int) |
Definition at line 72 of file video-msm_fb.h.
Definition at line 76 of file video-msm_fb.h.
unsigned interface_type |
Definition at line 78 of file video-msm_fb.h.
void* private_client_data |
Definition at line 75 of file video-msm_fb.h.
uint32_t(* remote_read)(struct msm_mddi_client_data *, uint32_t reg) |
Definition at line 71 of file video-msm_fb.h.
Definition at line 69 of file video-msm_fb.h.
void(* resume)(struct msm_mddi_client_data *) |
Definition at line 67 of file video-msm_fb.h.
void(* suspend)(struct msm_mddi_client_data *) |
Definition at line 66 of file video-msm_fb.h.