Home
last modified time | relevance | path

Searched refs:primary_hcd (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/usb/core/
Dhcd.c2439 struct usb_hcd *primary_hcd) in usb_create_shared_hcd() argument
2448 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 …]
/linux-4.1.27/include/linux/usb/
Dhcd.h175 struct usb_hcd *primary_hcd; member
/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c893 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()
Dxhci.c1078 retval = xhci_init(hcd->primary_hcd); in xhci_resume()
1084 retval = xhci_run(hcd->primary_hcd); in xhci_resume()