Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.c2096 base = ioremap(dwc->xhci_resources[0].start, in dwc3_get_num_ports()
2097 resource_size(&dwc->xhci_resources[0])); in dwc3_get_num_ports()
2172 dwc->xhci_resources[0].start = res->start; in dwc3_probe()
2173 dwc->xhci_resources[0].end = dwc->xhci_resources[0].start + in dwc3_probe()
2175 dwc->xhci_resources[0].flags = res->flags; in dwc3_probe()
2176 dwc->xhci_resources[0].name = res->name; in dwc3_probe()
H A Dcore.h1188 struct resource xhci_resources[DWC3_XHCI_RESOURCES_NUM]; member