PMSG_AUTO_RESUME
ata_port_resume(to_ata_port(dev), PMSG_AUTO_RESUME, false);
return cdns3_controller_resume(dev, PMSG_AUTO_RESUME);
return imx_controller_resume(dev, PMSG_AUTO_RESUME);
status = usb_resume_both(udev, PMSG_AUTO_RESUME);
retval = resume_common(dev, PMSG_AUTO_RESUME);
hcd_bus_resume(rhdev, PMSG_AUTO_RESUME);
ret = dwc3_resume_common(dwc, PMSG_AUTO_RESUME);
ret = dwc3_google_resume(google, PMSG_AUTO_RESUME);
return dwc3_imx8mp_resume(dwc3_imx, PMSG_AUTO_RESUME);