Searched refs:mvpp2_root (Results 1 – 1 of 1) sorted by relevance
670 struct dentry *mvpp2_dir, *mvpp2_root; in mvpp2_dbgfs_init() local673 mvpp2_root = debugfs_lookup(MVPP2_DRIVER_NAME, NULL); in mvpp2_dbgfs_init()674 if (!mvpp2_root) { in mvpp2_dbgfs_init()675 mvpp2_root = debugfs_create_dir(MVPP2_DRIVER_NAME, NULL); in mvpp2_dbgfs_init()676 if (IS_ERR(mvpp2_root)) in mvpp2_dbgfs_init()680 mvpp2_dir = debugfs_create_dir(name, mvpp2_root); in mvpp2_dbgfs_init()