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

/include/linux/
H A Danon_inodes.h14 const struct file_operations *fops,
16 int anon_inode_getfd(const char *name, const struct file_operations *fops,
H A 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 device *dev);
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);
H A Dmiscdevice.h53 const struct file_operations *fops; member in struct:miscdevice
H A Doprofile.h129 char const * name, const struct file_operations * fops);
132 char const * name, const struct file_operations * fops, int perm);
H A Ddebugfs.h51 const struct file_operations *fops);
110 const struct file_operations *fops)
108 debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) argument
H A Dproc_fs.h171 const char *name, umode_t mode, const struct file_operations *fops);
180 #define proc_net_fops_create(net, name, mode, fops) ({ (void)(mode), NULL; })
H A Dfs.h1885 #define fops_get(fops) \
1886 (((fops) && try_module_get((fops)->owner) ? (fops) : NULL))
1887 #define fops_put(fops) \
1888 do { if (fops) module_put((fops)->owner); } while(0)
2118 const struct file_operations *fops);
2125 const struct file_operations *fops)
2127 return __register_chrdev(major, 0, 256, name, fops);
2124 register_chrdev(unsigned int major, const char *name, const struct file_operations *fops) argument
[all...]
H A Dgenhd.h179 const struct block_device_operations *fops; member in struct:gendisk
H A Dtty.h474 extern void tty_default_fops(struct file_operations *fops);
H A Dsecurity.h2975 const struct file_operations *fops);
2991 const struct file_operations *fops)
2987 securityfs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) argument
H A Dinput.h1390 * @fops: file operations this driver implements
1423 const struct file_operations *fops; member in struct:input_handler
H A Dusb.h937 * @fops: pointer to the struct file_operations of this driver.
947 const struct file_operations *fops; member in struct:usb_class_driver
/include/media/
H A Dmedia-devnode.h66 const struct media_file_operations *fops; member in struct:media_devnode
H A Dv4l2-dev.h87 const struct v4l2_file_operations *fops; member in struct:video_device
149 return __video_register_device(vdev, type, nr, 1, vdev->fops->owner);
157 return __video_register_device(vdev, type, nr, 0, vdev->fops->owner);
H A Dlirc_dev.h142 const struct file_operations *fops; member in struct:lirc_driver
183 * fops:
/include/drm/
H A DdrmP.h957 const struct file_operations *fops; member in struct:drm_driver

Completed in 619 milliseconds