/openbsd/sys/dev/pci/drm/i915/gt/ |
H A D | intel_gt_debugfs.c | 117 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 D | intel_gt_debugfs.h | 41 const struct file_operations *fops; member
|
/openbsd/sys/dev/pci/drm/ |
H A D | drm_fbdev_dma.c | 24 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 D | drm_fbdev_generic.c | 22 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 D | drm_prime.c | 772 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 D | drm_file.c | 1101 file = anon_inode_getfile("drm", dev->driver->fops, priv, flags); in mock_drm_getfile()
|
H A D | drm_drv.c | 1145 new_fops = fops_get(minor->dev->driver->fops); in drm_stub_open()
|
/openbsd/sys/kern/ |
H A D | kern_event.c | 1242 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 D | drm_drv.h | 457 const struct file_operations *fops; member
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_debugfs.c | 831 const struct file_operations *fops; member 856 i915_debugfs_files[i].fops); in i915_debugfs_register()
|
H A D | i915_perf.c | 3847 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 D | i915_driver.c | 1864 .fops = &i915_driver_fops,
|
/openbsd/sys/dev/pci/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_debugfs.c | 2850 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 D | apple_drv.c | 73 .fops = &apple_fops,
|
/openbsd/sys/dev/pci/drm/i915/display/ |
H A D | intel_display_debugfs.c | 1068 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 D | pp_ctl.c | 6459 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 D | amdgpu_drv.c | 2837 .fops = &amdgpu_driver_kms_fops, 2866 .fops = &amdgpu_driver_kms_fops,
|
/openbsd/sys/dev/pci/drm/radeon/ |
H A D | radeon_drv.c | 594 .fops = &radeon_driver_kms_fops,
|