Lines Matching refs:struct

41     struct dentry *debugfs_create_dir(const char *name, struct dentry *parent);
51 struct dentry *debugfs_create_file(const char *name, umode_t mode,
52 struct dentry *parent, void *data,
53 const struct file_operations *fops);
62 struct dentry *debugfs_create_file_size(const char *name, umode_t mode,
63 struct dentry *parent, void *data,
64 const struct file_operations *fops,
73 struct dentry *parent, u8 *value);
75 struct dentry *parent, u16 *value);
76 struct dentry *debugfs_create_u32(const char *name, umode_t mode,
77 struct dentry *parent, u32 *value);
79 struct dentry *parent, u64 *value);
86 struct dentry *parent, u8 *value);
88 struct dentry *parent, u16 *value);
90 struct dentry *parent, u32 *value);
92 struct dentry *parent, u64 *value);
98 struct dentry *parent, size_t *value);
104 struct dentry *debugfs_create_ulong(const char *name, umode_t mode,
105 struct dentry *parent,
108 struct dentry *parent, unsigned long *value);
112 struct dentry *debugfs_create_bool(const char *name, umode_t mode,
113 struct dentry *parent, bool *value);
122 struct dentry *parent, atomic_t *value)
128 struct debugfs_blob_wrapper {
133 struct dentry *debugfs_create_blob(const char *name, umode_t mode,
134 struct dentry *parent,
135 struct debugfs_blob_wrapper *blob);
146 struct debugfs_reg32 {
151 struct debugfs_regset32 {
152 struct debugfs_reg32 *regs;
157 struct dentry *debugfs_create_regset32(const char *name, umode_t mode,
158 struct dentry *parent,
159 struct debugfs_regset32 *regset);
161 void debugfs_print_regs32(struct seq_file *s, struct debugfs_reg32 *regs,
170 struct dentry *parent,
178 struct dentry *debugfs_create_devm_seqfile(struct device *dev,
180 struct dentry *parent,
181 int (*read_fn)(struct seq_file *s,
189 struct dentry *debugfs_rename(struct dentry *old_dir,
190 struct dentry *old_dentry,
191 struct dentry *new_dir,
194 struct dentry *debugfs_create_symlink(const char *name,
195 struct dentry *parent,
209 void debugfs_remove(struct dentry *dentry);
216 void debugfs_remove_recursive(struct dentry *dentry);