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

/drivers/usb/core/
H A Dhcd.c2212 * @primary_hcd: a pointer to the usb_hcd structure that is sharing the
2224 struct usb_hcd *primary_hcd)
2233 if (primary_hcd == NULL) {
2244 hcd->bandwidth_mutex = primary_hcd->bandwidth_mutex;
2245 hcd->primary_hcd = primary_hcd;
2246 primary_hcd->primary_hcd = primary_hcd;
2247 hcd->shared_hcd = primary_hcd;
2222 usb_create_shared_hcd(const struct hc_driver *driver, struct device *dev, const char *bus_name, struct usb_hcd *primary_hcd) argument
[all...]

Completed in 14 milliseconds