Lines Matching full:cdns
28 #define PCI_DRIVER_NAME "cdns-pci-usbssp"
29 #define PLAT_DRIVER_NAME "cdns-usbssp"
54 struct cdns *cdnsp; in cdnsp_pci_probe()
182 struct cdns *cdnsp; in cdnsp_pci_remove()
186 cdnsp = (struct cdns *)pci_get_drvdata(pdev); in cdnsp_pci_remove()
202 struct cdns *cdns = dev_get_drvdata(dev); in cdnsp_pci_suspend() local
204 return cdns_suspend(cdns); in cdnsp_pci_suspend()
209 struct cdns *cdns = dev_get_drvdata(dev); in cdnsp_pci_resume() local
213 spin_lock_irqsave(&cdns->lock, flags); in cdnsp_pci_resume()
214 ret = cdns_resume(cdns); in cdnsp_pci_resume()
215 spin_unlock_irqrestore(&cdns->lock, flags); in cdnsp_pci_resume()
216 cdns_set_active(cdns, 1); in cdnsp_pci_resume()