Searched refs:ata_port_suspend (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata-core.c | 5016 static void ata_port_suspend(struct ata_port *ap, pm_message_t mesg) in ata_port_suspend() function 5033 ata_port_suspend(ap, PMSG_SUSPEND); in ata_port_pm_suspend() 5044 ata_port_suspend(ap, PMSG_FREEZE); in ata_port_pm_freeze() 5050 ata_port_suspend(to_ata_port(dev), PMSG_HIBERNATE); in ata_port_pm_poweroff() 5102 ata_port_suspend(to_ata_port(dev), PMSG_AUTO_SUSPEND); in ata_port_runtime_suspend()
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata-core.c | 5173 static void ata_port_suspend(struct ata_port *ap, pm_message_t mesg) in ata_port_suspend() function 5206 ata_port_suspend(ap, PMSG_SUSPEND); in ata_port_pm_suspend() 5217 ata_port_suspend(ap, PMSG_FREEZE); in ata_port_pm_freeze() 5223 ata_port_suspend(to_ata_port(dev), PMSG_HIBERNATE); in ata_port_pm_poweroff() 5275 ata_port_suspend(to_ata_port(dev), PMSG_AUTO_SUSPEND); in ata_port_runtime_suspend()
|
Completed in 15 milliseconds