Home
last modified time | relevance | path

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

/include/linux/
A 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,
A 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);
A Ddebugfs.h83 const struct file_operations *fops);
87 const struct debugfs_short_fops *fops);
126 _Generic(fops, \
131 (name, mode, parent, data, NULL, fops)
134 _Generic(fops, \
139 (name, mode, parent, data, aux, fops)
143 const struct file_operations *fops);
274 const void *fops) in debugfs_create_file_aux() argument
281 const void *fops) in debugfs_create_file() argument
289 const struct file_operations *fops) in debugfs_create_file_unsafe() argument
[all …]
A Dtracefs.h63 const struct file_operations **fops);
95 const struct file_operations *fops);
A Dmiscdevice.h79 const struct file_operations *fops; member
A Dfilelock.h188 static inline bool locks_can_async_lock(const struct file_operations *fops) in locks_can_async_lock() argument
190 return !fops->lock || fops->fop_flags & FOP_ASYNC_LOCK; in locks_can_async_lock()
A Dw1.h273 const struct w1_family_ops *fops; member
A Dkexec.h391 const struct kexec_file_ops *fops; member
A Dfs.h2744 #define fops_get(fops) ({ \ argument
2745 const struct file_operations *_fops = (fops); \
2749 #define fops_put(fops) ({ \ argument
2750 const struct file_operations *_fops = (fops); \
2760 #define replace_fops(f, fops) \ argument
2764 BUG_ON(!(__file->f_op = (fops))); \
2985 const struct file_operations *fops);
2992 const struct file_operations *fops) in register_chrdev() argument
2994 return __register_chrdev(major, 0, 256, name, fops); in register_chrdev()
A Dsecurity.h2221 const struct file_operations *fops);
2241 const struct file_operations *fops) in securityfs_create_file() argument
A Dusb.h1318 const struct file_operations *fops; member
A Dblkdev.h160 const struct block_device_operations *fops; member
A Dbpf.h1268 struct ftrace_ops *fops; member
/include/media/
A Dv4l2-dev.h270 const struct v4l2_file_operations *fops; member
390 return __video_register_device(vdev, type, nr, 1, vdev->fops->owner); in video_register_device()
417 return __video_register_device(vdev, type, nr, 0, vdev->fops->owner); in video_register_device_no_warn()
A Dmedia-devnode.h79 const struct media_file_operations *fops; member
A Ddvbdev.h165 const struct file_operations *fops; member
205 struct file_operations *fops; member
/include/rdma/
A Duverbs_types.h150 const struct file_operations *fops; member
201 .fops = _fops, \
/include/media/drv-intf/
A Dtea575x.h38 struct v4l2_file_operations fops; member
/include/drm/
A Ddrm_drv.h433 const struct file_operations *fops; member

Completed in 77 milliseconds