Lines Matching refs:debugfs_root
158 xhci->debugfs_root, "%s:%02d", in xhci_debugfs_extcap_regset()
744 xhci->debugfs_root = debugfs_create_dir(dev_name(dev), in xhci_debugfs_init()
752 xhci->debugfs_root, "reg-cap"); in xhci_debugfs_init()
757 xhci->debugfs_root, "reg-op"); in xhci_debugfs_init()
762 xhci->debugfs_root, "reg-runtime"); in xhci_debugfs_init()
781 xhci->debugfs_root); in xhci_debugfs_init()
785 xhci->debugfs_root); in xhci_debugfs_init()
787 xhci->debugfs_slots = debugfs_create_dir("devices", xhci->debugfs_root); in xhci_debugfs_init()
789 xhci_debugfs_create_ports(xhci, xhci->debugfs_root); in xhci_debugfs_init()
791 xhci_debugfs_create_bandwidth(xhci, xhci->debugfs_root); in xhci_debugfs_init()
798 debugfs_remove_recursive(xhci->debugfs_root); in xhci_debugfs_exit()
799 xhci->debugfs_root = NULL; in xhci_debugfs_exit()