Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dxhci-debugfs.c440 dev->debugfs_private, in xhci_debugfs_create_context_files()
449 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_create_endpoint()
476 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_remove_endpoint()
571 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_create_stream_files()
604 dev->debugfs_private = priv; in xhci_debugfs_create_slot()
618 if (!dev || !dev->debugfs_private) in xhci_debugfs_remove_slot()
621 priv = dev->debugfs_private; in xhci_debugfs_remove_slot()
629 dev->debugfs_private = NULL; in xhci_debugfs_remove_slot()
Dxhci.h758 void *debugfs_private; member