Searched refs:snd_ctl_file (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/sound/ |
D | control.h | 65 struct snd_ctl_file *owner; /* locked */ 104 struct snd_ctl_file { struct 116 #define snd_ctl_file(n) list_entry(n, struct snd_ctl_file, list) argument 119 struct snd_ctl_file * control,
|
/Linux-v4.19/sound/core/ |
D | control.c | 54 struct snd_ctl_file *ctl; in snd_ctl_open() 104 static void snd_ctl_empty_read_queue(struct snd_ctl_file * ctl) in snd_ctl_empty_read_queue() 122 struct snd_ctl_file *ctl; in snd_ctl_release() 160 struct snd_ctl_file *ctl; in snd_ctl_notify() 212 unsigned int access, struct snd_ctl_file *file) in snd_ctl_new() 546 static int snd_ctl_remove_user_ctl(struct snd_ctl_file * file, in snd_ctl_remove_user_ctl() 723 static int snd_ctl_card_info(struct snd_card *card, struct snd_ctl_file * ctl, in snd_ctl_card_info() 822 static int snd_ctl_elem_info(struct snd_ctl_file *ctl, in snd_ctl_elem_info() 860 static int snd_ctl_elem_info_user(struct snd_ctl_file *ctl, in snd_ctl_elem_info_user() 926 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() 328 static int ctl_elem_write_user(struct snd_ctl_file *file, in ctl_elem_write_user() 362 static int snd_ctl_elem_write_user_compat(struct snd_ctl_file *file, in snd_ctl_elem_write_user_compat() 375 static int snd_ctl_elem_write_user_x32(struct snd_ctl_file *file, in snd_ctl_elem_write_user_x32() 383 static int snd_ctl_elem_add_compat(struct snd_ctl_file *file, in snd_ctl_elem_add_compat() 447 struct snd_ctl_file *ctl; in snd_ctl_ioctl_compat()
|
D | hwdep.c | 272 struct snd_ctl_file * control, in snd_hwdep_control_ioctl()
|
D | pcm.c | 98 struct snd_ctl_file *control, in snd_pcm_control_ioctl()
|
D | rawmidi.c | 835 struct snd_ctl_file *control, in snd_rawmidi_control_ioctl()
|