Linux Kernel
3.7.1
|
#include <video-mx3fb.h>
Data Fields | |
struct device * | dma_dev |
const char * | name |
struct fb_videomode * | mode |
int | num_modes |
enum disp_data_mapping | disp_data_fmt |
struct mx3fb_platform_data - mx3fb platform data
: pointer to the dma-device, used for dma-slave connection : pointer to a platform-provided per mxc_register_fb() videomode
Definition at line 45 of file video-mx3fb.h.
enum disp_data_mapping disp_data_fmt |
Definition at line 50 of file video-mx3fb.h.
Definition at line 46 of file video-mx3fb.h.
struct fb_videomode* mode |
Definition at line 48 of file video-mx3fb.h.
Definition at line 47 of file video-mx3fb.h.
int num_modes |
Definition at line 49 of file video-mx3fb.h.