Home
last modified time | relevance | path

Searched refs:fops_get (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/drivers/char/
Dmisc.c111 new_fops = fops_get(c->fops); in misc_open()
123 new_fops = fops_get(c->fops); in misc_open()
/Linux-v5.4/sound/
Dsound_core.c554 new_fops = fops_get(s->unit_fops); in soundcore_open()
581 new_fops = fops_get(s->unit_fops); in soundcore_open()
/Linux-v5.4/drivers/usb/core/
Dfile.c40 new_fops = fops_get(usb_minors[iminor(inode)]); in usb_open()
/Linux-v5.4/sound/core/
Dsound.c156 new_fops = fops_get(mptr->f_ops); in snd_open()
Dinit.c401 fops_get(mfile->file->f_op); in snd_card_disconnect()
/Linux-v5.4/fs/debugfs/
Dfile.c175 real_fops = fops_get(real_fops); in open_proxy_open()
305 real_fops = fops_get(real_fops); in full_proxy_open()
/Linux-v5.4/fs/
Dchar_dev.c408 fops = fops_get(p->ops); in chrdev_open()
Dopen.c778 f->f_op = fops_get(inode->i_fop); in do_dentry_open()
/Linux-v5.4/drivers/gpu/drm/
Ddrm_drv.c1105 new_fops = fops_get(minor->dev->driver->fops); in drm_stub_open()
/Linux-v5.4/drivers/media/dvb-core/
Ddvbdev.c107 new_fops = fops_get(dvbdev->fops); in dvb_device_open()
/Linux-v5.4/drivers/hwtracing/intel_th/
Dcore.c804 fops = fops_get(thdrv->fops); in intel_th_output_open()
/Linux-v5.4/include/linux/
Dfs.h2285 #define fops_get(fops) \ macro