Home
last modified time | relevance | path

Searched refs:cdnsp (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/cdns3/
H A Dcdnsp-pci.c58 struct cdns *cdnsp; in cdnsp_pci_probe() local
87 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 …]
H A DMakefile29 cdnsp-udc-pci-y := cdnsp-pci.o
33 obj-m += cdnsp-udc-pci.o
35 obj-$(CONFIG_USB_CDNSP_PCI) += cdnsp-udc-pci.o
39 cdnsp-udc-pci-$(CONFIG_USB_CDNSP_GADGET) += cdnsp-ring.o cdnsp-gadget.o \
40 cdnsp-mem.o cdnsp-ep0.o
43 cdnsp-udc-pci-$(CONFIG_TRACING) += cdnsp-trace.o
H A DKconfig104 module, the module will be called cdnsp.ko.