Home
last modified time | relevance | path

Searched refs:sndstat_file (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/dev/sound/pcm/
Dsndstat.c68 struct sndstat_file { struct
69 TAILQ_ENTRY(sndstat_file) entry;
82 static TAILQ_HEAD(, sndstat_file) sndstat_filelist = TAILQ_HEAD_INITIALIZER(sndstat_filelist); argument
86 static int sndstat_prepare(struct sndstat_file *);
109 struct sndstat_file *pf; in sndstat_open()
128 sndstat_close(void *sndstat_file) in sndstat_close() argument
130 struct sndstat_file *pf = (struct sndstat_file *)sndstat_file; in sndstat_close()
143 struct sndstat_file *pf; in sndstat_read()
181 struct sndstat_file *pf; in sndstat_write()
335 sndstat_prepare(struct sndstat_file *pf_self) in sndstat_prepare()
[all …]