/kernel/linux/linux-6.6/arch/s390/lib/ |
H A D | test_unwind.c | 288 struct ftrace_ops *fops; in test_unwind_ftrace() local 268 test_unwind_ftrace_handler(unsigned long ip, unsigned long parent_ip, struct ftrace_ops *fops, struct ftrace_regs *fregs) test_unwind_ftrace_handler() argument [all...] |
/kernel/linux/linux-5.10/drivers/misc/cxl/ |
H A D | flash.c | 507 static const struct file_operations fops = { variable
|
H A D | file.c | 564 cxl_add_chardev(struct cxl_afu *afu, dev_t devt, struct cdev *cdev, struct device **chardev, char *postfix, char *desc, const struct file_operations *fops) cxl_add_chardev() argument
|
H A D | api.c | 387 struct file *cxl_get_fd(struct cxl_context *ctx, struct file_operations *fops, in cxl_get_fd() argument 56 cxl_getfile(const char *name, const struct file_operations *fops, void *priv, int flags) cxl_getfile() argument [all...] |
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | device.c | 176 device_init_cdev(struct hl_device *hdev, struct class *hclass, int minor, const struct file_operations *fops, char *name, struct cdev *cdev, struct device **dev) device_init_cdev() argument
|
/kernel/linux/linux-5.10/drivers/misc/ibmasm/ |
H A D | ibmasmfs.c | 147 ibmasmfs_create_file(struct dentry *parent, const char *name, const struct file_operations *fops, void *data, int mode) ibmasmfs_create_file() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | debugfs.c | 397 static const struct file_operations fops = { variable
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/ |
H A D | debug.c | 57 const struct file_operations fops; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | debugfs.c | 33 struct file_operations fops; member
|
/kernel/linux/linux-5.10/drivers/usb/dwc3/ |
H A D | debugfs.c | 678 const struct file_operations *const fops; member 994 const struct file_operations *fops = dwc3_ep_file_map[i].fops; in dwc3_debugfs_create_endpoint_files() local
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | miscdevice.h | 82 const struct file_operations *fops; member
|
H A D | w1.h | 272 const struct w1_family_ops *fops; member
|
H A D | debugfs.h | 185 debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) debugfs_create_file() argument 192 debugfs_create_file_unsafe(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) debugfs_create_file_unsafe() argument 200 debugfs_create_file_size(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops, loff_t file_size) debugfs_create_file_size() argument
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-dev.h | 270 const struct v4l2_file_operations *fops; member
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | debug.c | 214 snd_sof_debugfs_probe_item(struct snd_sof_dev *sdev, const char *name, mode_t mode, const struct file_operations *fops) snd_sof_debugfs_probe_item() argument
|
/kernel/linux/linux-5.10/fs/ |
H A D | char_dev.c | 375 const struct file_operations *fops; in chrdev_open() local 268 __register_chrdev(unsigned int major, unsigned int baseminor, unsigned int count, const char *name, const struct file_operations *fops) __register_chrdev() argument 651 cdev_init(struct cdev *cdev, const struct file_operations *fops) cdev_init() argument [all...] |
/kernel/linux/linux-5.10/fs/tracefs/ |
H A D | inode.c | 478 tracefs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) tracefs_create_file() argument
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_drv.h | 573 const struct file_operations *fops; member
|
/kernel/linux/linux-6.6/drivers/misc/ibmasm/ |
H A D | ibmasmfs.c | 147 ibmasmfs_create_file(struct dentry *parent, const char *name, const struct file_operations *fops, void *data, int mode) ibmasmfs_create_file() argument
|
/kernel/linux/linux-6.6/drivers/misc/cxl/ |
H A D | file.c | 564 cxl_add_chardev(struct cxl_afu *afu, dev_t devt, struct cdev *cdev, struct device **chardev, char *postfix, char *desc, const struct file_operations *fops) cxl_add_chardev() argument
|
H A D | flash.c | 508 static const struct file_operations fops = { variable
|
H A D | api.c | 388 struct file *cxl_get_fd(struct cxl_context *ctx, struct file_operations *fops, in cxl_get_fd() argument 57 cxl_getfile(const char *name, const struct file_operations *fops, void *priv, int flags) cxl_getfile() argument [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | char_dev.c | 375 const struct file_operations *fops; in chrdev_open() local 268 __register_chrdev(unsigned int major, unsigned int baseminor, unsigned int count, const char *name, const struct file_operations *fops) __register_chrdev() argument 658 cdev_init(struct cdev *cdev, const struct file_operations *fops) cdev_init() argument [all...] |
/kernel/linux/linux-6.6/fs/tracefs/ |
H A D | event_inode.c | 507 const struct file_operations *fops; in eventfs_root_lookup() local 530 const struct file_operations *fops; in eventfs_iterate() local 452 lookup_file_dentry(struct dentry *dentry, struct eventfs_inode *ei, int idx, umode_t mode, void *data, const struct file_operations *fops) lookup_file_dentry() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | debugfs.h | 190 debugfs_create_file(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) debugfs_create_file() argument 197 debugfs_create_file_unsafe(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops) debugfs_create_file_unsafe() argument 205 debugfs_create_file_size(const char *name, umode_t mode, struct dentry *parent, void *data, const struct file_operations *fops, loff_t file_size) debugfs_create_file_size() argument
|