Lines Matching full:suspended
444 "mode=%d usbcmd %08x\n", pdata->suspended, in ehci_fsl_mpc512x_drv_suspend()
449 * If the controller is already suspended, then this must be a in ehci_fsl_mpc512x_drv_suspend()
451 * controller suspended at PM resume time. in ehci_fsl_mpc512x_drv_suspend()
453 if (pdata->suspended) { in ehci_fsl_mpc512x_drv_suspend()
454 dev_dbg(dev, "already suspended, leaving early\n"); in ehci_fsl_mpc512x_drv_suspend()
490 pdata->suspended = 1; in ehci_fsl_mpc512x_drv_suspend()
508 pdata->suspended, pdata->already_suspended); in ehci_fsl_mpc512x_drv_resume()
511 * If the controller was already suspended at suspend time, in ehci_fsl_mpc512x_drv_resume()
515 dev_dbg(dev, "already suspended, leaving early\n"); in ehci_fsl_mpc512x_drv_resume()
520 if (!pdata->suspended) { in ehci_fsl_mpc512x_drv_resume()
521 dev_dbg(dev, "not suspended, leaving early\n"); in ehci_fsl_mpc512x_drv_resume()
525 pdata->suspended = 0; in ehci_fsl_mpc512x_drv_resume()