Searched refs:cdnsp (Results 1 – 3 of 3) sorted by relevance
58 struct cdns *cdnsp; in cdnsp_pci_probe() local87 cdnsp = pci_get_drvdata(func); in cdnsp_pci_probe()89 cdnsp = kzalloc(sizeof(*cdnsp), GFP_KERNEL); in cdnsp_pci_probe()90 if (!cdnsp) { in cdnsp_pci_probe()111 cdnsp->dev_regs = devm_ioremap(dev, rsrc_start, rsrc_len); in cdnsp_pci_probe()112 if (!cdnsp->dev_regs) { in cdnsp_pci_probe()118 cdnsp->dev_irq = pdev->irq; in cdnsp_pci_probe()122 res = &cdnsp->xhci_res[0]; in cdnsp_pci_probe()131 res = &cdnsp->xhci_res[1]; in cdnsp_pci_probe()136 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.