Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
Dxhci-debugfs.c433 dev->debugfs_private, in xhci_debugfs_create_context_files()
442 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_create_endpoint()
469 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_remove_endpoint()
564 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_create_stream_files()
597 dev->debugfs_private = priv; in xhci_debugfs_create_slot()
611 if (!dev || !dev->debugfs_private) in xhci_debugfs_remove_slot()
614 priv = dev->debugfs_private; in xhci_debugfs_remove_slot()
622 dev->debugfs_private = NULL; in xhci_debugfs_remove_slot()
Dxhci.h1027 void *debugfs_private; member