Home
last modified time | relevance | path

Searched refs:ras_get_debugfs_root (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/ras/
H A Ddebugfs.h8 struct dentry *ras_get_debugfs_root(void);
10 static inline struct dentry *ras_get_debugfs_root(void) { return NULL; } in ras_get_debugfs_root() function
H A Ddebugfs.c10 struct dentry *ras_get_debugfs_root(void) in ras_get_debugfs_root() function
14 EXPORT_SYMBOL_GPL(ras_get_debugfs_root);
H A Dcec.c485 dfs = ras_get_debugfs_root(); in create_debugfs_nodes()
/linux/drivers/ras/amd/
H A Dfmpm.c953 struct dentry *dfs = ras_get_debugfs_root(); in setup_debugfs()