Searched refs:cdnsp (Results 1 – 8 of 8) sorted by relevance
57 struct cdns *cdnsp; in cdnsp_pci_probe() local86 cdnsp = pci_get_drvdata(func); in cdnsp_pci_probe()88 cdnsp = kzalloc(sizeof(*cdnsp), GFP_KERNEL); in cdnsp_pci_probe()89 if (!cdnsp) { in cdnsp_pci_probe()110 cdnsp->dev_regs = devm_ioremap(dev, rsrc_start, rsrc_len); in cdnsp_pci_probe()111 if (!cdnsp->dev_regs) { in cdnsp_pci_probe()117 cdnsp->dev_irq = pdev->irq; in cdnsp_pci_probe()121 res = &cdnsp->xhci_res[0]; in cdnsp_pci_probe()130 res = &cdnsp->xhci_res[1]; in cdnsp_pci_probe()135 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.
13 #define TRACE_SYSTEM cdnsp-dev824 #define TRACE_INCLUDE_FILE cdnsp-trace
4526 X: drivers/usb/cdns3/cdnsp*
[all...]