Lines Matching refs:shared_hcd
1293 struct usb_hcd *hcd = main ? xhci->main_hcd : xhci->shared_hcd; in tegra_xhci_set_port_power()
1372 xhci->shared_hcd, GetPortStatus, in tegra_xhci_id_work()
1821 xhci->shared_hcd = usb_create_shared_hcd(&tegra_xhci_hc_driver, in tegra_xusb_probe()
1825 if (!xhci->shared_hcd) { in tegra_xusb_probe()
1832 xhci->shared_hcd->can_do_streams = 1; in tegra_xusb_probe()
1834 err = usb_add_hcd(xhci->shared_hcd, tegra->xhci_irq, IRQF_SHARED); in tegra_xusb_probe()
1874 device_init_wakeup(&xhci->shared_hcd->self.root_hub->dev, true); in tegra_xusb_probe()
1889 usb_remove_hcd(xhci->shared_hcd); in tegra_xusb_probe()
1891 usb_put_hcd(xhci->shared_hcd); in tegra_xusb_probe()
1932 usb_remove_hcd(xhci->shared_hcd); in tegra_xusb_remove()
1933 usb_put_hcd(xhci->shared_hcd); in tegra_xusb_remove()
1934 xhci->shared_hcd = NULL; in tegra_xusb_remove()