Home
last modified time | relevance | path

Searched refs:pm_step (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/ide/
Dide-pm.c24 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()
[all …]
Dide-io.c349 drive->name, pm->pm_step); in start_request()
353 pm->pm_step == IDE_PM_COMPLETED) in start_request()
/linux-4.4.14/include/linux/
Dide.h1336 int pm_step; member