Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/aoa/soundbus/
A Dcore.c15 struct soundbus_dev *soundbus_dev_get(struct soundbus_dev *dev) in soundbus_dev_get()
40 struct soundbus_dev *soundbus_dev; in soundbus_probe() local
48 soundbus_dev_get(soundbus_dev); in soundbus_probe()
52 soundbus_dev_put(soundbus_dev); in soundbus_probe()
60 const struct soundbus_dev * soundbus_dev; in soundbus_uevent() local
70 if (!soundbus_dev) in soundbus_uevent()
73 of = &soundbus_dev->ofdev; in soundbus_uevent()
109 struct soundbus_dev * soundbus_dev = to_soundbus_device(dev); in soundbus_device_remove() local
113 drv->remove(soundbus_dev); in soundbus_device_remove()
119 struct soundbus_dev * soundbus_dev = to_soundbus_device(dev); in soundbus_device_shutdown() local
[all …]
A Dsoundbus.h48 struct soundbus_dev *sdev;
138 struct soundbus_dev { struct
163 int (*attach_codec)(struct soundbus_dev *dev, struct snd_card *card, argument
165 void (*detach_codec)(struct soundbus_dev *dev, void *data); argument
175 extern int soundbus_add_one(struct soundbus_dev *dev);
176 extern void soundbus_remove_one(struct soundbus_dev *dev);
178 extern struct soundbus_dev *soundbus_dev_get(struct soundbus_dev *dev);
179 extern void soundbus_dev_put(struct soundbus_dev *dev);
187 int (*probe)(struct soundbus_dev* dev);
188 void (*remove)(struct soundbus_dev *dev);
[all …]
A Dsysfs.c11 struct soundbus_dev *sdev = to_soundbus_device(dev); in modalias_show()
26 struct soundbus_dev *sdev = to_soundbus_device(dev); in name_show()
36 struct soundbus_dev *sdev = to_soundbus_device(dev); in type_show()
/linux-6.3-rc2/sound/aoa/codecs/
A Dtoonie.c98 if (toonie->codec.soundbus_dev->attach_codec(toonie->codec.soundbus_dev, in toonie_init_codec()
113 if (!toonie->codec.soundbus_dev) { in toonie_exit_codec()
117 toonie->codec.soundbus_dev->detach_codec(toonie->codec.soundbus_dev, toonie); in toonie_exit_codec()
A Donyx.c918 if (onyx->codec.soundbus_dev->attach_codec(onyx->codec.soundbus_dev, in onyx_init_codec()
929 onyx->codec.soundbus_dev->pcm->device; \ in onyx_init_codec()
936 if (onyx->codec.soundbus_dev->pcm) { in onyx_init_codec()
977 onyx->codec.soundbus_dev->detach_codec(onyx->codec.soundbus_dev, onyx); in onyx_init_codec()
986 if (!onyx->codec.soundbus_dev) { in onyx_exit_codec()
990 onyx->codec.soundbus_dev->detach_codec(onyx->codec.soundbus_dev, onyx); in onyx_exit_codec()
A Dtas.c814 if (tas->codec.soundbus_dev->attach_codec(tas->codec.soundbus_dev, in tas_init_codec()
863 tas->codec.soundbus_dev->detach_codec(tas->codec.soundbus_dev, tas); in tas_init_codec()
872 if (!tas->codec.soundbus_dev) in tas_exit_codec()
874 tas->codec.soundbus_dev->detach_codec(tas->codec.soundbus_dev, tas); in tas_exit_codec()
/linux-6.3-rc2/sound/aoa/soundbus/i2sbus/
A Di2sbus.h59 struct soundbus_dev sound;
97 i2sbus_attach_codec(struct soundbus_dev *dev, struct snd_card *card,
100 i2sbus_detach_codec(struct soundbus_dev *dev, void *data);
A Dpcm.c75 struct soundbus_dev *sdev; in i2sbus_pcm_open()
868 i2sbus_attach_codec(struct soundbus_dev *dev, struct snd_card *card, in i2sbus_attach_codec()
1032 void i2sbus_detach_codec(struct soundbus_dev *dev, void *data) in i2sbus_detach_codec()
/linux-6.3-rc2/sound/aoa/
A Daoa.h39 struct soundbus_dev *soundbus_dev; member
/linux-6.3-rc2/sound/aoa/fabrics/
A Dlayout.c608 struct soundbus_dev *sdev;
798 codec->soundbus_dev = ldev->sdev; in check_codec()
844 codec->soundbus_dev = NULL; in layout_remove_codec()
996 static int aoa_fabric_layout_probe(struct soundbus_dev *sdev) in aoa_fabric_layout_probe()
1097 static void aoa_fabric_layout_remove(struct soundbus_dev *sdev) in aoa_fabric_layout_remove()

Completed in 22 milliseconds