Lines Matching full:cdns
28 #define PCI_DRIVER_NAME "cdns-pci-usbssp"
29 #define PLAT_DRIVER_NAME "cdns-usbssp"
52 struct cdns *cdnsp; in cdnsp_pci_probe()
174 struct cdns *cdnsp; in cdnsp_pci_remove()
178 cdnsp = (struct cdns *)pci_get_drvdata(pdev); in cdnsp_pci_remove()
194 struct cdns *cdns = dev_get_drvdata(dev); in cdnsp_pci_suspend() local
196 return cdns_suspend(cdns); in cdnsp_pci_suspend()
201 struct cdns *cdns = dev_get_drvdata(dev); in cdnsp_pci_resume() local
205 spin_lock_irqsave(&cdns->lock, flags); in cdnsp_pci_resume()
206 ret = cdns_resume(cdns); in cdnsp_pci_resume()
207 spin_unlock_irqrestore(&cdns->lock, flags); in cdnsp_pci_resume()
208 cdns_set_active(cdns, 1); in cdnsp_pci_resume()