Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/
H A Dphy-core.c24 static struct dentry *phy_debugfs_root; variable
1001 phy->debugfs = debugfs_create_dir(dev_name(&phy->dev), phy_debugfs_root); in phy_create()
1250 phy_debugfs_root = debugfs_create_dir("phy", NULL); in phy_core_init()
1258 debugfs_remove_recursive(phy_debugfs_root); in phy_core_exit()