Lines Matching refs:spriv
448 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_create_endpoint() local
450 if (!spriv) in xhci_debugfs_create_endpoint()
453 if (spriv->eps[ep_index]) in xhci_debugfs_create_endpoint()
466 spriv->root); in xhci_debugfs_create_endpoint()
467 spriv->eps[ep_index] = epriv; in xhci_debugfs_create_endpoint()
475 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_remove_endpoint() local
477 if (!spriv || !spriv->eps[ep_index]) in xhci_debugfs_remove_endpoint()
480 epriv = spriv->eps[ep_index]; in xhci_debugfs_remove_endpoint()
482 spriv->eps[ep_index] = NULL; in xhci_debugfs_remove_endpoint()
570 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_create_stream_files() local
573 if (!spriv || !spriv->eps[ep_index] || in xhci_debugfs_create_stream_files()
577 epriv = spriv->eps[ep_index]; in xhci_debugfs_create_stream_files()