Searched refs:ata_host_suspend (Results 1 - 25 of 31) sorted by relevance
12
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | pata_triflex.c | 202 ata_host_suspend(host, mesg); in triflex_ata_pci_device_suspend()
|
H A D | pata_cs5520.c | 263 ata_host_suspend(host, mesg); in cs5520_pci_device_suspend()
|
H A D | pata_imx.c | 210 ata_host_suspend(host, PMSG_SUSPEND); in pata_imx_suspend()
|
H A D | libahci_platform.c | 847 ata_host_suspend(host, PMSG_SUSPEND); in ahci_platform_suspend_host()
|
H A D | sata_highbank.c | 590 ata_host_suspend(host, PMSG_SUSPEND); in ahci_highbank_suspend()
|
H A D | pata_arasan_cf.c | 939 ata_host_suspend(host, PMSG_SUSPEND); in arasan_cf_suspend()
|
H A D | pata_mpc52xx.c | 826 ata_host_suspend(host, state); in mpc52xx_ata_suspend()
|
H A D | sata_rcar.c | 937 ata_host_suspend(host, PMSG_SUSPEND); in sata_rcar_suspend()
|
H A D | ata_piix.c | 997 ata_host_suspend(host, mesg); in piix_pci_device_suspend()
|
H A D | pata_macio.c | 857 ata_host_suspend(priv->host, mesg); in pata_macio_do_suspend()
|
H A D | sata_fsl.c | 1545 ata_host_suspend(host, state); in sata_fsl_suspend()
|
H A D | libata-core.c | 5316 * ata_host_suspend - suspend host 5322 void ata_host_suspend(struct ata_host *host, pm_message_t mesg) in ata_host_suspend() function 5326 EXPORT_SYMBOL_GPL(ata_host_suspend); variable 6247 ata_host_suspend(host, mesg); in ata_pci_device_suspend()
|
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | pata_triflex.c | 204 rc = ata_host_suspend(host, mesg); in triflex_ata_pci_device_suspend()
|
H A D | pata_cs5520.c | 261 rc = ata_host_suspend(host, mesg); in cs5520_pci_device_suspend()
|
H A D | pata_imx.c | 228 ret = ata_host_suspend(host, PMSG_SUSPEND); in pata_imx_suspend()
|
H A D | libahci_platform.c | 754 return ata_host_suspend(host, PMSG_SUSPEND); in ahci_platform_suspend_host()
|
H A D | sata_highbank.c | 592 return ata_host_suspend(host, PMSG_SUSPEND); in ahci_highbank_suspend()
|
H A D | pata_samsung_cf.c | 611 return ata_host_suspend(host, PMSG_SUSPEND); in pata_s3c_suspend()
|
H A D | pata_mpc52xx.c | 827 return ata_host_suspend(host, state); in mpc52xx_ata_suspend()
|
H A D | sata_rcar.c | 972 ret = ata_host_suspend(host, PMSG_SUSPEND); in sata_rcar_suspend()
|
H A D | pata_arasan_cf.c | 938 return ata_host_suspend(host, PMSG_SUSPEND); in arasan_cf_suspend()
|
H A D | pata_macio.c | 859 rc = ata_host_suspend(priv->host, mesg); in pata_macio_do_suspend()
|
H A D | ata_piix.c | 992 rc = ata_host_suspend(host, mesg); in piix_pci_device_suspend()
|
H A D | sata_fsl.c | 1577 return ata_host_suspend(host, state); in sata_fsl_suspend()
|
H A D | libata-core.c | 5143 * ata_host_suspend - suspend host 5149 int ata_host_suspend(struct ata_host *host, pm_message_t mesg) in ata_host_suspend() function 5154 EXPORT_SYMBOL_GPL(ata_host_suspend); variable 6108 rc = ata_host_suspend(host, mesg); in ata_pci_device_suspend()
|
Completed in 43 milliseconds
12