Searched refs:phy_debug_root (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/phy/realtek/
H A Dphy-rtk-usb3.c347 struct dentry *phy_debug_root; local
349 phy_debug_root = debugfs_lookup("phy", usb_debug_root);
350 if (!phy_debug_root)
351 phy_debug_root = debugfs_create_dir("phy", usb_debug_root);
353 return phy_debug_root;
411 struct dentry *phy_debug_root = NULL; local
413 phy_debug_root = create_phy_debug_root();
415 if (!phy_debug_root)
418 rtk_phy->debug_dir = debugfs_create_dir(dev_name(rtk_phy->dev), phy_debug_root);
H A Dphy-rtk-usb2.c713 struct dentry *phy_debug_root; local
715 phy_debug_root = debugfs_lookup("phy", usb_debug_root);
716 if (!phy_debug_root)
717 phy_debug_root = debugfs_create_dir("phy", usb_debug_root);
719 return phy_debug_root;
848 struct dentry *phy_debug_root = NULL; local
850 phy_debug_root = create_phy_debug_root();
851 if (!phy_debug_root)
855 phy_debug_root);

Completed in 121 milliseconds