Home
last modified time | relevance | path

Searched refs:ahci_reset_controller (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/drivers/ata/
Dacard-ahci.c166 rc = ahci_reset_controller(host); in acard_ahci_pci_device_resume()
495 rc = ahci_reset_controller(host); in acard_ahci_init_one()
Dlibahci_platform.c613 rc = ahci_reset_controller(host); in ahci_platform_init_host()
720 rc = ahci_reset_controller(host); in ahci_platform_resume_host()
Dsata_highbank.c565 rc = ahci_reset_controller(host); in ahci_highbank_probe()
618 rc = ahci_reset_controller(host); in ahci_highbank_resume()
Dahci.h410 int ahci_reset_controller(struct ata_host *host);
Dlibahci.c926 int ahci_reset_controller(struct ata_host *host) in ahci_reset_controller() function
973 EXPORT_SYMBOL_GPL(ahci_reset_controller);
Dahci.c647 rc = ahci_reset_controller(host); in ahci_pci_reset_controller()