Linux Kernel
3.7.1
|
#include <video-ep93xx.h>
Data Fields | |
unsigned int | num_modes |
struct fb_videomode * | modes |
struct fb_videomode * | default_mode |
int | bpp |
unsigned int | flags |
int(* | setup )(struct platform_device *pdev) |
void(* | teardown )(struct platform_device *pdev) |
void(* | blank )(int blank_mode, struct fb_info *info) |
Definition at line 44 of file video-ep93xx.h.
int bpp |
Definition at line 48 of file video-ep93xx.h.
struct fb_videomode* default_mode |
Definition at line 47 of file video-ep93xx.h.
unsigned int flags |
Definition at line 49 of file video-ep93xx.h.
struct fb_videomode* modes |
Definition at line 46 of file video-ep93xx.h.
unsigned int num_modes |
Definition at line 45 of file video-ep93xx.h.
int(* setup)(struct platform_device *pdev) |
Definition at line 51 of file video-ep93xx.h.
void(* teardown)(struct platform_device *pdev) |
Definition at line 52 of file video-ep93xx.h.