Searched defs:inode (Results 1 – 17 of 17) sorted by relevance
/sound/oss/dmasound/ |
D | dmasound_core.c | 324 static int mixer_open(struct inode *inode, struct file *file) in mixer_open() 336 static int mixer_release(struct inode *inode, struct file *file) in mixer_release() 758 static int sq_open(struct inode *inode, struct file *file) in sq_open() 876 static int sq_release(struct inode *inode, struct file *file) in sq_release() 1246 static int state_open(struct inode *inode, struct file *file) in state_open() 1328 static int state_release(struct inode *inode, struct file *file) in state_release()
|
/sound/core/ |
D | info.c | 221 struct inode *inode = file_inode(file); in snd_info_entry_mmap() local 235 static int snd_info_entry_open(struct inode *inode, struct file *file) in snd_info_entry_open() 271 static int snd_info_entry_release(struct inode *inode, struct file *file) in snd_info_entry_release() 366 static int snd_info_text_entry_open(struct inode *inode, struct file *file) in snd_info_text_entry_open() 401 static int snd_info_text_entry_release(struct inode *inode, struct file *file) in snd_info_text_entry_release()
|
D | hwdep.c | 68 static int snd_hwdep_open(struct inode *inode, struct file * file) in snd_hwdep_open() 146 static int snd_hwdep_release(struct inode *inode, struct file * file) in snd_hwdep_release()
|
D | sound.c | 144 static int snd_open(struct inode *inode, struct file *file) in snd_open()
|
D | compress_offload.c | 75 static int snd_compr_open(struct inode *inode, struct file *f) in snd_compr_open() 141 static int snd_compr_free(struct inode *inode, struct file *f) in snd_compr_free()
|
D | pcm_native.c | 2230 struct inode *inode = file_inode(file); in is_pcm_file() local 2787 static int snd_pcm_playback_open(struct inode *inode, struct file *file) in snd_pcm_playback_open() 2801 static int snd_pcm_capture_open(struct inode *inode, struct file *file) in snd_pcm_capture_open() 2872 static int snd_pcm_release(struct inode *inode, struct file *file) in snd_pcm_release()
|
D | rawmidi.c | 400 static int snd_rawmidi_open(struct inode *inode, struct file *file) in snd_rawmidi_open() 570 static int snd_rawmidi_release(struct inode *inode, struct file *file) in snd_rawmidi_release()
|
D | timer.c | 1487 static int snd_timer_user_open(struct inode *inode, struct file *file) in snd_timer_user_open() 1511 static int snd_timer_user_release(struct inode *inode, struct file *file) in snd_timer_user_release()
|
D | init.c | 415 static int snd_disconnect_release(struct inode *inode, struct file *file) in snd_disconnect_release()
|
D | control.c | 42 static int snd_ctl_open(struct inode *inode, struct file *file) in snd_ctl_open() 110 static int snd_ctl_release(struct inode *inode, struct file *file) in snd_ctl_release()
|
/sound/core/seq/oss/ |
D | seq_oss.c | 118 odev_open(struct inode *inode, struct file *file) in odev_open() 135 odev_release(struct inode *inode, struct file *file) in odev_release()
|
/sound/ |
D | sound_core.c | 536 static int soundcore_open(struct inode *inode, struct file *file) in soundcore_open()
|
/sound/soc/sof/ |
D | trace.c | 335 static int sof_dfsentry_trace_release(struct inode *inode, struct file *file) in sof_dfsentry_trace_release()
|
D | debug.c | 703 static int memory_info_open(struct inode *inode, struct file *file) in memory_info_open()
|
/sound/core/oss/ |
D | mixer_oss.c | 27 static int snd_mixer_oss_open(struct inode *inode, struct file *file) in snd_mixer_oss_open() 69 static int snd_mixer_oss_release(struct inode *inode, struct file *file) in snd_mixer_oss_release()
|
D | pcm_oss.c | 2486 static int snd_pcm_oss_open(struct inode *inode, struct file *file) in snd_pcm_oss_open() 2574 static int snd_pcm_oss_release(struct inode *inode, struct file *file) in snd_pcm_oss_release()
|
/sound/core/seq/ |
D | seq_clientmgr.c | 317 static int snd_seq_open(struct inode *inode, struct file *file) in snd_seq_open() 375 static int snd_seq_release(struct inode *inode, struct file *file) in snd_seq_release()
|