Linux Kernel
3.7.1
|
Data Fields | |
struct device * | dev |
unsigned long | phys_base |
void __iomem * | io_base |
int | irq |
struct mutex | mutex |
u32 | dn_channels |
u32 | up_channels |
u32 | dn_threshold |
u32 | up_threshold |
u32 | dn_rx_offset |
Definition at line 48 of file omap-mcpdm.c.
Definition at line 49 of file omap-mcpdm.c.
u32 dn_channels |
Definition at line 57 of file omap-mcpdm.c.
u32 dn_rx_offset |
Definition at line 65 of file omap-mcpdm.c.
u32 dn_threshold |
Definition at line 61 of file omap-mcpdm.c.
Definition at line 51 of file omap-mcpdm.c.
int irq |
Definition at line 52 of file omap-mcpdm.c.
Definition at line 54 of file omap-mcpdm.c.
unsigned long phys_base |
Definition at line 50 of file omap-mcpdm.c.
u32 up_channels |
Definition at line 58 of file omap-mcpdm.c.
u32 up_threshold |
Definition at line 62 of file omap-mcpdm.c.