Searched refs:snd_ctl_file (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/include/sound/ |
A D | control.h | 66 struct snd_ctl_file *owner; /* locked */ 105 struct snd_ctl_file { struct 125 #define snd_ctl_file(n) list_entry(n, struct snd_ctl_file, list) argument 128 struct snd_ctl_file * control,
|
/linux-6.3-rc2/sound/core/ |
A D | control.c | 46 struct snd_ctl_file *ctl; in snd_ctl_open() 114 struct snd_ctl_file *ctl; in snd_ctl_release() 153 struct snd_ctl_file *ctl; in snd_ctl_notify() 231 unsigned int access, struct snd_ctl_file *file) in snd_ctl_new() 1126 struct snd_ctl_file *ctl) in __snd_ctl_elem_info() 1920 struct snd_ctl_file *ctl; in snd_ctl_ioctl() 1992 struct snd_ctl_file *ctl; in snd_ctl_read() 2050 struct snd_ctl_file *ctl; in snd_ctl_poll() 2164 struct snd_ctl_file *ctl; in snd_ctl_fasync() 2175 struct snd_ctl_file *kctl; in snd_ctl_get_preferred_subdevice() [all …]
|
A D | control_compat.c | 79 static int snd_ctl_elem_info_compat(struct snd_ctl_file *ctl, in snd_ctl_elem_info_compat() 313 static int ctl_elem_write_user(struct snd_ctl_file *file, in ctl_elem_write_user() 344 static int snd_ctl_elem_write_user_compat(struct snd_ctl_file *file, in snd_ctl_elem_write_user_compat() 357 static int snd_ctl_elem_write_user_x32(struct snd_ctl_file *file, in snd_ctl_elem_write_user_x32() 365 static int snd_ctl_elem_add_compat(struct snd_ctl_file *file, in snd_ctl_elem_add_compat() 429 struct snd_ctl_file *ctl; in snd_ctl_ioctl_compat()
|
A D | hwdep.c | 265 struct snd_ctl_file * control, in snd_hwdep_control_ioctl()
|
A D | pcm.c | 84 struct snd_ctl_file *control, in snd_pcm_control_ioctl()
|
A D | rawmidi.c | 1003 struct snd_ctl_file *control, in snd_rawmidi_control_ioctl()
|
Completed in 16 milliseconds