Home
last modified time | relevance | path

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

/drivers/usb/cdns3/
Dcdnsp-pci.c121 res = &cdnsp->xhci_res[0]; in cdnsp_pci_probe()
130 res = &cdnsp->xhci_res[1]; in cdnsp_pci_probe()
Dcdns3-plat.c74 cdns->xhci_res[0] = *res; in cdns3_plat_probe()
82 cdns->xhci_res[1] = *res; in cdns3_plat_probe()
Dcore.h86 struct resource xhci_res[CDNS_XHCI_RESOURCES_NUM]; member
Dhost.c83 ret = platform_device_add_resources(xhci, cdns->xhci_res, in __cdns_host_init()