Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Dhost.c43 dwc->xhci_resources[1].start = irq; in dwc3_host_fill_xhci_irq_res()
44 dwc->xhci_resources[1].end = irq; in dwc3_host_fill_xhci_irq_res()
45 dwc->xhci_resources[1].flags = IORESOURCE_IRQ | irq_get_trigger_type(irq); in dwc3_host_fill_xhci_irq_res()
47 dwc->xhci_resources[1].name = of_node_full_name(pdev->dev.of_node); in dwc3_host_fill_xhci_irq_res()
49 dwc->xhci_resources[1].name = name; in dwc3_host_fill_xhci_irq_res()
104 ret = platform_device_add_resources(xhci, dwc->xhci_resources, in dwc3_host_init()
H A Dcore.c1929 dwc->xhci_resources[0].start = res->start; in dwc3_probe()
1930 dwc->xhci_resources[0].end = dwc->xhci_resources[0].start + in dwc3_probe()
1932 dwc->xhci_resources[0].flags = res->flags; in dwc3_probe()
1933 dwc->xhci_resources[0].name = res->name; in dwc3_probe()
H A Dcore.h998 * @xhci_resources: struct resources for our @xhci child
1167 struct resource xhci_resources[DWC3_XHCI_RESOURCES_NUM]; member
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h722 struct resource xhci_resources[DWC3_XHCI_RESOURCES_NUM]; member