/sound/oss/dmasound/ |
D | dmasound_core.c | 325 static int mixer_open(struct inode *inode, struct file *file) in mixer_open() 337 static int mixer_release(struct inode *inode, struct file *file) in mixer_release() 346 static int mixer_ioctl(struct file *file, u_int cmd, u_long arg) in mixer_ioctl() 370 static long mixer_unlocked_ioctl(struct file *file, u_int cmd, u_long arg) in mixer_unlocked_ioctl() 546 static ssize_t sq_write(struct file *file, const char __user *src, size_t uLeft, in sq_write() 672 static unsigned int sq_poll(struct file *file, struct poll_table_struct *wait) in sq_poll() 710 static int sq_open2(struct sound_queue *sq, struct file *file, fmode_t mode, in sq_open2() 758 #define write_sq_open(file) \ argument 761 static int sq_open(struct inode *inode, struct file *file) in sq_open() 879 static int sq_release(struct inode *inode, struct file *file) in sq_release() [all …]
|
/sound/core/seq/oss/ |
D | seq_oss.c | 127 odev_open(struct inode *inode, struct file *file) in odev_open() 144 odev_release(struct inode *inode, struct file *file) in odev_release() 159 odev_read(struct file *file, char __user *buf, size_t count, loff_t *offset) in odev_read() 170 odev_write(struct file *file, const char __user *buf, size_t count, loff_t *offset) in odev_write() 180 odev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in odev_ioctl() 205 odev_poll(struct file *file, poll_table * wait) in odev_poll()
|
/sound/core/ |
D | hwdep.c | 56 static loff_t snd_hwdep_llseek(struct file * file, loff_t offset, int orig) in snd_hwdep_llseek() 64 static ssize_t snd_hwdep_read(struct file * file, char __user *buf, in snd_hwdep_read() 73 static ssize_t snd_hwdep_write(struct file * file, const char __user *buf, in snd_hwdep_write() 82 static int snd_hwdep_open(struct inode *inode, struct file * file) in snd_hwdep_open() 160 static int snd_hwdep_release(struct inode *inode, struct file * file) in snd_hwdep_release() 179 static unsigned int snd_hwdep_poll(struct file * file, poll_table * wait) in snd_hwdep_poll() 242 static long snd_hwdep_ioctl(struct file * file, unsigned int cmd, in snd_hwdep_ioctl() 262 static int snd_hwdep_mmap(struct file * file, struct vm_area_struct * vma) in snd_hwdep_mmap()
|
D | info.c | 120 static loff_t snd_info_entry_llseek(struct file *file, loff_t offset, int orig) in snd_info_entry_llseek() 162 static ssize_t snd_info_entry_read(struct file *file, char __user *buffer, in snd_info_entry_read() 184 static ssize_t snd_info_entry_write(struct file *file, const char __user *buffer, in snd_info_entry_write() 206 static unsigned int snd_info_entry_poll(struct file *file, poll_table *wait) in snd_info_entry_poll() 223 static long snd_info_entry_ioctl(struct file *file, unsigned int cmd, in snd_info_entry_ioctl() 235 static int snd_info_entry_mmap(struct file *file, struct vm_area_struct *vma) in snd_info_entry_mmap() 251 static int snd_info_entry_open(struct inode *inode, struct file *file) in snd_info_entry_open() 287 static int snd_info_entry_release(struct inode *inode, struct file *file) in snd_info_entry_release() 316 static ssize_t snd_info_text_entry_write(struct file *file, in snd_info_text_entry_write() 383 static int snd_info_text_entry_open(struct inode *inode, struct file *file) in snd_info_text_entry_open() [all …]
|
D | timer_compat.c | 35 static int snd_timer_user_info_compat(struct file *file, in snd_timer_user_info_compat() 69 static int snd_timer_user_status_compat(struct file *file, in snd_timer_user_status_compat() 94 #define snd_timer_user_status_x32(file, s) \ argument 109 static long __snd_timer_user_ioctl_compat(struct file *file, unsigned int cmd, in __snd_timer_user_ioctl_compat() 144 static long snd_timer_user_ioctl_compat(struct file *file, unsigned int cmd, in snd_timer_user_ioctl_compat()
|
D | init.c | 39 struct file *file; member 305 static loff_t snd_disconnect_llseek(struct file *file, loff_t offset, int orig) in snd_disconnect_llseek() 310 static ssize_t snd_disconnect_read(struct file *file, char __user *buf, in snd_disconnect_read() 316 static ssize_t snd_disconnect_write(struct file *file, const char __user *buf, in snd_disconnect_write() 322 static int snd_disconnect_release(struct inode *inode, struct file *file) in snd_disconnect_release() 345 static unsigned int snd_disconnect_poll(struct file * file, poll_table * wait) in snd_disconnect_poll() 350 static long snd_disconnect_ioctl(struct file *file, in snd_disconnect_ioctl() 356 static int snd_disconnect_mmap(struct file *file, struct vm_area_struct *vma) in snd_disconnect_mmap() 361 static int snd_disconnect_fasync(int fd, struct file *file, int on) in snd_disconnect_fasync() 907 int snd_card_file_add(struct snd_card *card, struct file *file) in snd_card_file_add() [all …]
|
D | control.c | 48 static int snd_ctl_open(struct inode *inode, struct file *file) in snd_ctl_open() 116 static int snd_ctl_release(struct inode *inode, struct file *file) in snd_ctl_release() 210 unsigned int access, struct snd_ctl_file *file) in snd_ctl_new() 551 static int snd_ctl_remove_user_ctl(struct snd_ctl_file * file, in snd_ctl_remove_user_ctl() 922 static int snd_ctl_elem_write(struct snd_card *card, struct snd_ctl_file *file, in snd_ctl_elem_write() 956 static int snd_ctl_elem_write_user(struct snd_ctl_file *file, in snd_ctl_elem_write_user() 980 static int snd_ctl_elem_lock(struct snd_ctl_file *file, in snd_ctl_elem_lock() 1008 static int snd_ctl_elem_unlock(struct snd_ctl_file *file, in snd_ctl_elem_unlock() 1206 static int snd_ctl_elem_add(struct snd_ctl_file *file, in snd_ctl_elem_add() 1355 static int snd_ctl_elem_add_user(struct snd_ctl_file *file, in snd_ctl_elem_add_user() [all …]
|
D | timer.c | 1329 static int snd_timer_user_open(struct inode *inode, struct file *file) in snd_timer_user_open() 1356 static int snd_timer_user_release(struct inode *inode, struct file *file) in snd_timer_user_release() 1488 static int snd_timer_user_ginfo(struct file *file, in snd_timer_user_ginfo() 1530 static int snd_timer_user_gparams(struct file *file, in snd_timer_user_gparams() 1559 static int snd_timer_user_gstatus(struct file *file, in snd_timer_user_gstatus() 1595 static int snd_timer_user_tselect(struct file *file, in snd_timer_user_tselect() 1651 static int snd_timer_user_info(struct file *file, in snd_timer_user_info() 1681 static int snd_timer_user_params(struct file *file, in snd_timer_user_params() 1796 static int snd_timer_user_status(struct file *file, in snd_timer_user_status() 1818 static int snd_timer_user_start(struct file *file) in snd_timer_user_start() [all …]
|
D | pcm_native.c | 1567 struct file *file) in snd_pcm_prepare() 1665 struct file *file) in snd_pcm_drain() 1808 static bool is_pcm_file(struct file *file) in is_pcm_file() 2278 struct file *file, in snd_pcm_open_substream() 2319 static int snd_pcm_open_file(struct file *file, in snd_pcm_open_file() 2346 static int snd_pcm_playback_open(struct inode *inode, struct file *file) in snd_pcm_playback_open() 2360 static int snd_pcm_capture_open(struct inode *inode, struct file *file) in snd_pcm_capture_open() 2374 static int snd_pcm_open(struct file *file, struct snd_pcm *pcm, int stream) in snd_pcm_open() 2431 static int snd_pcm_release(struct inode *inode, struct file *file) in snd_pcm_release() 2772 static int snd_pcm_common_ioctl1(struct file *file, in snd_pcm_common_ioctl1() [all …]
|
/sound/oss/ |
D | midibuf.c | 155 int MIDIbuf_open(int dev, struct file *file) in MIDIbuf_open() 214 void MIDIbuf_release(int dev, struct file *file) in MIDIbuf_release() 259 int MIDIbuf_write(int dev, struct file *file, const char __user *buf, int count) in MIDIbuf_write() 313 int MIDIbuf_read(int dev, struct file *file, char __user *buf, int count) in MIDIbuf_read() 362 int MIDIbuf_ioctl(int dev, struct file *file, in MIDIbuf_ioctl() 398 unsigned int MIDIbuf_poll(int dev, struct file *file, poll_table * wait) in MIDIbuf_poll()
|
D | soundcard.c | 144 static ssize_t sound_read(struct file *file, char __user *buf, size_t count, loff_t *ppos) in sound_read() 176 static ssize_t sound_write(struct file *file, const char __user *buf, size_t count, loff_t *ppos) in sound_write() 202 static int sound_open(struct inode *inode, struct file *file) in sound_open() 252 static int sound_release(struct inode *inode, struct file *file) in sound_release() 329 static long sound_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in sound_ioctl() 402 static unsigned int sound_poll(struct file *file, poll_table * wait) in sound_poll() 423 static int sound_mmap(struct file *file, struct vm_area_struct *vma) in sound_mmap()
|
D | audio.c | 71 int audio_open(int dev, struct file *file) in audio_open() 179 void audio_release(int dev, struct file *file) in audio_release() 222 int audio_write(int dev, struct file *file, const char __user *buf, int count) in audio_write() 303 int audio_read(int dev, struct file *file, char __user *buf, int count) in audio_read() 368 int audio_ioctl(int dev, struct file *file, unsigned int cmd, void __user *arg) in audio_ioctl()
|
D | msnd_pinnacle.c | 163 static int dsp_set_format(struct file *file, int val) in dsp_set_format() 204 static int dsp_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in dsp_ioctl() 643 static long dev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in dev_ioctl() 684 static void dsp_halt(struct file *file) in dsp_halt() 710 static int dsp_release(struct file *file) in dsp_release() 716 static int dsp_open(struct file *file) in dsp_open() 763 static int dev_open(struct inode *inode, struct file *file) in dev_open() 802 static int dev_release(struct inode *inode, struct file *file) in dev_release() 1018 static ssize_t dev_read(struct file *file, char __user *buf, size_t count, loff_t *off) in dev_read() 1027 static ssize_t dev_write(struct file *file, const char __user *buf, size_t count, loff_t *off) in dev_write()
|
D | swarm_cs4297a.c | 1546 static int cs4297a_open_mixdev(struct inode *inode, struct file *file) in cs4297a_open_mixdev() 1581 static int cs4297a_release_mixdev(struct inode *inode, struct file *file) in cs4297a_release_mixdev() 1591 static int cs4297a_ioctl_mixdev(struct file *file, in cs4297a_ioctl_mixdev() 1664 static ssize_t cs4297a_read(struct file *file, char *buffer, size_t count, in cs4297a_read() 1787 static ssize_t cs4297a_write(struct file *file, const char *buffer, in cs4297a_write() 1905 static unsigned int cs4297a_poll(struct file *file, in cs4297a_poll() 1965 static int cs4297a_mmap(struct file *file, struct vm_area_struct *vma) in cs4297a_mmap() 1973 static int cs4297a_ioctl(struct file *file, in cs4297a_ioctl() 2366 static long cs4297a_unlocked_ioctl(struct file *file, u_int cmd, u_long arg) in cs4297a_unlocked_ioctl() 2377 static int cs4297a_release(struct inode *inode, struct file *file) in cs4297a_release() [all …]
|
D | sequencer.c | 85 int sequencer_read(int dev, struct file *file, char __user *buf, int count) in sequencer_read() 211 int sequencer_write(int dev, struct file *file, const char __user *buf, int count) in sequencer_write() 942 int sequencer_open(int dev, struct file *file) in sequencer_open() 1120 void sequencer_release(int dev, struct file *file) in sequencer_release() 1316 int sequencer_ioctl(int dev, struct file *file, unsigned int cmd, void __user *arg) in sequencer_ioctl() 1521 unsigned int sequencer_poll(int dev, struct file *file, poll_table * wait) in sequencer_poll()
|
/sound/firewire/bebob/ |
D | bebob_hwdep.c | 56 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) in hwdep_poll() 132 hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release() 145 hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl() 164 hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl()
|
/sound/firewire/dice/ |
D | dice-hwdep.c | 55 static unsigned int hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 128 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release() 140 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl() 158 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl()
|
/sound/firewire/oxfw/ |
D | oxfw-hwdep.c | 55 static unsigned int hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 128 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release() 140 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl() 158 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl()
|
/sound/firewire/digi00x/ |
D | digi00x-hwdep.c | 63 static unsigned int hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 136 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release() 148 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl() 166 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl()
|
/sound/firewire/tascam/ |
D | tascam-hwdep.c | 53 static unsigned int hwdep_poll(struct snd_hwdep *hwdep, struct file *file, in hwdep_poll() 126 static int hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release() 138 static int hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl() 156 static int hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl()
|
/sound/pci/hda/ |
D | hda_hwdep.c | 73 static int hda_hwdep_ioctl(struct snd_hwdep *hw, struct file *file, in hda_hwdep_ioctl() 91 static int hda_hwdep_ioctl_compat(struct snd_hwdep *hw, struct file *file, in hda_hwdep_ioctl_compat() 98 static int hda_hwdep_open(struct snd_hwdep *hw, struct file *file) in hda_hwdep_open()
|
/sound/firewire/fireworks/ |
D | fireworks_hwdep.c | 188 hwdep_poll(struct snd_hwdep *hwdep, struct file *file, poll_table *wait) in hwdep_poll() 264 hwdep_release(struct snd_hwdep *hwdep, struct file *file) in hwdep_release() 277 hwdep_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_ioctl() 296 hwdep_compat_ioctl(struct snd_hwdep *hwdep, struct file *file, in hwdep_compat_ioctl()
|
/sound/isa/wavefront/ |
D | wavefront_fx.c | 147 snd_wavefront_fx_open (struct snd_hwdep *hw, struct file *file) in snd_wavefront_fx_open() 157 snd_wavefront_fx_release (struct snd_hwdep *hw, struct file *file) in snd_wavefront_fx_release() 165 snd_wavefront_fx_ioctl (struct snd_hwdep *sdev, struct file *file, in snd_wavefront_fx_ioctl()
|
/sound/pci/asihpi/ |
D | hpioctl.c | 66 struct file *file) in hpi_send_recv_f() 87 int asihpi_hpi_release(struct file *file) in asihpi_hpi_release() 100 long asihpi_hpi_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in asihpi_hpi_ioctl()
|
/sound/drivers/opl4/ |
D | opl4_proc.c | 53 struct file *file, char __user *_buf, in snd_opl4_mem_proc_read() 73 struct file *file, in snd_opl4_mem_proc_write()
|