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