Searched refs:vhci_priv (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/usbip/
H A Dvhci_tx.c28 struct vhci_priv *priv = ((struct vhci_priv *)urb->hcpriv);
49 static struct vhci_priv *dequeue_from_priv_tx(struct vhci_device *vdev)
52 struct vhci_priv *priv, *tmp;
71 struct vhci_priv *priv = NULL;
H A Dvhci.h45 /* vhci_priv is linked to one of them. */
59 struct vhci_priv { struct
H A Dvhci_rx.c30 struct vhci_priv *priv, *tmp;
H A Dvhci_hcd.c480 struct vhci_priv *priv;
489 priv = kzalloc(sizeof(struct vhci_priv), GFP_ATOMIC);
494 dev_err(&urb->dev->dev, "malloc vhci_priv\n");
670 struct vhci_priv *priv;

Completed in 199 milliseconds