Lines Matching refs:pm_step
24 rqpm.pm_step = IDE_PM_START_SUSPEND; in generic_ide_suspend()
65 rqpm.pm_step = IDE_PM_START_RESUME; in generic_ide_resume()
87 drive->name, pm->pm_step); in ide_complete_power_step()
92 switch (pm->pm_step) { in ide_complete_power_step()
95 pm->pm_step = IDE_PM_COMPLETED; in ide_complete_power_step()
97 pm->pm_step = IDE_PM_STANDBY; in ide_complete_power_step()
100 pm->pm_step = IDE_PM_COMPLETED; in ide_complete_power_step()
103 pm->pm_step = IDE_PM_IDLE; in ide_complete_power_step()
106 pm->pm_step = IDE_PM_RESTORE_DMA; in ide_complete_power_step()
116 switch (pm->pm_step) { in ide_start_power_step()
140 pm->pm_step = IDE_PM_RESTORE_DMA; in ide_start_power_step()
162 pm->pm_step = IDE_PM_COMPLETED; in ide_start_power_step()
189 if (pm->pm_step != IDE_PM_COMPLETED) in ide_complete_pm_rq()
214 pm->pm_step == IDE_PM_START_SUSPEND) in ide_check_pm_state()
218 pm->pm_step == IDE_PM_START_RESUME) { in ide_check_pm_state()