Lines Matching refs:spriv
449 struct xhci_slot_priv *spriv = dev->debugfs_private;
451 if (!spriv)
454 if (spriv->eps[ep_index])
467 spriv->root);
468 spriv->eps[ep_index] = epriv;
476 struct xhci_slot_priv *spriv = dev->debugfs_private;
478 if (!spriv || !spriv->eps[ep_index])
481 epriv = spriv->eps[ep_index];
483 spriv->eps[ep_index] = NULL;
571 struct xhci_slot_priv *spriv = dev->debugfs_private;
574 if (!spriv || !spriv->eps[ep_index] ||
578 epriv = spriv->eps[ep_index];