Home
last modified time | relevance | path

Searched refs:dentry_root (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/mfd/
Daat2870-core.c333 aat2870->dentry_root = debugfs_create_dir("aat2870", NULL); in aat2870_init_debugfs()
334 if (!aat2870->dentry_root) { in aat2870_init_debugfs()
341 aat2870->dentry_root, in aat2870_init_debugfs()
350 debugfs_remove_recursive(aat2870->dentry_root); in aat2870_uninit_debugfs()
/linux-3.4.99/include/linux/mfd/
Daat2870.h151 struct dentry *dentry_root; member