Home
last modified time | relevance | path

Searched refs:ATA_PRIV_PM_SUSPEND (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-pm.c23 ide_req(rq)->type = ATA_PRIV_PM_SUSPEND; in generic_ide_suspend()
211 (ide_req(rq)->type == ATA_PRIV_PM_SUSPEND) ? "suspend" : "resume"); in ide_complete_pm_rq()
213 if (ide_req(rq)->type == ATA_PRIV_PM_SUSPEND) in ide_complete_pm_rq()
228 ide_req(rq)->type == ATA_PRIV_PM_SUSPEND && in ide_check_pm_state()
/OK3568_Linux_fs/kernel/include/linux/
H A Dide.h45 ATA_PRIV_PM_SUSPEND, /* suspend request */ enumerator
84 (ide_req(rq)->type == ATA_PRIV_PM_SUSPEND || in ata_pm_request()