Home
last modified time | relevance | path

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

/include/linux/
Danon_inodes.h18 const struct file_operations *fops,
21 const struct file_operations *fops,
24 const struct file_operations *fops,
27 int anon_inode_getfd(const char *name, const struct file_operations *fops,
30 const struct file_operations *fops,
Dsound.h12 extern int register_sound_special(const struct file_operations *fops, int unit);
13 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct devic…
14 extern int register_sound_mixer(const struct file_operations *fops, int dev);
15 extern int register_sound_dsp(const struct file_operations *fops, int dev);
Dtracefs.h63 const struct file_operations **fops);
95 const struct file_operations *fops);
Ddebugfs.h76 const struct file_operations *fops);
79 const struct file_operations *fops);
83 const struct file_operations *fops,
210 const struct file_operations *fops) in debugfs_create_file() argument
218 const struct file_operations *fops) in debugfs_create_file_unsafe() argument
225 const struct file_operations *fops, in debugfs_create_file_size() argument
Dmiscdevice.h82 const struct file_operations *fops; member
Dw1.h273 const struct w1_family_ops *fops; member
Dkexec.h344 const struct kexec_file_ops *fops; member
Dfs.h2619 #define fops_get(fops) ({ \ argument
2620 const struct file_operations *_fops = (fops); \
2624 #define fops_put(fops) ({ \ argument
2625 const struct file_operations *_fops = (fops); \
2635 #define replace_fops(f, fops) \ argument
2639 BUG_ON(!(__file->f_op = (fops))); \
2837 const struct file_operations *fops);
2844 const struct file_operations *fops) in register_chrdev() argument
2846 return __register_chrdev(major, 0, 256, name, fops); in register_chrdev()
Dsecurity.h2130 const struct file_operations *fops);
2151 const struct file_operations *fops) in securityfs_create_file() argument
Dusb.h1357 const struct file_operations *fops; member
Dblkdev.h164 const struct block_device_operations *fops; member
Dbpf.h1210 struct ftrace_ops *fops; member
/include/media/
Dv4l2-dev.h272 const struct v4l2_file_operations *fops; member
389 return __video_register_device(vdev, type, nr, 1, vdev->fops->owner); in video_register_device()
416 return __video_register_device(vdev, type, nr, 0, vdev->fops->owner); in video_register_device_no_warn()
Dmedia-devnode.h79 const struct media_file_operations *fops; member
Ddvbdev.h165 const struct file_operations *fops; member
205 struct file_operations *fops; member
/include/rdma/
Duverbs_types.h148 const struct file_operations *fops; member
168 .fops = _fops, \
/include/media/drv-intf/
Dtea575x.h38 struct v4l2_file_operations fops; member
/include/misc/
Dcxl.h181 struct file *cxl_get_fd(struct cxl_context *ctx, struct file_operations *fops,
/include/drm/
Ddrm_drv.h434 const struct file_operations *fops; member