Searched refs:generic_resources (Results 1 – 1 of 1) sorted by relevance
42 static struct resource generic_resources[] = { variable72 generic_resources[0].start = dwc->irq; in dwc3_host_init()74 generic_resources[1].start = dwc->res->start; in dwc3_host_init()75 generic_resources[1].end = dwc->res->start + 0x7fff; in dwc3_host_init()77 ret = platform_device_add_resources(xhci, generic_resources, in dwc3_host_init()78 ARRAY_SIZE(generic_resources)); in dwc3_host_init()