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

/linux-4.1.27/drivers/usb/core/
H A Dhcd.c2426 * @primary_hcd: a pointer to the usb_hcd structure that is sharing the
2439 struct usb_hcd *primary_hcd) usb_create_shared_hcd()
2448 if (primary_hcd == NULL) { usb_create_shared_hcd()
2468 hcd->address0_mutex = primary_hcd->address0_mutex; usb_create_shared_hcd()
2469 hcd->bandwidth_mutex = primary_hcd->bandwidth_mutex; usb_create_shared_hcd()
2470 hcd->primary_hcd = primary_hcd; usb_create_shared_hcd()
2471 primary_hcd->primary_hcd = primary_hcd; usb_create_shared_hcd()
2472 hcd->shared_hcd = primary_hcd; usb_create_shared_hcd()
2473 primary_hcd->shared_hcd = hcd; usb_create_shared_hcd()
2527 * invalidate the peer's ->shared_hcd and ->primary_hcd pointers to
2543 if (peer->primary_hcd == hcd) hcd_release()
2544 peer->primary_hcd = NULL; hcd_release()
2567 if (!hcd->primary_hcd) usb_hcd_is_primary_hcd()
2569 return hcd == hcd->primary_hcd; usb_hcd_is_primary_hcd()
2437 usb_create_shared_hcd(const struct hc_driver *driver, struct device *dev, const char *bus_name, struct usb_hcd *primary_hcd) usb_create_shared_hcd() argument
/linux-4.1.27/include/linux/usb/
H A Dhcd.h175 struct usb_hcd *primary_hcd; member in struct:usb_hcd
/linux-4.1.27/drivers/usb/host/
H A Dxhci-ring.c893 usb_hc_died(xhci_to_hcd(xhci)->primary_hcd); xhci_stop_endpoint_command_watchdog()
1277 usb_hc_died(xhci_to_hcd(xhci)->primary_hcd); xhci_handle_command_timeout()
H A Dxhci.c1078 retval = xhci_init(hcd->primary_hcd); xhci_resume()
1084 retval = xhci_run(hcd->primary_hcd); xhci_resume()

Completed in 150 milliseconds