Searched refs:ata_host_suspend (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/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 | 195 ret = ata_host_suspend(host, PMSG_SUSPEND); in pata_imx_suspend()
|
D | libahci_platform.c | 636 return ata_host_suspend(host, PMSG_SUSPEND); in ahci_platform_suspend_host()
|
D | pata_samsung_cf.c | 618 return ata_host_suspend(host, PMSG_SUSPEND); in pata_s3c_suspend()
|
D | sata_highbank.c | 604 rc = ata_host_suspend(host, PMSG_SUSPEND); in ahci_highbank_suspend()
|
D | pata_mpc52xx.c | 828 return ata_host_suspend(host, state); in mpc52xx_ata_suspend()
|
D | pata_arasan_cf.c | 934 return ata_host_suspend(host, PMSG_SUSPEND); in arasan_cf_suspend()
|
D | sata_rcar.c | 963 ret = ata_host_suspend(host, PMSG_SUSPEND); in sata_rcar_suspend()
|
D | pata_macio.c | 854 rc = ata_host_suspend(priv->host, mesg); in pata_macio_do_suspend()
|
D | ata_piix.c | 1010 rc = ata_host_suspend(host, mesg); in piix_pci_device_suspend()
|
D | pata_bf54x.c | 1627 return ata_host_suspend(host, state); in bfin_atapi_suspend()
|
D | sata_fsl.c | 1582 return ata_host_suspend(host, state); in sata_fsl_suspend()
|
D | libata-core.c | 5487 int ata_host_suspend(struct ata_host *host, pm_message_t mesg) in ata_host_suspend() function 6411 rc = ata_host_suspend(host, mesg); in ata_pci_device_suspend() 6946 EXPORT_SYMBOL_GPL(ata_host_suspend);
|
D | sata_mv.c | 4240 return ata_host_suspend(host, state); in mv_platform_suspend()
|
/linux-4.1.27/include/linux/ |
D | libata.h | 1157 extern int ata_host_suspend(struct ata_host *host, pm_message_t mesg);
|