Searched refs:debugfs_private (Results 1 – 2 of 2) sorted by relevance
439 dev->debugfs_private, in xhci_debugfs_create_context_files()448 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_create_endpoint()475 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_remove_endpoint()570 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_create_stream_files()603 dev->debugfs_private = priv; in xhci_debugfs_create_slot()617 if (!dev || !dev->debugfs_private) in xhci_debugfs_remove_slot()620 priv = dev->debugfs_private; in xhci_debugfs_remove_slot()628 dev->debugfs_private = NULL; in xhci_debugfs_remove_slot()
1036 void *debugfs_private; member