Home
last modified time | relevance | path

Searched defs:i2sbus_dev (Results 1 – 1 of 1) sorted by relevance

/sound/aoa/soundbus/i2sbus/
Di2sbus.h59 struct i2sbus_dev { struct
60 struct soundbus_dev sound;
61 struct macio_dev *macio;
62 struct i2sbus_control *control;
63 volatile struct i2s_interface_regs __iomem *intfregs;
65 struct resource resources[3];
66 struct resource *allocated_resource[3];
67 int interrupts[3];
68 char rnames[3][32];
94 container_of(sdev, struct i2sbus_dev, sound) argument