Searched refs:snd_ctl_file (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/include/sound/ |
D | control.h | 63 struct snd_ctl_file *owner; /* locked */ 102 struct snd_ctl_file { struct 114 #define snd_ctl_file(n) list_entry(n, struct snd_ctl_file, list) argument 117 struct snd_ctl_file * control,
|
/linux-4.4.14/sound/core/ |
D | control.c | 52 struct snd_ctl_file *ctl; in snd_ctl_open() 102 static void snd_ctl_empty_read_queue(struct snd_ctl_file * ctl) in snd_ctl_empty_read_queue() 120 struct snd_ctl_file *ctl; in snd_ctl_release() 158 struct snd_ctl_file *ctl; in snd_ctl_notify() 208 unsigned int access, struct snd_ctl_file *file) in snd_ctl_new() 542 static int snd_ctl_remove_user_ctl(struct snd_ctl_file * file, in snd_ctl_remove_user_ctl() 719 static int snd_ctl_card_info(struct snd_card *card, struct snd_ctl_file * ctl, in snd_ctl_card_info() 808 static int snd_ctl_elem_info(struct snd_ctl_file *ctl, in snd_ctl_elem_info() 846 static int snd_ctl_elem_info_user(struct snd_ctl_file *ctl, in snd_ctl_elem_info_user() 913 static int snd_ctl_elem_write(struct snd_card *card, struct snd_ctl_file *file, in snd_ctl_elem_write() [all …]
|
D | control_compat.c | 94 static int snd_ctl_elem_info_compat(struct snd_ctl_file *ctl, in snd_ctl_elem_info_compat() 331 static int ctl_elem_write_user(struct snd_ctl_file *file, in ctl_elem_write_user() 366 static int snd_ctl_elem_write_user_compat(struct snd_ctl_file *file, in snd_ctl_elem_write_user_compat() 379 static int snd_ctl_elem_write_user_x32(struct snd_ctl_file *file, in snd_ctl_elem_write_user_x32() 387 static int snd_ctl_elem_add_compat(struct snd_ctl_file *file, in snd_ctl_elem_add_compat() 452 struct snd_ctl_file *ctl; in snd_ctl_ioctl_compat()
|
D | hwdep.c | 271 struct snd_ctl_file * control, in snd_hwdep_control_ioctl()
|
D | pcm.c | 93 struct snd_ctl_file *control, in snd_pcm_control_ioctl()
|
D | rawmidi.c | 820 struct snd_ctl_file *control, in snd_rawmidi_control_ioctl()
|