Linux Kernel
3.7.1
|
Data Fields | |
struct sh_mobile_lcdc_chan * | channel |
struct sh_mobile_lcdc_overlay_cfg * | cfg |
struct fb_info * | info |
unsigned int | index |
unsigned long | base |
bool | enabled |
enum sh_mobile_lcdc_overlay_mode | mode |
unsigned int | alpha |
unsigned int | rop3 |
void * | fb_mem |
unsigned long | fb_size |
dma_addr_t | dma_handle |
unsigned long | base_addr_y |
unsigned long | base_addr_c |
unsigned long | pan_y_offset |
struct sh_mobile_lcdc_format_info * | format |
unsigned int | xres |
unsigned int | xres_virtual |
unsigned int | yres |
unsigned int | yres_virtual |
unsigned int | pitch |
int | pos_x |
int | pos_y |
Definition at line 174 of file sh_mobile_lcdcfb.c.
unsigned int alpha |
Definition at line 185 of file sh_mobile_lcdcfb.c.
unsigned long base |
Definition at line 181 of file sh_mobile_lcdcfb.c.
unsigned long base_addr_c |
Definition at line 193 of file sh_mobile_lcdcfb.c.
unsigned long base_addr_y |
Definition at line 192 of file sh_mobile_lcdcfb.c.
Definition at line 177 of file sh_mobile_lcdcfb.c.
Definition at line 175 of file sh_mobile_lcdcfb.c.
dma_addr_t dma_handle |
Definition at line 191 of file sh_mobile_lcdcfb.c.
bool enabled |
Definition at line 183 of file sh_mobile_lcdcfb.c.
void* fb_mem |
Definition at line 188 of file sh_mobile_lcdcfb.c.
unsigned long fb_size |
Definition at line 189 of file sh_mobile_lcdcfb.c.
Definition at line 196 of file sh_mobile_lcdcfb.c.
unsigned int index |
Definition at line 180 of file sh_mobile_lcdcfb.c.
Definition at line 178 of file sh_mobile_lcdcfb.c.
enum sh_mobile_lcdc_overlay_mode mode |
Definition at line 184 of file sh_mobile_lcdcfb.c.
unsigned long pan_y_offset |
Definition at line 194 of file sh_mobile_lcdcfb.c.
unsigned int pitch |
Definition at line 201 of file sh_mobile_lcdcfb.c.
int pos_x |
Definition at line 202 of file sh_mobile_lcdcfb.c.
int pos_y |
Definition at line 203 of file sh_mobile_lcdcfb.c.
unsigned int rop3 |
Definition at line 186 of file sh_mobile_lcdcfb.c.
unsigned int xres |
Definition at line 197 of file sh_mobile_lcdcfb.c.
unsigned int xres_virtual |
Definition at line 198 of file sh_mobile_lcdcfb.c.
unsigned int yres |
Definition at line 199 of file sh_mobile_lcdcfb.c.
unsigned int yres_virtual |
Definition at line 200 of file sh_mobile_lcdcfb.c.