Home
last modified time | relevance | path

Searched refs:cdns3_controller_suspend (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/cdns3/
Dcore.c635 static int cdns3_controller_suspend(struct device *dev, pm_message_t msg) in cdns3_controller_suspend() function
691 return cdns3_controller_suspend(dev, PMSG_AUTO_SUSPEND); in cdns3_runtime_suspend()
714 return cdns3_controller_suspend(dev, PMSG_SUSPEND); in cdns3_suspend()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0034_linux_drivers_usb_vfio_wdt_tty_uio.patch2797 - return cdns3_controller_suspend(dev, PMSG_SUSPEND);
2798 + ret = cdns3_controller_suspend(dev, PMSG_SUSPEND);