Lines Matching refs:spriv
430 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_create_endpoint() local
432 if (!spriv) in xhci_debugfs_create_endpoint()
435 if (spriv->eps[ep_index]) in xhci_debugfs_create_endpoint()
448 spriv->root); in xhci_debugfs_create_endpoint()
449 spriv->eps[ep_index] = epriv; in xhci_debugfs_create_endpoint()
457 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_remove_endpoint() local
459 if (!spriv || !spriv->eps[ep_index]) in xhci_debugfs_remove_endpoint()
462 epriv = spriv->eps[ep_index]; in xhci_debugfs_remove_endpoint()
464 spriv->eps[ep_index] = NULL; in xhci_debugfs_remove_endpoint()
552 struct xhci_slot_priv *spriv = dev->debugfs_private; in xhci_debugfs_create_stream_files() local
555 if (!spriv || !spriv->eps[ep_index] || in xhci_debugfs_create_stream_files()
559 epriv = spriv->eps[ep_index]; in xhci_debugfs_create_stream_files()