Lines Matching full:cdns
28 #define PCI_DRIVER_NAME "cdns-pci-usbssp"
29 #define PLAT_DRIVER_NAME "cdns-usbssp"
57 struct cdns *cdnsp; in cdnsp_pci_probe()
179 struct cdns *cdnsp; in cdnsp_pci_remove()
183 cdnsp = (struct cdns *)pci_get_drvdata(pdev); in cdnsp_pci_remove()
199 struct cdns *cdns = dev_get_drvdata(dev); in cdnsp_pci_suspend() local
201 return cdns_suspend(cdns); in cdnsp_pci_suspend()
206 struct cdns *cdns = dev_get_drvdata(dev); in cdnsp_pci_resume() local
210 spin_lock_irqsave(&cdns->lock, flags); in cdnsp_pci_resume()
211 ret = cdns_resume(cdns); in cdnsp_pci_resume()
212 spin_unlock_irqrestore(&cdns->lock, flags); in cdnsp_pci_resume()
213 cdns_set_active(cdns, 1); in cdnsp_pci_resume()