Searched refs:filp (Results 1 – 4 of 4) sorted by relevance
/sound/ |
D | sound_firmware.c | 12 struct file* filp; in do_mod_firmware_load() local 16 filp = filp_open(fn, 0, 0); in do_mod_firmware_load() 17 if (IS_ERR(filp)) in do_mod_firmware_load() 22 l = i_size_read(file_inode(filp)); in do_mod_firmware_load() 26 fput(filp); in do_mod_firmware_load() 33 fput(filp); in do_mod_firmware_load() 36 if (kernel_read(filp, 0, dp, l) != l) in do_mod_firmware_load() 40 fput(filp); in do_mod_firmware_load() 43 fput(filp); in do_mod_firmware_load()
|
/sound/usb/usx2y/ |
D | usX2Yhwdep.c | 61 static int snd_us428ctls_mmap(struct snd_hwdep * hw, struct file *filp, struct vm_area_struct *area) in snd_us428ctls_mmap() argument
|
D | usx2yhwdeppcm.c | 676 static int snd_usX2Y_hwdep_pcm_mmap(struct snd_hwdep * hw, struct file *filp, struct vm_area_struct… in snd_usX2Y_hwdep_pcm_mmap() argument
|
D | us122l.c | 237 struct file *filp, struct vm_area_struct *area) in usb_stream_hwdep_mmap() argument
|