Linux Kernel
3.7.1
|
Data Fields | |
struct device * | dev |
u32 | phybase |
u32 | physize |
void __iomem * | virtbase |
int | irq |
struct completion | complete |
struct delayed_work | init_work |
: a pointer back to containing device : the offset to the controller in physical memory : the size of the physical page : the offset to the controller in virtual memory : reserved interrupt number : completion structure for the last LCD command
Definition at line 64 of file arm-charlcd.c.
struct completion complete |
Definition at line 70 of file arm-charlcd.c.
Definition at line 65 of file arm-charlcd.c.
struct delayed_work init_work |
Definition at line 71 of file arm-charlcd.c.
int irq |
Definition at line 69 of file arm-charlcd.c.
u32 phybase |
Definition at line 66 of file arm-charlcd.c.
u32 physize |
Definition at line 67 of file arm-charlcd.c.
Definition at line 68 of file arm-charlcd.c.