Home
last modified time | relevance | path

Searched refs:xhci_resources (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dhost.c22 dwc->xhci_resources[1].start = irq; in dwc3_host_fill_xhci_irq_res()
23 dwc->xhci_resources[1].end = irq; in dwc3_host_fill_xhci_irq_res()
24 dwc->xhci_resources[1].flags = IORESOURCE_IRQ | irq_get_trigger_type(irq); in dwc3_host_fill_xhci_irq_res()
26 dwc->xhci_resources[1].name = of_node_full_name(pdev->dev.of_node); in dwc3_host_fill_xhci_irq_res()
28 dwc->xhci_resources[1].name = name; in dwc3_host_fill_xhci_irq_res()
83 ret = platform_device_add_resources(xhci, dwc->xhci_resources, in dwc3_host_init()
H A Dcore.c1862 dwc->xhci_resources[0].start = res->start; in dwc3_probe()
1863 dwc->xhci_resources[0].end = dwc->xhci_resources[0].start + in dwc3_probe()
1865 dwc->xhci_resources[0].flags = res->flags; in dwc3_probe()
1866 dwc->xhci_resources[0].name = res->name; in dwc3_probe()
H A Dcore.h991 * @xhci_resources: struct resources for our @xhci child
1157 struct resource xhci_resources[DWC3_XHCI_RESOURCES_NUM]; member
/kernel/linux/linux-5.10/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.c1493 dwc->xhci_resources[0].start = res->start; in dwc3_probe()
1494 dwc->xhci_resources[0].end = dwc->xhci_resources[0].start + in dwc3_probe()
1496 dwc->xhci_resources[0].flags = res->flags; in dwc3_probe()
1497 dwc->xhci_resources[0].name = res->name; in dwc3_probe()
H A Dcore.h947 * @xhci_resources: struct resources for our @xhci child
1088 struct resource xhci_resources[DWC3_XHCI_RESOURCES_NUM]; member

Completed in 16 milliseconds