Searched refs:phy_debug_root (Results 1 – 2 of 2) sorted by relevance
347 struct dentry *phy_debug_root; in create_phy_debug_root() local 349 phy_debug_root = debugfs_lookup("phy", usb_debug_root); in create_phy_debug_root() 350 if (!phy_debug_root) in create_phy_debug_root() 351 phy_debug_root = debugfs_create_dir("phy", usb_debug_root); in create_phy_debug_root() 353 return phy_debug_root; in create_phy_debug_root() 411 struct dentry *phy_debug_root = NULL; in create_debug_files() local 413 phy_debug_root = create_phy_debug_root(); in create_debug_files() 415 if (!phy_debug_root) in create_debug_files() 418 rtk_phy->debug_dir = debugfs_create_dir(dev_name(rtk_phy->dev), phy_debug_root); in create_debug_files()
713 struct dentry *phy_debug_root; in create_phy_debug_root() local 715 phy_debug_root = debugfs_lookup("phy", usb_debug_root); in create_phy_debug_root() 716 if (!phy_debug_root) in create_phy_debug_root() 717 phy_debug_root = debugfs_create_dir("phy", usb_debug_root); in create_phy_debug_root() 719 return phy_debug_root; in create_phy_debug_root() 848 struct dentry *phy_debug_root = NULL; in create_debug_files() local 850 phy_debug_root = create_phy_debug_root(); in create_debug_files() 851 if (!phy_debug_root) in create_debug_files() 855 phy_debug_root); in create_debug_files()