Searched refs:snddev_info (Results 1 - 15 of 15) sorted by relevance

/freebsd-11.0-release/sys/dev/sound/pcm/
H A Ddsp.h41 void dsp_cdevinfo_init(struct snddev_info *);
42 void dsp_cdevinfo_flush(struct snddev_info *);
H A Dsound.c116 struct snddev_info *d;
128 pcm_clonereset(struct snddev_info *d)
146 pcm_setvchans(struct snddev_info *d, int direction, int newcnt, int num)
270 pcm_chnalloc(struct snddev_info *d, struct pcm_channel **ch, int direction,
395 pcm_inprog(struct snddev_info *d, int delta)
405 pcm_setmaxautovchans(struct snddev_info *d, int num)
428 struct snddev_info *d;
451 struct snddev_info *d;
478 pcm_chn_create(struct snddev_info *d, struct pcm_channel *parent, kobj_class_t cls, int dir, int num, void *devinfo)
594 struct snddev_info *
[all...]
H A Dsound.h92 #define PCM_SOFTC_SIZE (sizeof(struct snddev_info))
321 int pcm_setvchans(struct snddev_info *d, int direction, int newcnt, int num);
322 int pcm_chnalloc(struct snddev_info *d, struct pcm_channel **ch, int direction,
326 int pcm_inprog(struct snddev_info *d, int delta);
328 struct pcm_channel *pcm_chn_create(struct snddev_info *d, struct pcm_channel *parent, kobj_class_t cls, int dir, int num, void *devinfo);
330 int pcm_chn_add(struct snddev_info *d, struct pcm_channel *ch);
331 int pcm_chn_remove(struct snddev_info *d, struct pcm_channel *ch);
383 struct snddev_info { struct
495 "Failed, snddev_info=%p", __func__, __LINE__, x); \
581 "Failed, snddev_info
[all...]
H A Dmixer.c118 struct snddev_info *snddev;
148 mixer_set_softpcmvol(struct snd_mixer *m, struct snddev_info *d,
193 mixer_set_eq(struct snd_mixer *m, struct snddev_info *d,
247 struct snddev_info *d;
341 struct snddev_info *d;
457 struct snddev_info *d;
687 struct snddev_info *snddev;
768 struct snddev_info *d;
1037 struct snddev_info *d;
1061 struct snddev_info *
[all...]
H A Dvchan.c252 pcm_getparentchannel(struct snddev_info *d,
257 KASSERT(d != NULL, ("%s(): NULL snddev_info", __func__));
296 struct snddev_info *d;
351 struct snddev_info *d;
445 struct snddev_info *d;
553 struct snddev_info *d;
667 struct snddev_info *d;
853 struct snddev_info *d;
940 struct snddev_info *d;
H A Ddsp.c116 static struct snddev_info *
151 struct snddev_info *d;
229 struct snddev_info *d;
275 struct snddev_info *d;
330 dsp_cdevinfo_init(struct snddev_info *d)
335 KASSERT(d != NULL, ("NULL snddev_info"));
347 dsp_cdevinfo_flush(struct snddev_info *d)
351 KASSERT(d != NULL, ("NULL snddev_info"));
452 struct snddev_info *d;
703 struct snddev_info *
[all...]
H A Dsndstat.h36 struct snddev_info *d; \
H A Dfeeder_eq.c545 struct snddev_info *d;
605 struct snddev_info *d;
666 struct snddev_info *d;
H A Dsndstat.c337 struct snddev_info *d;
H A Dchannel.h102 struct snddev_info *parentsnddev;
H A Dchannel.c126 struct snddev_info *d;
2014 struct snddev_info *d;
2119 struct snddev_info *d = c->parentsnddev;
H A Dfeeder_chain.c581 struct snddev_info *d;
H A Dfeeder_rate.c237 struct snddev_info *d;
/freebsd-11.0-release/sys/dev/sound/pci/
H A Des137x.c1511 struct snddev_info *d;
/freebsd-11.0-release/sys/dev/sound/pci/hda/
H A Dhdaa.c7000 struct snddev_info *d;

Completed in 73 milliseconds