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

/linux-master/drivers/usb/cdns3/
H A Dcdns3-plat.c74 cdns->xhci_res[0].start = ret;
75 cdns->xhci_res[0].end = ret;
76 cdns->xhci_res[0].flags = IORESOURCE_IRQ | irq_get_trigger_type(ret);
77 cdns->xhci_res[0].name = "host";
85 cdns->xhci_res[1] = *res;
H A Dcore.h53 * @xhci_res: the resource for xhci
86 struct resource xhci_res[CDNS_XHCI_RESOURCES_NUM]; member in struct:cdns
H A Dhost.c84 ret = platform_device_add_resources(xhci, cdns->xhci_res,
H A Dcdnsp-pci.c121 res = &cdnsp->xhci_res[0];
130 res = &cdnsp->xhci_res[1];

Completed in 270 milliseconds