Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
charlcd Struct Reference

Data Fields

struct devicedev
 
u32 phybase
 
u32 physize
 
void __iomemvirtbase
 
int irq
 
struct completion complete
 
struct delayed_work init_work
 

Detailed Description

: 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.

Field Documentation

struct completion complete

Definition at line 70 of file arm-charlcd.c.

struct device* dev

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.

void __iomem* virtbase

Definition at line 68 of file arm-charlcd.c.


The documentation for this struct was generated from the following file: