Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/core/
Dhcd.c2490 struct usb_hcd *primary_hcd) in usb_create_shared_hcd() argument
2499 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 …]
/linux-4.4.14/drivers/usb/host/
Dxhci.h1674 struct usb_hcd *primary_hcd; in hcd_to_xhci() local
1677 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()
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.c1068 retval = xhci_init(hcd->primary_hcd); in xhci_resume()
1074 retval = xhci_run(hcd->primary_hcd); in xhci_resume()
/linux-4.4.14/include/linux/usb/
Dhcd.h185 struct usb_hcd *primary_hcd; member