Searched refs:ata_host_suspend (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/drivers/ata/ |
D | pata_triflex.c | 216 rc = ata_host_suspend(host, mesg); in triflex_ata_pci_device_suspend()
|
D | pata_cs5520.c | 274 rc = ata_host_suspend(host, mesg); in cs5520_pci_device_suspend()
|
D | pata_imx.c | 228 ret = ata_host_suspend(host, PMSG_SUSPEND); in pata_imx_suspend()
|
D | libahci_platform.c | 699 return ata_host_suspend(host, PMSG_SUSPEND); in ahci_platform_suspend_host()
|
D | sata_highbank.c | 605 rc = ata_host_suspend(host, PMSG_SUSPEND); in ahci_highbank_suspend()
|
D | pata_samsung_cf.c | 615 return ata_host_suspend(host, PMSG_SUSPEND); in pata_s3c_suspend()
|
D | sata_rcar.c | 974 ret = ata_host_suspend(host, PMSG_SUSPEND); in sata_rcar_suspend()
|
D | pata_arasan_cf.c | 929 return ata_host_suspend(host, PMSG_SUSPEND); in arasan_cf_suspend()
|
D | pata_mpc52xx.c | 827 return ata_host_suspend(host, state); in mpc52xx_ata_suspend()
|
D | pata_macio.c | 854 rc = ata_host_suspend(priv->host, mesg); in pata_macio_do_suspend()
|
D | ata_piix.c | 1011 rc = ata_host_suspend(host, mesg); in piix_pci_device_suspend()
|
D | sata_fsl.c | 1574 return ata_host_suspend(host, state); in sata_fsl_suspend()
|
D | ahci.c | 889 return ata_host_suspend(host, PMSG_SUSPEND); in ahci_pci_device_suspend()
|
D | libata-core.c | 5856 int ata_host_suspend(struct ata_host *host, pm_message_t mesg) in ata_host_suspend() function 6817 rc = ata_host_suspend(host, mesg); in ata_pci_device_suspend() 7354 EXPORT_SYMBOL_GPL(ata_host_suspend);
|
D | sata_mv.c | 4252 return ata_host_suspend(host, state); in mv_platform_suspend()
|
/Linux-v4.19/include/linux/ |
D | libata.h | 1149 extern int ata_host_suspend(struct ata_host *host, pm_message_t mesg);
|