Searched refs:primary_hcd (Results 1 – 4 of 4) sorted by relevance
2222 struct usb_hcd *primary_hcd) in usb_create_shared_hcd() argument2231 if (primary_hcd == NULL) { in usb_create_shared_hcd()2242 hcd->bandwidth_mutex = primary_hcd->bandwidth_mutex; in usb_create_shared_hcd()2243 hcd->primary_hcd = primary_hcd; in usb_create_shared_hcd()2244 primary_hcd->primary_hcd = primary_hcd; in usb_create_shared_hcd()2245 hcd->shared_hcd = primary_hcd; in usb_create_shared_hcd()2246 primary_hcd->shared_hcd = hcd; in usb_create_shared_hcd()2329 if (!hcd->primary_hcd) in usb_hcd_is_primary_hcd()2331 return hcd == hcd->primary_hcd; in usb_hcd_is_primary_hcd()
149 struct usb_hcd *primary_hcd; member
399 usb_hc_died(xhci_to_hcd(xhci)->primary_hcd); in xhci_cancel_cmd()1004 usb_hc_died(xhci_to_hcd(xhci)->primary_hcd); in xhci_stop_endpoint_command_watchdog()
1054 retval = xhci_init(hcd->primary_hcd); in xhci_resume()1060 retval = xhci_run(hcd->primary_hcd); in xhci_resume()