Searched refs:primary_hcd (Results 1 – 5 of 5) sorted by relevance
2490 struct usb_hcd *primary_hcd) in usb_create_shared_hcd() argument2499 if (primary_hcd == NULL) { in usb_create_shared_hcd()2511 hcd->bandwidth_mutex = primary_hcd->bandwidth_mutex; in usb_create_shared_hcd()2512 hcd->primary_hcd = primary_hcd; in usb_create_shared_hcd()2513 primary_hcd->primary_hcd = primary_hcd; in usb_create_shared_hcd()2514 hcd->shared_hcd = primary_hcd; in usb_create_shared_hcd()2515 primary_hcd->shared_hcd = hcd; in usb_create_shared_hcd()2583 if (peer->primary_hcd == hcd) in hcd_release()2584 peer->primary_hcd = NULL; in hcd_release()2607 if (!hcd->primary_hcd) in usb_hcd_is_primary_hcd()[all …]
1674 struct usb_hcd *primary_hcd; in hcd_to_xhci() local1677 primary_hcd = hcd; in hcd_to_xhci()1679 primary_hcd = hcd->primary_hcd; in hcd_to_xhci()1681 return (struct xhci_hcd *) (primary_hcd->hcd_priv); in hcd_to_xhci()
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()
1068 retval = xhci_init(hcd->primary_hcd); in xhci_resume()1074 retval = xhci_run(hcd->primary_hcd); in xhci_resume()
185 struct usb_hcd *primary_hcd; member