Searched refs:soundbus_dev (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/
H A Dsoundbus.h49 struct soundbus_dev *sdev;
139 struct soundbus_dev { struct
164 int (*attach_codec)(struct soundbus_dev *dev, struct snd_card *card,
166 void (*detach_codec)(struct soundbus_dev *dev, void *data);
173 #define to_soundbus_device(d) container_of(d, struct soundbus_dev, ofdev.dev)
174 #define of_to_soundbus_device(d) container_of(d, struct soundbus_dev, ofdev)
176 extern int soundbus_add_one(struct soundbus_dev *dev);
177 extern void soundbus_remove_one(struct soundbus_dev *dev);
179 extern struct soundbus_dev *soundbus_dev_get(struct soundbus_dev *de
[all...]
H A Dcore.c16 struct soundbus_dev *soundbus_dev_get(struct soundbus_dev *dev)
30 void soundbus_dev_put(struct soundbus_dev *dev)
41 struct soundbus_dev *soundbus_dev; local
44 soundbus_dev = to_soundbus_device(dev);
49 soundbus_dev_get(soundbus_dev);
51 error = drv->probe(soundbus_dev);
53 soundbus_dev_put(soundbus_dev);
62 struct soundbus_dev * soundbus_de local
123 struct soundbus_dev * soundbus_dev = to_soundbus_device(dev); local
135 struct soundbus_dev * soundbus_dev = to_soundbus_device(dev); local
146 struct soundbus_dev * soundbus_dev = to_soundbus_device(dev); local
156 struct soundbus_dev * soundbus_dev = to_soundbus_device(dev); local
[all...]
H A Dsysfs.c11 struct soundbus_dev *mdev = to_soundbus_device (dev); \
18 struct soundbus_dev *sdev = to_soundbus_device(dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/codecs/
H A Dsnd-aoa-codec-toonie.c99 if (toonie->codec.soundbus_dev->attach_codec(toonie->codec.soundbus_dev,
114 if (!toonie->codec.soundbus_dev) {
115 printk(KERN_ERR PFX "toonie_exit_codec called without soundbus_dev!\n");
118 toonie->codec.soundbus_dev->detach_codec(toonie->codec.soundbus_dev, toonie);
H A Dsnd-aoa-codec-onyx.c925 if (onyx->codec.soundbus_dev->attach_codec(onyx->codec.soundbus_dev,
936 onyx->codec.soundbus_dev->pcm->device; \
943 if (onyx->codec.soundbus_dev->pcm) {
984 onyx->codec.soundbus_dev->detach_codec(onyx->codec.soundbus_dev, onyx);
993 if (!onyx->codec.soundbus_dev) {
994 printk(KERN_ERR PFX "onyx_exit_codec called without soundbus_dev!\n");
997 onyx->codec.soundbus_dev->detach_codec(onyx->codec.soundbus_dev, ony
[all...]
H A Dsnd-aoa-codec-tas.c42 * provide two soundbus_dev devices and the fabric
819 if (tas->codec.soundbus_dev->attach_codec(tas->codec.soundbus_dev,
868 tas->codec.soundbus_dev->detach_codec(tas->codec.soundbus_dev, tas);
877 if (!tas->codec.soundbus_dev)
879 tas->codec.soundbus_dev->detach_codec(tas->codec.soundbus_dev, tas);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/soundbus/i2sbus/
H A Di2sbus.h60 struct soundbus_dev sound;
98 i2sbus_attach_codec(struct soundbus_dev *dev, struct snd_card *card,
101 i2sbus_detach_codec(struct soundbus_dev *dev, void *data);
H A Di2sbus-pcm.c77 struct soundbus_dev *sdev;
865 i2sbus_attach_codec(struct soundbus_dev *dev, struct snd_card *card,
1027 void i2sbus_detach_codec(struct soundbus_dev *dev, void *data)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/
H A Daoa.h42 struct soundbus_dev *soundbus_dev; member in struct:aoa_codec
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/fabrics/
H A Dsnd-aoa-fabric-layout.c555 struct soundbus_dev *sdev;
751 codec->soundbus_dev = ldev->sdev;
797 codec->soundbus_dev = NULL;
944 static int aoa_fabric_layout_probe(struct soundbus_dev *sdev)
1041 static int aoa_fabric_layout_remove(struct soundbus_dev *sdev)
1074 static int aoa_fabric_layout_suspend(struct soundbus_dev *sdev, pm_message_t state)
1084 static int aoa_fabric_layout_resume(struct soundbus_dev *sdev)

Completed in 118 milliseconds