/src/sys/external/bsd/drm2/dist/drm/i915/gt/ |
debugfs_gt.c | 43 files->fops);
|
debugfs_gt.h | 32 const struct file_operations *fops; member in struct:debugfs_gt_file
|
/src/dist/pf/usr.sbin/ftp-proxy/ |
ftp-proxy.c | 134 static const ftp_proxy_ops_t * fops = &pf_fprx_ops; variable in typeref:typename:const ftp_proxy_ops_t * 319 if (fops->prepare_commit(s->id) == -1) 321 else if (fops->do_commit() == -1) { 323 fops->do_rollback(); 449 if (fops->server_lookup(client_sa, client_to_proxy_sa, server_sa)) { 670 fops = &ipf_fprx_ops; 681 fops = &npf_fprx_ops; 787 fops->init_filter(qname, tagname, verbose); 1010 if (fops->prepare_commit(s->id) == -1) 1019 if (fops->add_rdr(s->id, client_sa, orig_sa, s->proxy_port [all...] |
/src/sys/external/bsd/drm2/dist/drm/i810/ |
i810_drv.c | 72 .fops = &i810_driver_fops,
|
/src/sys/external/bsd/drm2/dist/drm/mga/ |
mga_drv.c | 83 .fops = &mga_driver_fops,
|
/src/sys/external/bsd/drm2/dist/drm/savage/ |
savage_drv.c | 66 .fops = &savage_driver_fops,
|
/src/sys/external/bsd/drm2/dist/drm/tdfx/ |
tdfx_drv.c | 66 .fops = &tdfx_driver_fops,
|
/src/sys/external/bsd/drm2/dist/drm/r128/ |
r128_drv.c | 86 .fops = &r128_driver_fops,
|
/src/sys/external/bsd/drm2/dist/drm/sis/ |
sis_drv.c | 117 .fops = &sis_driver_fops,
|
/src/sys/external/bsd/drm2/dist/drm/via/ |
via_drv.c | 106 .fops = &via_driver_fops,
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/ |
nouveau_debugfs.c | 220 const struct file_operations *fops; member in struct:nouveau_debugfs_files 236 nouveau_debugfs_files[i].fops);
|
nouveau_drm.c | 1236 .fops = NULL, 1241 .fops = &nouveau_driver_fops,
|
/src/sys/external/bsd/drm2/dist/drm/vboxvideo/ |
vbox_drv.c | 197 .fops = &vbox_fops,
|
/src/sys/external/bsd/drm2/dist/drm/virtio/ |
virtgpu_drv.c | 211 .fops = &virtio_gpu_driver_fops,
|
/src/sys/arch/zaurus/stand/zbsdmod/ |
zbsdmod.c | 55 static struct file_operations fops = { variable in typeref:struct:file_operations 316 rc = register_chrdev(ZBOOTDEV_MAJOR, ZBOOTDEV_NAME, &fops);
|
/src/sys/external/bsd/drm2/dist/drm/ast/ |
ast_drv.c | 243 .fops = &ast_fops,
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_drv.c | 278 .fops = &qxl_fops,
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_drv.h | 780 * @fops: 786 const struct file_operations *fops; member in struct:drm_driver
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_drv.c | 628 .fops = NULL, 632 .fops = &radeon_driver_kms_fops,
|
/src/sys/external/bsd/drm2/dist/drm/vgem/ |
vgem_drv.c | 453 .fops = &vgem_driver_fops,
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm_debugfs.c | 938 const struct file_operations *fops; member in struct:__anon438ffb2f0108 1007 dp_debugfs_entries[i].fops);
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_prime.c | 844 * The fake GEM offset is added to vma->vm_pgoff and &drm_driver->fops->mmap is 908 ret = obj->dev->driver->fops->mmap(fil, vma); 1021 .owner = dev->driver->fops->owner,
|
drm_file.c | 74 * stored in the &drm_driver.fops field. The mandatory functions are drm_open(), 116 * The driver's &file_operations must be stored in &drm_driver.fops. 836 * (the drm_device.driver.fops) to mimick userspace operations, or be supplied 853 file = anon_inode_getfile("drm", dev->driver->fops, priv, flags);
|
drm_drv.c | 1198 new_fops = fops_get(minor->dev->driver->fops);
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_drv.c | 1441 .fops = NULL, 1445 .fops = &amdgpu_driver_kms_fops,
|