Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/core/
Dhcd.c2222 struct usb_hcd *primary_hcd) in usb_create_shared_hcd() argument
2231 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()
/linux-3.4.99/include/linux/usb/
Dhcd.h149 struct usb_hcd *primary_hcd; member
/linux-3.4.99/drivers/usb/host/
Dxhci-ring.c399 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()
Dxhci.c1054 retval = xhci_init(hcd->primary_hcd); in xhci_resume()
1060 retval = xhci_run(hcd->primary_hcd); in xhci_resume()