Searched defs:fops (Results 76 - 100 of 127) sorted by relevance

123456

/linux-master/drivers/char/
H A Dmem.c687 const struct file_operations *fops; member in struct:memdev
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dinode.c110 spufs_new_file(struct super_block *sb, struct dentry *dentry, const struct file_operations *fops, umode_t mode, size_t size, struct spu_context *ctx) argument
/linux-master/drivers/android/
H A Dbinderfs.c513 binderfs_create_file(struct dentry *parent, const char *name, const struct file_operations *fops, void *data) argument
H A Dbinder_internal.h113 const struct file_operations *fops; member in struct:binder_debugfs_entry
91 binderfs_create_file(struct dentry *dir, const char *name, const struct file_operations *fops, void *data) argument
/linux-master/drivers/usb/host/
H A Dxhci-debugfs.c406 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/arch/x86/kernel/cpu/mce/
H A Dinject.c696 const struct file_operations *fops; member in struct:dfs_node
[all...]
/linux-master/fs/tracefs/
H A Dinode.c553 tracefs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) argument
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_drv.c885 static const struct file_operations fops = { variable in typeref:struct:file_operations
/linux-master/mm/damon/
H A Ddbgfs.c765 const struct file_operations *fops[] = {&attrs_fops, &schemes_fops, local
1094 const struct file_operations *fops[] = {&mk_contexts_fops, local
/linux-master/kernel/
H A Dkexec_file.c54 const struct kexec_file_ops * const *fops; local
[all...]
/linux-master/fs/debugfs/
H A Dinode.c489 debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) argument
528 debugfs_create_file_unsafe(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) argument
559 debugfs_create_file_size(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops, loff_t file_size) argument
[all...]
H A Dfile.c504 debugfs_create_mode_unsafe(const char *name, umode_t mode, struct dentry *parent, void *value, const struct file_operations *fops, const struct file_operations *fops_ro, const struct file_operations *fops_wo) argument
/linux-master/sound/oss/dmasound/
H A Ddmasound_core.c1168 const struct file_operations *fops = &sq_fops; local
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_drv.c455 DEFINE_DRM_GEM_DMA_FOPS(fops); variable
/linux-master/drivers/media/usb/uvc/
H A Duvc_driver.c1930 uvc_register_video_device(struct uvc_device *dev, struct uvc_streaming *stream, struct video_device *vdev, struct uvc_video_queue *queue, enum v4l2_buf_type type, const struct v4l2_file_operations *fops, const struct v4l2_ioctl_ops *ioctl_ops) argument
/linux-master/drivers/cxl/core/
H A Dmemdev.c662 cxl_memdev_alloc(struct cxl_dev_state *cxlds, const struct file_operations *fops) argument
/linux-master/kernel/bpf/
H A Dinode.c329 bpf_mkobj_ops(struct dentry *dentry, umode_t mode, void *raw, const struct inode_operations *iops, const struct file_operations *fops) argument
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c1070 const struct file_operations *fops; member in struct:__anon355
/linux-master/include/linux/
H A Dkexec.h342 const struct kexec_file_ops *fops; member in struct:kimage
/linux-master/drivers/staging/axis-fifo/
H A Daxis-fifo.c711 static const struct file_operations fops = { variable in typeref:struct:file_operations
/linux-master/drivers/w1/
H A Dw1.c608 const struct w1_family_ops *fops; local
[all...]
/linux-master/drivers/usb/class/
H A Dusbtmc.c2262 static const struct file_operations fops = { variable in typeref:struct:file_operations
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_file_ops.c2258 qib_cdev_init(int minor, const char *name, const struct file_operations *fops, struct cdev **cdevp, struct device **devp) argument
/linux-master/drivers/usb/gadget/legacy/
H A Dinode.c1976 gadgetfs_make_inode(struct super_block *sb, void *data, const struct file_operations *fops, int mode) argument
1998 gadgetfs_create_file(struct super_block *sb, char const *name, void *data, const struct file_operations *fops) argument
/linux-master/drivers/tty/
H A Dtty_io.c3521 void tty_default_fops(struct file_operations *fops) argument

Completed in 312 milliseconds

123456