Searched refs:debugfs_private (Results 1 – 2 of 2) sorted by relevance
454 dev->debugfs_private, in xhci_debugfs_create_context_files()463 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_create_endpoint()490 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_remove_endpoint()585 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_create_stream_files()618 dev->debugfs_private = priv; in xhci_debugfs_create_slot()632 if (!dev || !dev->debugfs_private) in xhci_debugfs_remove_slot()635 priv = dev->debugfs_private; in xhci_debugfs_remove_slot()643 dev->debugfs_private = NULL; in xhci_debugfs_remove_slot()
764 void *debugfs_private; member