Searched refs:primary_hcd (Results 1 – 4 of 4) sorted by relevance
2439 struct usb_hcd *primary_hcd) in usb_create_shared_hcd() argument2448 if (primary_hcd == NULL) { in usb_create_shared_hcd()2468 hcd->address0_mutex = primary_hcd->address0_mutex; in usb_create_shared_hcd()2469 hcd->bandwidth_mutex = primary_hcd->bandwidth_mutex; in usb_create_shared_hcd()2470 hcd->primary_hcd = primary_hcd; in usb_create_shared_hcd()2471 primary_hcd->primary_hcd = primary_hcd; in usb_create_shared_hcd()2472 hcd->shared_hcd = primary_hcd; in usb_create_shared_hcd()2473 primary_hcd->shared_hcd = hcd; in usb_create_shared_hcd()2543 if (peer->primary_hcd == hcd) in hcd_release()2544 peer->primary_hcd = NULL; in hcd_release()[all …]
175 struct usb_hcd *primary_hcd; member
893 usb_hc_died(xhci_to_hcd(xhci)->primary_hcd); in xhci_stop_endpoint_command_watchdog()1277 usb_hc_died(xhci_to_hcd(xhci)->primary_hcd); in xhci_handle_command_timeout()
1078 retval = xhci_init(hcd->primary_hcd); in xhci_resume()1084 retval = xhci_run(hcd->primary_hcd); in xhci_resume()