Lines Matching refs:debugfs_root
157 xhci->debugfs_root, "%s:%02d", in xhci_debugfs_extcap_regset()
650 xhci->debugfs_root = debugfs_create_dir(dev_name(dev), in xhci_debugfs_init()
658 xhci->debugfs_root, "reg-cap"); in xhci_debugfs_init()
663 xhci->debugfs_root, "reg-op"); in xhci_debugfs_init()
668 xhci->debugfs_root, "reg-runtime"); in xhci_debugfs_init()
687 xhci->debugfs_root); in xhci_debugfs_init()
691 xhci->debugfs_root); in xhci_debugfs_init()
693 xhci->debugfs_slots = debugfs_create_dir("devices", xhci->debugfs_root); in xhci_debugfs_init()
695 xhci_debugfs_create_ports(xhci, xhci->debugfs_root); in xhci_debugfs_init()
702 debugfs_remove_recursive(xhci->debugfs_root); in xhci_debugfs_exit()
703 xhci->debugfs_root = NULL; in xhci_debugfs_exit()