Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dhost.c67 dwc->xhci_resources[1].start = irq; in dwc3_host_init()
68 dwc->xhci_resources[1].end = irq; in dwc3_host_init()
69 dwc->xhci_resources[1].flags = res->flags; in dwc3_host_init()
70 dwc->xhci_resources[1].name = res->name; in dwc3_host_init()
83 ret = platform_device_add_resources(xhci, dwc->xhci_resources, in dwc3_host_init()
H A Dcore.c1587 dwc->xhci_resources[0].start = res->start; in dwc3_probe()
1588 dwc->xhci_resources[0].end = dwc->xhci_resources[0].start + in dwc3_probe()
1590 dwc->xhci_resources[0].flags = res->flags; in dwc3_probe()
1591 dwc->xhci_resources[0].name = res->name; in dwc3_probe()
H A Dcore.h1136 struct resource xhci_resources[DWC3_XHCI_RESOURCES_NUM]; member
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.h744 struct resource xhci_resources[DWC3_XHCI_RESOURCES_NUM]; member