Searched refs:fd (Results 1 – 5 of 5) sorted by relevance
/sound/core/ |
D | misc.c | 189 int snd_fasync_helper(int fd, struct file *file, int on, in snd_fasync_helper() argument 214 return fasync_helper(fd, file, on, &fasync->fasync); in snd_fasync_helper()
|
D | pcm_native.c | 2235 static int snd_pcm_link(struct snd_pcm_substream *substream, int fd) in snd_pcm_link() argument 2242 struct fd f = fdget(fd); in snd_pcm_link() 3914 static int snd_pcm_fasync(int fd, struct file * file, int on) in snd_pcm_fasync() argument 3925 return fasync_helper(fd, file, on, &runtime->fasync); in snd_pcm_fasync()
|
D | init.c | 348 static int snd_disconnect_fasync(int fd, struct file *file, int on) in snd_disconnect_fasync() argument
|
D | control.c | 1939 static int snd_ctl_fasync(int fd, struct file * file, int on) in snd_ctl_fasync() argument 1944 return fasync_helper(fd, file, on, &ctl->fasync); in snd_ctl_fasync()
|
D | timer.c | 2134 static int snd_timer_user_fasync(int fd, struct file * file, int on) in snd_timer_user_fasync() argument 2139 return snd_fasync_helper(fd, file, on, &tu->fasync); in snd_timer_user_fasync()
|