xhci_resources   1425 drivers/usb/dwc3/core.c 	dwc->xhci_resources[0].start = res->start;
xhci_resources   1426 drivers/usb/dwc3/core.c 	dwc->xhci_resources[0].end = dwc->xhci_resources[0].start +
xhci_resources   1428 drivers/usb/dwc3/core.c 	dwc->xhci_resources[0].flags = res->flags;
xhci_resources   1429 drivers/usb/dwc3/core.c 	dwc->xhci_resources[0].name = res->name;
xhci_resources   1063 drivers/usb/dwc3/core.h 	struct resource		xhci_resources[DWC3_XHCI_RESOURCES_NUM];
xhci_resources     66 drivers/usb/dwc3/host.c 	dwc->xhci_resources[1].start = irq;
xhci_resources     67 drivers/usb/dwc3/host.c 	dwc->xhci_resources[1].end = irq;
xhci_resources     68 drivers/usb/dwc3/host.c 	dwc->xhci_resources[1].flags = res->flags;
xhci_resources     69 drivers/usb/dwc3/host.c 	dwc->xhci_resources[1].name = res->name;
xhci_resources     81 drivers/usb/dwc3/host.c 	ret = platform_device_add_resources(xhci, dwc->xhci_resources,