Linux Kernel
3.7.1
|
#include <pxa168fb.h>
Data Fields | |
char | id [16] |
int | num_modes |
struct fb_videomode * | modes |
unsigned | pix_fmt |
unsigned | io_pin_allocation_mode:4 |
unsigned | dumb_mode:4 |
unsigned | panel_rgb_reverse_lanes:1 |
unsigned | gpio_output_mask:8 |
unsigned | gpio_output_data:8 |
unsigned | invert_composite_blank:1 |
unsigned | invert_pix_val_ena:1 |
unsigned | invert_pixclock:1 |
unsigned | panel_rbswap:1 |
unsigned | active:1 |
unsigned | enable_lcd:1 |
Definition at line 85 of file pxa168fb.h.
unsigned active |
Definition at line 121 of file pxa168fb.h.
unsigned dumb_mode |
Definition at line 105 of file pxa168fb.h.
unsigned enable_lcd |
Definition at line 122 of file pxa168fb.h.
unsigned gpio_output_data |
Definition at line 112 of file pxa168fb.h.
unsigned gpio_output_mask |
Definition at line 111 of file pxa168fb.h.
Definition at line 86 of file pxa168fb.h.
unsigned invert_composite_blank |
Definition at line 117 of file pxa168fb.h.
unsigned invert_pix_val_ena |
Definition at line 118 of file pxa168fb.h.
unsigned invert_pixclock |
Definition at line 119 of file pxa168fb.h.
unsigned io_pin_allocation_mode |
Definition at line 99 of file pxa168fb.h.
struct fb_videomode* modes |
Definition at line 89 of file pxa168fb.h.
int num_modes |
Definition at line 88 of file pxa168fb.h.
unsigned panel_rbswap |
Definition at line 120 of file pxa168fb.h.
unsigned panel_rgb_reverse_lanes |
Definition at line 106 of file pxa168fb.h.
unsigned pix_fmt |
Definition at line 94 of file pxa168fb.h.