Searched refs:fops (Results 226 - 250 of 696) sorted by relevance

1234567891011>>

/linux-master/drivers/nfc/
H A Dvirtual_ncidev.c204 .fops = &virtual_ncidev_fops,
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr-sysparm.c342 .fops = &papr_sysparm_ops,
/linux-master/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_drv.c37 .fops = &hv_fops,
/linux-master/drivers/gpu/drm/tidss/
H A Dtidss_drv.c109 .fops = &tidss_fops,
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_drv.c296 .fops = &qxl_fops,
/linux-master/drivers/gpu/drm/armada/
H A Darmada_drv.c50 .fops = &armada_drm_fops,
/linux-master/drivers/firmware/efi/
H A Dcapsule-loader.c318 .fops = &efi_capsule_fops,
/linux-master/arch/m68k/emu/
H A Dnfblock.c132 dev->disk->fops = &nfhd_ops;
/linux-master/drivers/block/
H A Dz2ram.c329 disk->fops = &z2_fops;
/linux-master/drivers/accel/
H A Ddrm_accel.c264 new_fops = fops_get(minor->dev->driver->fops);
/linux-master/mm/damon/
H A Ddbgfs.c765 const struct file_operations *fops[] = {&attrs_fops, &schemes_fops, local
770 debugfs_create_file(file_names[i], 0600, dir, ctx, fops[i]);
1094 const struct file_operations *fops[] = {&mk_contexts_fops, local
1102 fops[i]);
/linux-master/include/linux/
H A Dkexec.h342 const struct kexec_file_ops *fops; member in struct:kimage
/linux-master/drivers/sbus/char/
H A Ddisplay7seg.c167 .fops = &d7s_fops
/linux-master/kernel/trace/
H A Dtrace_events.c2344 const struct file_operations **fops)
2347 *fops = &ftrace_subsystem_filter_fops;
2350 *fops = &ftrace_system_enable_fops;
2480 const struct file_operations **fops)
2487 *fops = &ftrace_event_format_fops;
2500 *fops = &ftrace_enable_fops;
2506 *fops = &ftrace_event_filter_fops;
2515 *fops = &event_trigger_fops;
2525 *fops = &ftrace_event_id_fops;
2533 *fops
2343 system_callback(const char *name, umode_t *mode, void **data, const struct file_operations **fops) argument
2479 event_callback(const char *name, umode_t *mode, void **data, const struct file_operations **fops) argument
3824 events_callback(const char *name, umode_t *mode, void **data, const struct file_operations **fops) argument
[all...]
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-core.c1408 vfd->fops = &vivid_fops;
1418 * all fops and v4l2 ioctls.
1459 vfd->fops = &vivid_fops;
1469 * all fops and v4l2 ioctls.
1511 vfd->fops = &vivid_fops;
1543 vfd->fops = &vivid_fops;
1574 vfd->fops = &vivid_fops;
1601 vfd->fops = &vivid_radio_fops;
1621 vfd->fops = &vivid_radio_fops;
1640 vfd->fops
[all...]
/linux-master/drivers/watchdog/
H A Dpcwd.c763 .fops = &pcwd_fops,
777 .fops = &pcwd_temp_fops,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddebugfs.c486 static const struct file_operations fops = { variable in typeref:struct:file_operations
513 &fops);
/linux-master/drivers/misc/cxl/
H A Dfile.c567 const struct file_operations *fops)
572 cdev_init(cdev, fops);
599 &afu_master_fops); /* Uses master fops */
565 cxl_add_chardev(struct cxl_afu *afu, dev_t devt, struct cdev *cdev, struct device **chardev, char *postfix, char *desc, const struct file_operations *fops) argument
/linux-master/drivers/usb/host/
H A Dxhci-debugfs.c410 const struct file_operations *fops)
415 debugfs_create_file(files[i].name, 0444, parent, data, fops);
406 xhci_debugfs_create_files(struct xhci_hcd *xhci, struct xhci_file_map *files, size_t nentries, void *data, struct dentry *parent, const struct file_operations *fops) argument
/linux-master/security/apparmor/
H A Dapparmorfs.c211 * @fops: struct file_operations that should be used
216 const struct file_operations *fops,
240 inode->i_fop = fops;
256 * @fops: struct file_operations that should be used for
266 const struct file_operations *fops,
297 error = __aafs_setup_d_inode(dir, dentry, mode, data, link, fops, iops);
321 * @fops: struct file_operations that should be used for
327 const struct file_operations *fops)
329 return aafs_create(name, mode, parent, data, NULL, fops, NULL);
1568 const struct file_operations *fops)
214 __aafs_setup_d_inode(struct inode *dir, struct dentry *dentry, umode_t mode, void *data, char *link, const struct file_operations *fops, const struct inode_operations *iops) argument
264 aafs_create(const char *name, umode_t mode, struct dentry *parent, void *data, void *link, const struct file_operations *fops, const struct inode_operations *iops) argument
325 aafs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) argument
1566 create_profile_file(struct dentry *dir, const char *name, struct aa_profile *profile, const struct file_operations *fops) argument
[all...]
/linux-master/fs/nfs/blocklayout/
H A Ddev.c28 file_bdev(dev->bdev_file)->bd_disk->fops->pr_ops;
360 ops = file_bdev(d->bdev_file)->bd_disk->fops->pr_ops;
/linux-master/block/partitions/
H A Dcore.c510 if (!disk->fops->unlock_native_capacity ||
517 disk->fops->unlock_native_capacity(disk);
/linux-master/drivers/gpu/drm/i915/
H A Di915_debugfs.c737 const struct file_operations *fops; member in struct:i915_debugfs_files
758 i915_debugfs_files[i].fops);
/linux-master/drivers/gpu/drm/
H A Ddrm_prime.c719 * The fake GEM offset is added to vma->vm_pgoff and &drm_driver->fops->mmap is
759 ret = obj->dev->driver->fops->mmap(fil, vma);
884 .owner = dev->driver->fops->owner,
/linux-master/drivers/media/pci/ngene/
H A Dngene-dvb.c112 .fops = &ci_fops,

Completed in 262 milliseconds

1234567891011>>