Lines Matching refs:shared_hcd
1294 struct usb_hcd *hcd = main ? xhci->main_hcd : xhci->shared_hcd; in tegra_xhci_set_port_power()
1374 xhci->shared_hcd, GetPortStatus, in tegra_xhci_id_work()
1825 xhci->shared_hcd = usb_create_shared_hcd(&tegra_xhci_hc_driver, in tegra_xusb_probe()
1829 if (!xhci->shared_hcd) { in tegra_xusb_probe()
1836 xhci->shared_hcd->can_do_streams = 1; in tegra_xusb_probe()
1838 err = usb_add_hcd(xhci->shared_hcd, tegra->xhci_irq, IRQF_SHARED); in tegra_xusb_probe()
1878 device_init_wakeup(&xhci->shared_hcd->self.root_hub->dev, true); in tegra_xusb_probe()
1893 usb_remove_hcd(xhci->shared_hcd); in tegra_xusb_probe()
1895 usb_put_hcd(xhci->shared_hcd); in tegra_xusb_probe()
1936 usb_remove_hcd(xhci->shared_hcd); in tegra_xusb_remove()
1937 usb_put_hcd(xhci->shared_hcd); in tegra_xusb_remove()
1938 xhci->shared_hcd = NULL; in tegra_xusb_remove()