Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mfd/
Daat2870-core.c337 aat2870->dentry_root = debugfs_create_dir("aat2870", NULL); in aat2870_init_debugfs()
338 if (!aat2870->dentry_root) { in aat2870_init_debugfs()
345 aat2870->dentry_root, in aat2870_init_debugfs()
354 debugfs_remove_recursive(aat2870->dentry_root); in aat2870_uninit_debugfs()
/linux-4.1.27/include/linux/mfd/
Daat2870.h151 struct dentry *dentry_root; member