Lines Matching full:suspended
438 "mode=%d usbcmd %08x\n", pdata->suspended, in ehci_fsl_mpc512x_drv_suspend()
443 * If the controller is already suspended, then this must be a in ehci_fsl_mpc512x_drv_suspend()
445 * controller suspended at PM resume time. in ehci_fsl_mpc512x_drv_suspend()
447 if (pdata->suspended) { in ehci_fsl_mpc512x_drv_suspend()
448 dev_dbg(dev, "already suspended, leaving early\n"); in ehci_fsl_mpc512x_drv_suspend()
484 pdata->suspended = 1; in ehci_fsl_mpc512x_drv_suspend()
502 pdata->suspended, pdata->already_suspended); in ehci_fsl_mpc512x_drv_resume()
505 * If the controller was already suspended at suspend time, in ehci_fsl_mpc512x_drv_resume()
509 dev_dbg(dev, "already suspended, leaving early\n"); in ehci_fsl_mpc512x_drv_resume()
514 if (!pdata->suspended) { in ehci_fsl_mpc512x_drv_resume()
515 dev_dbg(dev, "not suspended, leaving early\n"); in ehci_fsl_mpc512x_drv_resume()
519 pdata->suspended = 0; in ehci_fsl_mpc512x_drv_resume()