Home
last modified time | relevance | path

Searched refs:fops_put (Results 1 – 16 of 16) sorted by relevance

/linux-2.6.39/drivers/telephony/
Dphonedev.c76 fops_put(file->f_op); in phone_open()
79 fops_put(old_fops); in phone_open()
/linux-2.6.39/drivers/usb/core/
Dfile.c49 fops_put(file->f_op); in usb_open()
52 fops_put(old_fops); in usb_open()
/linux-2.6.39/drivers/char/
Dmisc.c150 fops_put(file->f_op); in misc_open()
154 fops_put(old_fops); in misc_open()
/linux-2.6.39/sound/
Dsound_core.c639 fops_put(file->f_op); in soundcore_open()
643 fops_put(old_fops); in soundcore_open()
/linux-2.6.39/sound/core/
Dsound.c175 fops_put(file->f_op); in snd_open()
179 fops_put(old_fops); in snd_open()
Dinit.c891 fops_put(mfile->disconnected_f_op); in snd_card_file_remove()
/linux-2.6.39/drivers/media/dvb/dvb-core/
Ddvbdev.c89 fops_put(file->f_op); in dvb_device_open()
92 fops_put(old_fops); in dvb_device_open()
Ddmxdev.c210 fops_put(file->f_op); in dvb_dvr_release()
1129 fops_put(file->f_op); in dvb_demux_release()
Ddvb_net.c1459 fops_put(file->f_op);
Ddvb_frontend.c2020 fops_put(file->f_op); in dvb_frontend_release()
/linux-2.6.39/drivers/gpu/drm/
Ddrm_fops.c190 fops_put(filp->f_op); in drm_stub_open()
193 fops_put(old_fops); in drm_stub_open()
/linux-2.6.39/fs/
Dfile_table.c254 fops_put(file->f_op); in __fput()
Dopen.c737 fops_put(f->f_op); in __dentry_open()
/linux-2.6.39/drivers/input/
Dinput.c2116 fops_put(new_fops); in input_open_file()
2126 fops_put(file->f_op); in input_open_file()
2129 fops_put(old_fops); in input_open_file()
/linux-2.6.39/drivers/staging/iio/
Dindustrialio-core.c328 fops_put(filep->f_op); in iio_event_chrdev_open()
/linux-2.6.39/include/linux/
Dfs.h1856 #define fops_put(fops) \ macro