Searched refs:cdnsp (Results 1 – 4 of 4) sorted by relevance
54 struct cdns *cdnsp; in cdnsp_pci_probe() local83 cdnsp = pci_get_drvdata(func); in cdnsp_pci_probe()85 cdnsp = kzalloc_obj(*cdnsp); in cdnsp_pci_probe()86 if (!cdnsp) { in cdnsp_pci_probe()107 cdnsp->dev_regs = devm_ioremap(dev, rsrc_start, rsrc_len); in cdnsp_pci_probe()108 if (!cdnsp->dev_regs) { in cdnsp_pci_probe()114 cdnsp->dev_irq = pdev->irq; in cdnsp_pci_probe()118 res = &cdnsp->xhci_res[0]; in cdnsp_pci_probe()127 res = &cdnsp->xhci_res[1]; in cdnsp_pci_probe()132 res = &cdnsp->otg_res; in cdnsp_pci_probe()[all …]
29 cdnsp-udc-pci-y := cdnsp-pci.o33 obj-m += cdnsp-udc-pci.o35 obj-$(CONFIG_USB_CDNSP_PCI) += cdnsp-udc-pci.o39 cdnsp-udc-pci-$(CONFIG_USB_CDNSP_GADGET) += cdnsp-ring.o cdnsp-gadget.o \40 cdnsp-mem.o cdnsp-ep0.o43 cdnsp-udc-pci-$(CONFIG_TRACING) += cdnsp-trace.o
104 module, the module will be called cdnsp.ko.
5656 X: drivers/usb/cdns3/cdnsp*