Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds