Searched refs:fops (Results 1 – 16 of 16) sorted by relevance
/include/linux/ |
D | sound.h | 36 extern int register_sound_special(const struct file_operations *fops, int unit); 37 extern int register_sound_special_device(const struct file_operations *fops, int unit, struct devic… 38 extern int register_sound_mixer(const struct file_operations *fops, int dev); 39 extern int register_sound_midi(const struct file_operations *fops, int dev); 40 extern int register_sound_dsp(const struct file_operations *fops, int dev);
|
D | anon_inodes.h | 14 const struct file_operations *fops, 16 int anon_inode_getfd(const char *name, const struct file_operations *fops,
|
D | miscdevice.h | 53 const struct file_operations *fops; member
|
D | oprofile.h | 129 char const * name, const struct file_operations * fops); 132 char const * name, const struct file_operations * fops, int perm);
|
D | debugfs.h | 51 const struct file_operations *fops); 110 const struct file_operations *fops) in debugfs_create_file() argument
|
D | proc_fs.h | 175 const char *name, umode_t mode, const struct file_operations *fops); 187 #define proc_net_fops_create(net, name, mode, fops) ({ (void)(mode), NULL; }) argument
|
D | fs.h | 1902 #define fops_get(fops) \ argument 1903 (((fops) && try_module_get((fops)->owner) ? (fops) : NULL)) 1904 #define fops_put(fops) \ argument 1905 do { if (fops) module_put((fops)->owner); } while(0) 2135 const struct file_operations *fops); 2142 const struct file_operations *fops) in register_chrdev() argument 2144 return __register_chrdev(major, 0, 256, name, fops); in register_chrdev()
|
D | genhd.h | 179 const struct block_device_operations *fops; member
|
D | tty.h | 474 extern void tty_default_fops(struct file_operations *fops);
|
D | usb.h | 968 const struct file_operations *fops; member
|
D | input.h | 1453 const struct file_operations *fops; member
|
D | security.h | 3005 const struct file_operations *fops); 3021 const struct file_operations *fops) in securityfs_create_file() argument
|
/include/media/ |
D | v4l2-dev.h | 87 const struct v4l2_file_operations *fops; member 149 return __video_register_device(vdev, type, nr, 1, vdev->fops->owner); in video_register_device() 157 return __video_register_device(vdev, type, nr, 0, vdev->fops->owner); in video_register_device_no_warn()
|
D | media-devnode.h | 66 const struct media_file_operations *fops; member
|
D | lirc_dev.h | 142 const struct file_operations *fops; member
|
/include/drm/ |
D | drmP.h | 957 const struct file_operations *fops; member
|