Searched refs:snd_clone_entry (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/sound/
H A Dclone.h32 struct snd_clone_entry;
124 void snd_clone_register(struct snd_clone_entry *, struct cdev *);
125 struct snd_clone_entry *snd_clone_alloc(struct snd_clone *, struct cdev **,
H A Dclone.c69 struct snd_clone_entry { struct
70 TAILQ_ENTRY(snd_clone_entry) link;
81 TAILQ_HEAD(link_head, snd_clone_entry) head;
198 struct snd_clone_entry *ce;
330 struct snd_clone_entry *ce;
349 struct snd_clone_entry *ce;
365 struct snd_clone_entry *ce;
402 struct snd_clone_entry *ce, *tce;
454 struct snd_clone_entry *ce, *tmp;
479 struct snd_clone_entry *c
[all...]
/freebsd-10-stable/sys/dev/sound/pcm/
H A Ddsp.c2341 struct snd_clone_entry *ce;

Completed in 104 milliseconds