| /include/linux/ |
| A D | anon_inodes.h | 18 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 D | sound.h | 12 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 D | debugfs.h | 83 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 D | tracefs.h | 63 const struct file_operations **fops); 95 const struct file_operations *fops);
|
| A D | miscdevice.h | 79 const struct file_operations *fops; member
|
| A D | filelock.h | 188 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 D | w1.h | 273 const struct w1_family_ops *fops; member
|
| A D | kexec.h | 391 const struct kexec_file_ops *fops; member
|
| A D | fs.h | 2744 #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 D | security.h | 2221 const struct file_operations *fops); 2241 const struct file_operations *fops) in securityfs_create_file() argument
|
| A D | usb.h | 1318 const struct file_operations *fops; member
|
| A D | blkdev.h | 160 const struct block_device_operations *fops; member
|
| A D | bpf.h | 1268 struct ftrace_ops *fops; member
|
| /include/media/ |
| A D | v4l2-dev.h | 270 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 D | media-devnode.h | 79 const struct media_file_operations *fops; member
|
| A D | dvbdev.h | 165 const struct file_operations *fops; member 205 struct file_operations *fops; member
|
| /include/rdma/ |
| A D | uverbs_types.h | 150 const struct file_operations *fops; member 201 .fops = _fops, \
|
| /include/media/drv-intf/ |
| A D | tea575x.h | 38 struct v4l2_file_operations fops; member
|
| /include/drm/ |
| A D | drm_drv.h | 433 const struct file_operations *fops; member
|