Searched refs:primary_hcd (Results 1 – 4 of 4) sorted by relevance
2206 struct usb_hcd *primary_hcd) in usb_create_shared_hcd() argument2215 if (primary_hcd == NULL) { in usb_create_shared_hcd()2226 hcd->bandwidth_mutex = primary_hcd->bandwidth_mutex; in usb_create_shared_hcd()2227 hcd->primary_hcd = primary_hcd; in usb_create_shared_hcd()2228 primary_hcd->primary_hcd = primary_hcd; in usb_create_shared_hcd()2229 hcd->shared_hcd = primary_hcd; in usb_create_shared_hcd()2230 primary_hcd->shared_hcd = hcd; in usb_create_shared_hcd()2313 if (!hcd->primary_hcd) in usb_hcd_is_primary_hcd()2315 return hcd == hcd->primary_hcd; in usb_hcd_is_primary_hcd()
151 struct usb_hcd *primary_hcd; member
816 retval = xhci_init(hcd->primary_hcd); in xhci_resume()820 retval = xhci_run(hcd->primary_hcd); in xhci_resume()
890 usb_hc_died(xhci_to_hcd(xhci)->primary_hcd); in xhci_stop_endpoint_command_watchdog()