Home
last modified time | relevance | path

Searched refs:fops (Results 1 – 18 of 18) sorted by relevance

/openbsd/sys/dev/pci/drm/i915/gt/
H A Dintel_gt_debugfs.c117 umode_t mode = files->fops->write ? 0644 : 0444; in intel_gt_debugfs_register_files()
122 files->fops); in intel_gt_debugfs_register_files()
H A Dintel_gt_debugfs.h41 const struct file_operations *fops; member
/openbsd/sys/dev/pci/drm/
H A Ddrm_fbdev_dma.c24 if (user && !try_module_get(fb_helper->dev->driver->fops->owner)) in drm_fbdev_dma_fb_open()
35 module_put(fb_helper->dev->driver->fops->owner); in drm_fbdev_dma_fb_release()
H A Ddrm_fbdev_generic.c22 if (user && !try_module_get(fb_helper->dev->driver->fops->owner)) in drm_fbdev_generic_fb_open()
33 module_put(fb_helper->dev->driver->fops->owner); in drm_fbdev_generic_fb_release()
H A Ddrm_prime.c772 ret = obj->dev->driver->fops->mmap(fil, vma); in drm_gem_prime_mmap()
923 .owner = dev->driver->fops->owner, in drm_gem_prime_export()
H A Ddrm_file.c1101 file = anon_inode_getfile("drm", dev->driver->fops, priv, flags); in mock_drm_getfile()
H A Ddrm_drv.c1145 new_fops = fops_get(minor->dev->driver->fops); in drm_stub_open()
/openbsd/sys/kern/
H A Dkern_event.c1242 const struct filterops *fops = NULL; in kqueue_register() local
1253 fops = sysfilt_ops[~kev->filter]; /* to 0-base index */ in kqueue_register()
1256 if (fops == NULL) { in kqueue_register()
1265 if (fops->f_flags & FILTEROP_ISFD) { in kqueue_register()
1275 if (fops->f_flags & FILTEROP_ISFD) { in kqueue_register()
1330 kn->kn_fop = fops; in kqueue_register()
1360 if ((fops->f_flags & FILTEROP_ISFD) && in kqueue_register()
/openbsd/sys/dev/pci/drm/include/drm/
H A Ddrm_drv.h457 const struct file_operations *fops; member
/openbsd/sys/dev/pci/drm/i915/
H A Di915_debugfs.c831 const struct file_operations *fops; member
856 i915_debugfs_files[i].fops); in i915_debugfs_register()
H A Di915_perf.c3847 static const struct file_operations fops = { variable
4000 stream_fd = anon_inode_getfd("[i915_perf]", &fops, stream, f_flags); in i915_perf_open_ioctl_locked()
H A Di915_driver.c1864 .fops = &i915_driver_fops,
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c2850 const struct file_operations *fops; member
2877 const struct file_operations *fops; member
3014 const struct file_operations *fops; member
3165 dp_debugfs_entries[i].fops); in connector_debugfs_init()
3186 connector_debugfs_entries[i].fops); in connector_debugfs_init()
3193 hdmi_debugfs_entries[i].fops); in connector_debugfs_init()
/openbsd/sys/dev/pci/drm/apple/
H A Dapple_drv.c73 .fops = &apple_fops,
/openbsd/sys/dev/pci/drm/i915/display/
H A Dintel_display_debugfs.c1068 const struct file_operations *fops; member
1086 intel_display_debugfs_files[i].fops); in intel_display_debugfs_register()
/openbsd/gnu/usr.bin/perl/
H A Dpp_ctl.c6459 U32 *fops; in S_doparseform() local
6516 Newx(fops, maxops, U32); in S_doparseform()
6517 fpc = fops; in S_doparseform()
6686 assert (fpc <= fops + maxops); /* ensure our buffer estimate was valid */ in S_doparseform()
6687 arg = fpc - fops; in S_doparseform()
6689 mg->mg_ptr = (char *) fops; in S_doparseform()
/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_drv.c2837 .fops = &amdgpu_driver_kms_fops,
2866 .fops = &amdgpu_driver_kms_fops,
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_drv.c594 .fops = &radeon_driver_kms_fops,