Lines Matching refs:debugfs_root
157 xhci->debugfs_root, "%s:%02d", in xhci_debugfs_extcap_regset()
656 xhci->debugfs_root = debugfs_create_dir(dev_name(dev), in xhci_debugfs_init()
664 xhci->debugfs_root, "reg-cap"); in xhci_debugfs_init()
669 xhci->debugfs_root, "reg-op"); in xhci_debugfs_init()
674 xhci->debugfs_root, "reg-runtime"); in xhci_debugfs_init()
693 xhci->debugfs_root); in xhci_debugfs_init()
697 xhci->debugfs_root); in xhci_debugfs_init()
699 xhci->debugfs_slots = debugfs_create_dir("devices", xhci->debugfs_root); in xhci_debugfs_init()
701 xhci_debugfs_create_ports(xhci, xhci->debugfs_root); in xhci_debugfs_init()
708 debugfs_remove_recursive(xhci->debugfs_root); in xhci_debugfs_exit()
709 xhci->debugfs_root = NULL; in xhci_debugfs_exit()