Lines Matching refs:struct
43 struct dentry *debugfs_create_dir(const char *name, struct dentry *parent);
53 struct dentry *debugfs_create_file(const char *name, umode_t mode,
54 struct dentry *parent, void *data,
55 const struct file_operations *fops);
64 struct dentry *debugfs_create_file_size(const char *name, umode_t mode,
65 struct dentry *parent, void *data,
66 const struct file_operations *fops,
75 struct dentry *parent, u8 *value);
77 struct dentry *parent, u16 *value);
78 struct dentry *debugfs_create_u32(const char *name, umode_t mode,
79 struct dentry *parent, u32 *value);
81 struct dentry *parent, u64 *value);
88 struct dentry *parent, u8 *value);
90 struct dentry *parent, u16 *value);
92 struct dentry *parent, u32 *value);
94 struct dentry *parent, u64 *value);
100 struct dentry *parent, size_t *value);
106 struct dentry *debugfs_create_ulong(const char *name, umode_t mode,
107 struct dentry *parent,
110 struct dentry *parent, unsigned long *value);
114 struct dentry *debugfs_create_bool(const char *name, umode_t mode,
115 struct dentry *parent, bool *value);
124 struct dentry *parent, atomic_t *value)
130 struct debugfs_blob_wrapper {
135 struct dentry *debugfs_create_blob(const char *name, umode_t mode,
136 struct dentry *parent,
137 struct debugfs_blob_wrapper *blob);
148 struct debugfs_reg32 {
153 struct debugfs_regset32 {
154 struct debugfs_reg32 *regs;
159 struct dentry *debugfs_create_regset32(const char *name, umode_t mode,
160 struct dentry *parent,
161 struct debugfs_regset32 *regset);
163 void debugfs_print_regs32(struct seq_file *s, struct debugfs_reg32 *regs,
172 struct dentry *parent,
180 struct dentry *debugfs_create_devm_seqfile(struct device *dev,
182 struct dentry *parent,
183 int (*read_fn)(struct seq_file *s,
191 struct dentry *debugfs_rename(struct dentry *old_dir,
192 struct dentry *old_dentry,
193 struct dentry *new_dir,
196 struct dentry *debugfs_create_symlink(const char *name,
197 struct dentry *parent,
211 void debugfs_remove(struct dentry *dentry);
218 void debugfs_remove_recursive(struct dentry *dentry);