PMSG_AUTO_SUSPEND
ata_port_suspend(to_ata_port(dev), PMSG_AUTO_SUSPEND, false);
return cdns3_controller_suspend(dev, PMSG_AUTO_SUSPEND);
return imx_controller_suspend(dev, PMSG_AUTO_SUSPEND);
status = usb_suspend_both(udev, PMSG_AUTO_SUSPEND);
retval = suspend_common(dev, PMSG_AUTO_SUSPEND);
err = usb_port_suspend(udev, PMSG_AUTO_SUSPEND);
ret = dwc3_suspend_common(dwc, PMSG_AUTO_SUSPEND);
return dwc3_google_suspend(google, PMSG_AUTO_SUSPEND);
return dwc3_imx8mp_suspend(dwc3_imx, PMSG_AUTO_SUSPEND);
return mtu3_suspend_common(dev, PMSG_AUTO_SUSPEND);
return mtu3_resume_common(dev, PMSG_AUTO_SUSPEND);