Home
last modified time | relevance | path

Searched refs:vhci_hcd_hs (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/usbip/
H A Dvhci_hcd.c1175 vhci->vhci_hcd_hs = hcd_to_vhci_hcd(hcd); in vhci_setup()
1176 vhci->vhci_hcd_hs->vhci = vhci; in vhci_setup()
1416 vhci->vhci_hcd_hs = NULL; in vhci_hcd_probe()
1433 usb_remove_hcd(vhci_hcd_to_hcd(vhci->vhci_hcd_hs)); in vhci_hcd_remove()
1434 usb_put_hcd(vhci_hcd_to_hcd(vhci->vhci_hcd_hs)); in vhci_hcd_remove()
1436 vhci->vhci_hcd_hs = NULL; in vhci_hcd_remove()
1463 if (vhci->vhci_hcd_hs->port_status[rhport] & in vhci_hcd_suspend()
H A Dvhci.h98 struct vhci_hcd *vhci_hcd_hs; member