Lines Matching refs:debugfs_root
158 xhci->debugfs_root, "%s:%02d", in xhci_debugfs_extcap_regset()
657 xhci->debugfs_root = debugfs_create_dir(dev_name(dev), in xhci_debugfs_init()
665 xhci->debugfs_root, "reg-cap"); in xhci_debugfs_init()
670 xhci->debugfs_root, "reg-op"); in xhci_debugfs_init()
675 xhci->debugfs_root, "reg-runtime"); in xhci_debugfs_init()
694 xhci->debugfs_root); in xhci_debugfs_init()
698 xhci->debugfs_root); in xhci_debugfs_init()
700 xhci->debugfs_slots = debugfs_create_dir("devices", xhci->debugfs_root); in xhci_debugfs_init()
702 xhci_debugfs_create_ports(xhci, xhci->debugfs_root); in xhci_debugfs_init()
709 debugfs_remove_recursive(xhci->debugfs_root); in xhci_debugfs_exit()
710 xhci->debugfs_root = NULL; in xhci_debugfs_exit()