Lines Matching refs:snd_device
32 struct snd_device *dev; in snd_device_new()
49 struct snd_device *pdev = list_entry(p, struct snd_device, list); in snd_device_new()
59 static void __snd_device_disconnect(struct snd_device *dev) in __snd_device_disconnect()
69 static void __snd_device_free(struct snd_device *dev) in __snd_device_free()
82 static struct snd_device *look_for_dev(struct snd_card *card, void *device_data) in look_for_dev()
84 struct snd_device *dev; in look_for_dev()
108 struct snd_device *dev; in snd_device_disconnect()
132 struct snd_device *dev; in snd_device_free()
145 static int __snd_device_register(struct snd_device *dev) in __snd_device_register()
173 struct snd_device *dev; in snd_device_register()
191 struct snd_device *dev; in snd_device_register_all()
210 struct snd_device *dev; in snd_device_disconnect_all()
224 struct snd_device *dev, *next; in snd_device_free_all()
255 struct snd_device *dev; in snd_device_get_state()