Home
last modified time | relevance | path

Searched refs:filp (Results 1 – 4 of 4) sorted by relevance

/sound/
Dsound_firmware.c12 struct file* filp; in do_mod_firmware_load() local
17 filp = filp_open(fn, 0, 0); in do_mod_firmware_load()
18 if (IS_ERR(filp)) in do_mod_firmware_load()
23 l = i_size_read(file_inode(filp)); in do_mod_firmware_load()
27 fput(filp); in do_mod_firmware_load()
34 fput(filp); in do_mod_firmware_load()
38 if (vfs_read(filp, dp, l, &pos) != l) in do_mod_firmware_load()
42 fput(filp); in do_mod_firmware_load()
45 fput(filp); in do_mod_firmware_load()
/sound/usb/usx2y/
DusX2Yhwdep.c61 static int snd_us428ctls_mmap(struct snd_hwdep * hw, struct file *filp, struct vm_area_struct *area) in snd_us428ctls_mmap() argument
Dus122l.c237 struct file *filp, struct vm_area_struct *area) in usb_stream_hwdep_mmap() argument
Dusx2yhwdeppcm.c707 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