Searched refs:ata_host_suspend (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/drivers/ata/ |
D | pata_cs5520.c | 276 rc = ata_host_suspend(host, mesg); in cs5520_pci_device_suspend()
|
D | pata_samsung_cf.c | 615 return ata_host_suspend(host, PMSG_SUSPEND); in pata_s3c_suspend()
|
D | pata_arasan_cf.c | 935 return ata_host_suspend(host, PMSG_SUSPEND); in arasan_cf_suspend()
|
D | pata_mpc52xx.c | 855 return ata_host_suspend(host, state); in mpc52xx_ata_suspend()
|
D | ata_piix.c | 1179 rc = ata_host_suspend(host, mesg); in piix_pci_device_suspend()
|
D | pata_macio.c | 855 rc = ata_host_suspend(priv->host, mesg); in pata_macio_do_suspend()
|
D | sata_fsl.c | 1411 return ata_host_suspend(host, state); in sata_fsl_suspend()
|
D | pata_bf54x.c | 1636 return ata_host_suspend(host, state); in bfin_atapi_suspend()
|
D | libata-core.c | 5316 int ata_host_suspend(struct ata_host *host, pm_message_t mesg) in ata_host_suspend() function 6253 rc = ata_host_suspend(host, mesg); in ata_pci_device_suspend() 6663 EXPORT_SYMBOL_GPL(ata_host_suspend);
|
D | sata_mv.c | 4142 return ata_host_suspend(host, state); in mv_platform_suspend()
|
/linux-2.6.39/include/linux/ |
D | libata.h | 1001 extern int ata_host_suspend(struct ata_host *host, pm_message_t mesg);
|