Linux Kernel
3.7.1
|
Data Fields | |
struct mutex | lock |
struct device * | dev |
void __iomem * | regs |
struct completion | done |
struct ep93xx_ac97_info - EP93xx AC97 controller info structure : mutex serializing access to the bus (slot 1 & 2 ops) : pointer to the platform device dev structure : mapped AC97 controller registers : bus ops wait here for an interrupt
Definition at line 93 of file ep93xx-ac97.c.
Definition at line 95 of file ep93xx-ac97.c.
struct completion done |
Definition at line 97 of file ep93xx-ac97.c.
Definition at line 94 of file ep93xx-ac97.c.
Definition at line 96 of file ep93xx-ac97.c.