|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | adv7393fb_modes |
| struct | adv7393fb_regs |
| struct | adv7393fb_device |
Macros | |
| #define | BFIN_LCD_NBR_PALETTE_ENTRIES 256 |
| #define | VMODE 1 |
| #define | VMEM 1 |
| #define | DMA_CFG_VAL 0x7915 |
| #define | VB_DUMMY_MEMORY_SOURCE BOOT_ROM_START |
| #define | DRIVER_NAME "bfin-adv7393" |
| #define | to_adv7393fb_device(_info) (_info ? container_of(_info, struct adv7393fb_device, info) : NULL); |
Enumerations | |
| enum | { DESTRUCT, BUILD } |
| enum | { POWER_ON, POWER_DOWN, BLANK_ON, BLANK_OFF } |
Functions | |
| int | bfin_adv7393_fb_cursor (struct fb_info *info, struct fb_cursor *cursor) |
| #define BFIN_LCD_NBR_PALETTE_ENTRIES 256 |
Definition at line 11 of file bfin_adv7393fb.h.
| #define DMA_CFG_VAL 0x7915 |
Definition at line 46 of file bfin_adv7393fb.h.
| #define DRIVER_NAME "bfin-adv7393" |
Definition at line 62 of file bfin_adv7393fb.h.
| #define to_adv7393fb_device | ( | _info | ) | (_info ? container_of(_info, struct adv7393fb_device, info) : NULL); |
Definition at line 293 of file bfin_adv7393fb.h.
| #define VB_DUMMY_MEMORY_SOURCE BOOT_ROM_START |
Definition at line 47 of file bfin_adv7393fb.h.
| #define VMEM 1 |
Definition at line 39 of file bfin_adv7393fb.h.
| #define VMODE 1 |
Definition at line 33 of file bfin_adv7393fb.h.
| anonymous enum |
Definition at line 50 of file bfin_adv7393fb.h.
| anonymous enum |
Definition at line 55 of file bfin_adv7393fb.h.
1.8.2