Searched refs:snd_ctl_file (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/include/sound/ |
D | control.h | 50 struct snd_ctl_file *owner; /* locked */ 89 struct snd_ctl_file { struct 101 #define snd_ctl_file(n) list_entry(n, struct snd_ctl_file, list) argument 104 struct snd_ctl_file * control,
|
/Linux-v5.4/sound/core/ |
D | control.c | 39 struct snd_ctl_file *ctl; in snd_ctl_open() 89 static void snd_ctl_empty_read_queue(struct snd_ctl_file * ctl) in snd_ctl_empty_read_queue() 107 struct snd_ctl_file *ctl; in snd_ctl_release() 145 struct snd_ctl_file *ctl; in snd_ctl_notify() 197 unsigned int access, struct snd_ctl_file *file) in snd_ctl_new() 515 static int snd_ctl_remove_user_ctl(struct snd_ctl_file * file, in snd_ctl_remove_user_ctl() 692 static int snd_ctl_card_info(struct snd_card *card, struct snd_ctl_file * ctl, in snd_ctl_card_info() 791 static int snd_ctl_elem_info(struct snd_ctl_file *ctl, in snd_ctl_elem_info() 829 static int snd_ctl_elem_info_user(struct snd_ctl_file *ctl, in snd_ctl_elem_info_user() 895 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 | 81 static int snd_ctl_elem_info_compat(struct snd_ctl_file *ctl, in snd_ctl_elem_info_compat() 315 static int ctl_elem_write_user(struct snd_ctl_file *file, in ctl_elem_write_user() 349 static int snd_ctl_elem_write_user_compat(struct snd_ctl_file *file, in snd_ctl_elem_write_user_compat() 362 static int snd_ctl_elem_write_user_x32(struct snd_ctl_file *file, in snd_ctl_elem_write_user_x32() 370 static int snd_ctl_elem_add_compat(struct snd_ctl_file *file, in snd_ctl_elem_add_compat() 434 struct snd_ctl_file *ctl; in snd_ctl_ioctl_compat()
|
D | hwdep.c | 257 struct snd_ctl_file * control, in snd_hwdep_control_ioctl()
|
D | pcm.c | 84 struct snd_ctl_file *control, in snd_pcm_control_ioctl()
|
D | rawmidi.c | 822 struct snd_ctl_file *control, in snd_rawmidi_control_ioctl()
|