Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/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.15/drivers/usb/core/
Dfile.c40 new_fops = fops_get(usb_minors[iminor(inode)]); in usb_open()
/Linux-v5.15/sound/core/
Dsound.c162 new_fops = fops_get(mptr->f_ops); in snd_open()
Dinit.c479 fops_get(mfile->file->f_op); in snd_card_disconnect()
/Linux-v5.15/fs/debugfs/
Dfile.c179 if (!fops_get(real_fops)) { in open_proxy_open()
316 if (!fops_get(real_fops)) { in full_proxy_open()
/Linux-v5.15/fs/
Dchar_dev.c408 fops = fops_get(p->ops); in chrdev_open()
Dopen.c803 f->f_op = fops_get(inode->i_fop); in do_dentry_open()
/Linux-v5.15/drivers/gpu/drm/
Ddrm_drv.c1006 new_fops = fops_get(minor->dev->driver->fops); in drm_stub_open()
/Linux-v5.15/drivers/media/dvb-core/
Ddvbdev.c107 new_fops = fops_get(dvbdev->fops); in dvb_device_open()
/Linux-v5.15/drivers/hwtracing/intel_th/
Dcore.c817 fops = fops_get(thdrv->fops); in intel_th_output_open()
/Linux-v5.15/include/linux/
Dfs.h2573 #define fops_get(fops) \ macro