Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/iommu/
Domap-iommu-debug.c26 static struct dentry *iommu_debug_root; variable
270 if (!iommu_debug_root) in omap_iommu_debugfs_add()
273 obj->debug_dir = debugfs_create_dir(obj->name, iommu_debug_root); in omap_iommu_debugfs_add()
302 iommu_debug_root = debugfs_create_dir("omap_iommu", NULL); in omap_iommu_debugfs_init()
303 if (!iommu_debug_root) in omap_iommu_debugfs_init()
309 debugfs_remove(iommu_debug_root); in omap_iommu_debugfs_exit()