Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/cdns3/
A Dcdns3-plat.c73 cdns->xhci_res[0].start = ret; in cdns3_plat_probe()
74 cdns->xhci_res[0].end = ret; in cdns3_plat_probe()
75 cdns->xhci_res[0].flags = IORESOURCE_IRQ | irq_get_trigger_type(ret); in cdns3_plat_probe()
76 cdns->xhci_res[0].name = "host"; in cdns3_plat_probe()
84 cdns->xhci_res[1] = *res; in cdns3_plat_probe()
A Dcdnsp-pci.c128 res = &cdnsp->xhci_res[0]; in cdnsp_pci_probe()
137 res = &cdnsp->xhci_res[1]; in cdnsp_pci_probe()
A Dcore.h86 struct resource xhci_res[CDNS_XHCI_RESOURCES_NUM]; member
A Dhost.c77 ret = platform_device_add_resources(xhci, cdns->xhci_res, in __cdns_host_init()

Completed in 6 milliseconds