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

/sound/core/
H A Ddevice.c31 * @device_data: the data pointer of this device
44 void *device_data, struct snd_device_ops *ops)
48 if (snd_BUG_ON(!card || !device_data || !ops))
58 dev->device_data = device_data;
69 * @device_data: the data pointer to release
78 int snd_device_free(struct snd_card *card, void *device_data) argument
82 if (snd_BUG_ON(!card || !device_data))
85 if (dev->device_data != device_data)
43 snd_device_new(struct snd_card *card, snd_device_type_t type, void *device_data, struct snd_device_ops *ops) argument
121 snd_device_disconnect(struct snd_card *card, void *device_data) argument
156 snd_device_register(struct snd_card *card, void *device_data) argument
[all...]
/sound/aoa/core/
H A Dalsa.c64 void * device_data, struct snd_device_ops * ops)
71 err = snd_device_new(card, type, device_data, ops);
76 err = snd_device_register(card, device_data);
82 snd_device_free(card, device_data);
63 aoa_snd_device_new(snd_device_type_t type, void * device_data, struct snd_device_ops * ops) argument

Completed in 80 milliseconds