Lines Matching full:suspended
439 "mode=%d usbcmd %08x\n", pdata->suspended, in ehci_fsl_mpc512x_drv_suspend()
444 * If the controller is already suspended, then this must be a in ehci_fsl_mpc512x_drv_suspend()
446 * controller suspended at PM resume time. in ehci_fsl_mpc512x_drv_suspend()
448 if (pdata->suspended) { in ehci_fsl_mpc512x_drv_suspend()
449 dev_dbg(dev, "already suspended, leaving early\n"); in ehci_fsl_mpc512x_drv_suspend()
485 pdata->suspended = 1; in ehci_fsl_mpc512x_drv_suspend()
503 pdata->suspended, pdata->already_suspended); in ehci_fsl_mpc512x_drv_resume()
506 * If the controller was already suspended at suspend time, in ehci_fsl_mpc512x_drv_resume()
510 dev_dbg(dev, "already suspended, leaving early\n"); in ehci_fsl_mpc512x_drv_resume()
515 if (!pdata->suspended) { in ehci_fsl_mpc512x_drv_resume()
516 dev_dbg(dev, "not suspended, leaving early\n"); in ehci_fsl_mpc512x_drv_resume()
520 pdata->suspended = 0; in ehci_fsl_mpc512x_drv_resume()