Home
last modified time | relevance | path

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

/linux/sound/aoa/soundbus/i2sbus/
H A Di2sbus.h57 struct i2sbus_dev { struct
58 struct soundbus_dev sound;
59 struct macio_dev *macio;
60 struct i2sbus_control *control;
61 volatile struct i2s_interface_regs __iomem *intfregs;
63 struct resource resources[3];
64 struct resource *allocated_resource[3];
65 int interrupts[3];
66 char rnames[3][32];
92 container_of(sdev, struct i2sbus_dev, sound) argument