Home
last modified time | relevance | path

Searched refs:xhci_resources (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/dwc3/
Dcore.c759 dwc->xhci_resources[1].start = res->start; in dwc3_probe()
760 dwc->xhci_resources[1].end = res->end; in dwc3_probe()
761 dwc->xhci_resources[1].flags = res->flags; in dwc3_probe()
762 dwc->xhci_resources[1].name = res->name; in dwc3_probe()
770 dwc->xhci_resources[0].start = res->start; in dwc3_probe()
771 dwc->xhci_resources[0].end = dwc->xhci_resources[0].start + in dwc3_probe()
773 dwc->xhci_resources[0].flags = res->flags; in dwc3_probe()
774 dwc->xhci_resources[0].name = res->name; in dwc3_probe()
Dhost.c43 ret = platform_device_add_resources(xhci, dwc->xhci_resources, in dwc3_host_init()
Dcore.h731 struct resource xhci_resources[DWC3_XHCI_RESOURCES_NUM]; member