Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/marvell/mvpp2/
Dmvpp2_debugfs.c684 static struct dentry *mvpp2_root; variable
688 debugfs_remove(mvpp2_root); in mvpp2_dbgfs_exit()
703 if (!mvpp2_root) in mvpp2_dbgfs_init()
704 mvpp2_root = debugfs_create_dir(MVPP2_DRIVER_NAME, NULL); in mvpp2_dbgfs_init()
706 mvpp2_dir = debugfs_create_dir(name, mvpp2_root); in mvpp2_dbgfs_init()