Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/usb/core/
Dhcd.c2206 struct usb_hcd *primary_hcd) in usb_create_shared_hcd() argument
2215 if (primary_hcd == NULL) { in usb_create_shared_hcd()
2226 hcd->bandwidth_mutex = primary_hcd->bandwidth_mutex; in usb_create_shared_hcd()
2227 hcd->primary_hcd = primary_hcd; in usb_create_shared_hcd()
2228 primary_hcd->primary_hcd = primary_hcd; in usb_create_shared_hcd()
2229 hcd->shared_hcd = primary_hcd; in usb_create_shared_hcd()
2230 primary_hcd->shared_hcd = hcd; in usb_create_shared_hcd()
2313 if (!hcd->primary_hcd) in usb_hcd_is_primary_hcd()
2315 return hcd == hcd->primary_hcd; in usb_hcd_is_primary_hcd()
/linux-2.6.39/include/linux/usb/
Dhcd.h151 struct usb_hcd *primary_hcd; member
/linux-2.6.39/drivers/usb/host/
Dxhci.c816 retval = xhci_init(hcd->primary_hcd); in xhci_resume()
820 retval = xhci_run(hcd->primary_hcd); in xhci_resume()
Dxhci-ring.c890 usb_hc_died(xhci_to_hcd(xhci)->primary_hcd); in xhci_stop_endpoint_command_watchdog()