Home
last modified time | relevance | path

Searched refs:debugfs_slots (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-debugfs.c601 priv->root = debugfs_create_dir(priv->name, xhci->debugfs_slots); in xhci_debugfs_create_slot()
699 xhci->debugfs_slots = debugfs_create_dir("devices", xhci->debugfs_root); in xhci_debugfs_init()
710 xhci->debugfs_slots = NULL; in xhci_debugfs_exit()
Dxhci.h1912 struct dentry *debugfs_slots; member