Home
last modified time | relevance | path

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

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