Lines Matching refs:pm_step
25 rqpm.pm_step = IDE_PM_START_SUSPEND; in generic_ide_suspend()
96 rqpm.pm_step = IDE_PM_START_RESUME; in generic_ide_resume()
118 drive->name, pm->pm_step); in ide_complete_power_step()
123 switch (pm->pm_step) { in ide_complete_power_step()
126 pm->pm_step = IDE_PM_COMPLETED; in ide_complete_power_step()
128 pm->pm_step = IDE_PM_STANDBY; in ide_complete_power_step()
131 pm->pm_step = IDE_PM_COMPLETED; in ide_complete_power_step()
134 pm->pm_step = IDE_PM_IDLE; in ide_complete_power_step()
137 pm->pm_step = IDE_PM_RESTORE_DMA; in ide_complete_power_step()
147 switch (pm->pm_step) { in ide_start_power_step()
171 pm->pm_step = IDE_PM_RESTORE_DMA; in ide_start_power_step()
193 pm->pm_step = IDE_PM_COMPLETED; in ide_start_power_step()
220 if (pm->pm_step != IDE_PM_COMPLETED) in ide_complete_pm_rq()
246 pm->pm_step == IDE_PM_START_SUSPEND) in ide_check_pm_state()
251 pm->pm_step == IDE_PM_START_RESUME) { in ide_check_pm_state()