Home
last modified time | relevance | path

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

/sound/core/
Ddevice.c30 void *device_data, const struct snd_device_ops *ops) in snd_device_new()
82 static struct snd_device *look_for_dev(struct snd_card *card, void *device_data) in look_for_dev()
106 void snd_device_disconnect(struct snd_card *card, void *device_data) in snd_device_disconnect()
130 void snd_device_free(struct snd_card *card, void *device_data) in snd_device_free()
171 int snd_device_register(struct snd_card *card, void *device_data) in snd_device_register()
253 int snd_device_get_state(struct snd_card *card, void *device_data) in snd_device_get_state()
/sound/aoa/core/
Dalsa.c62 void *device_data, const struct snd_device_ops *ops) in aoa_snd_device_new()