Home
last modified time | relevance | path

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

/include/linux/
Dsound.h36 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);
Danon_inodes.h14 const struct file_operations *fops,
16 int anon_inode_getfd(const char *name, const struct file_operations *fops,
Dmiscdevice.h53 const struct file_operations *fops; member
Doprofile.h129 char const * name, const struct file_operations * fops);
132 char const * name, const struct file_operations * fops, int perm);
Ddebugfs.h51 const struct file_operations *fops);
110 const struct file_operations *fops) in debugfs_create_file() argument
Dproc_fs.h175 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
Dfs.h1902 #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()
Dgenhd.h179 const struct block_device_operations *fops; member
Dtty.h474 extern void tty_default_fops(struct file_operations *fops);
Dusb.h968 const struct file_operations *fops; member
Dinput.h1453 const struct file_operations *fops; member
Dsecurity.h3005 const struct file_operations *fops);
3021 const struct file_operations *fops) in securityfs_create_file() argument
/include/media/
Dv4l2-dev.h87 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()
Dmedia-devnode.h66 const struct media_file_operations *fops; member
Dlirc_dev.h142 const struct file_operations *fops; member
/include/drm/
DdrmP.h957 const struct file_operations *fops; member