Lines Matching refs:pm_step
24 rqpm.pm_step = IDE_PM_START_SUSPEND; in generic_ide_suspend()
95 rqpm.pm_step = IDE_PM_START_RESUME; in generic_ide_resume()
117 drive->name, pm->pm_step); in ide_complete_power_step()
122 switch (pm->pm_step) { in ide_complete_power_step()
125 pm->pm_step = IDE_PM_COMPLETED; in ide_complete_power_step()
127 pm->pm_step = IDE_PM_STANDBY; in ide_complete_power_step()
130 pm->pm_step = IDE_PM_COMPLETED; in ide_complete_power_step()
133 pm->pm_step = IDE_PM_IDLE; in ide_complete_power_step()
136 pm->pm_step = IDE_PM_RESTORE_DMA; in ide_complete_power_step()
146 switch (pm->pm_step) { in ide_start_power_step()
170 pm->pm_step = IDE_PM_RESTORE_DMA; in ide_start_power_step()
192 pm->pm_step = IDE_PM_COMPLETED; in ide_start_power_step()
219 if (pm->pm_step != IDE_PM_COMPLETED) in ide_complete_pm_rq()
244 pm->pm_step == IDE_PM_START_SUSPEND) in ide_check_pm_state()
248 pm->pm_step == IDE_PM_START_RESUME) { in ide_check_pm_state()