Searched refs:snd_fasync (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | misc.c | 160 struct snd_fasync { struct 173 struct snd_fasync *fasync; in snd_fasync_work_fn() 177 fasync = list_first_entry(&snd_fasync_list, struct snd_fasync, list); in snd_fasync_work_fn() 190 struct snd_fasync **fasyncp) in snd_fasync_helper() 192 struct snd_fasync *fasync = NULL; in snd_fasync_helper() 218 void snd_kill_fasync(struct snd_fasync *fasync, int signal, int poll) in snd_kill_fasync() 233 void snd_fasync_free(struct snd_fasync *fasync) in snd_fasync_free()
|
H A D | timer.c | 86 struct snd_fasync *fasync;
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | misc.c | 160 struct snd_fasync { struct 173 struct snd_fasync *fasync; in snd_fasync_work_fn() 177 fasync = list_first_entry(&snd_fasync_list, struct snd_fasync, list); in snd_fasync_work_fn() 190 struct snd_fasync **fasyncp) in snd_fasync_helper() 192 struct snd_fasync *fasync = NULL; in snd_fasync_helper() 218 void snd_kill_fasync(struct snd_fasync *fasync, int signal, int poll) in snd_kill_fasync() 233 void snd_fasync_free(struct snd_fasync *fasync) in snd_fasync_free()
|
H A D | timer.c | 86 struct snd_fasync *fasync;
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | core.h | 450 struct snd_fasync; 453 struct snd_fasync **fasyncp); 454 void snd_kill_fasync(struct snd_fasync *fasync, int signal, int poll); 455 void snd_fasync_free(struct snd_fasync *fasync);
|
H A D | control.h | 106 struct snd_fasync *fasync;
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | core.h | 511 struct snd_fasync; 514 struct snd_fasync **fasyncp); 515 void snd_kill_fasync(struct snd_fasync *fasync, int signal, int poll); 516 void snd_fasync_free(struct snd_fasync *fasync);
|
H A D | control.h | 112 struct snd_fasync *fasync;
|
H A D | pcm.h | 402 struct snd_fasync *fasync;
|
Completed in 13 milliseconds