Linux Kernel
3.7.1
|
Data Fields | |
struct s3c_fb_pd_win * | windata |
struct s3c_fb * | parent |
struct fb_info * | fbinfo |
struct s3c_fb_palette | palette |
struct s3c_fb_win_variant | variant |
u32 * | palette_buffer |
u32 | pseudo_palette [16] |
unsigned int | index |
struct s3c_fb_win - per window private data for each framebuffer. : The platform data supplied for the window configuration. : The hardware that this window is part of. : Pointer pack to the framebuffer info for this window. : The variant information for this window. : Buffer/cache to hold palette entries. : For use in TRUECOLOUR modes for entries 0..15/ : The window number of this window. : The bitfields for changing r/g/b into a hardware palette entry.
struct s3c_fb_win_variant variant |
struct s3c_fb_pd_win* windata |