Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ata/
Dacard-ahci.c166 rc = ahci_reset_controller(host); in acard_ahci_pci_device_resume()
493 rc = ahci_reset_controller(host); in acard_ahci_init_one()
Dlibahci_platform.c584 rc = ahci_reset_controller(host); in ahci_platform_init_host()
657 rc = ahci_reset_controller(host); in ahci_platform_resume_host()
Dahci.h379 int ahci_reset_controller(struct ata_host *host);
Dsata_highbank.c564 rc = ahci_reset_controller(host); in ahci_highbank_probe()
617 rc = ahci_reset_controller(host); in ahci_highbank_resume()
Dlibahci.c837 int ahci_reset_controller(struct ata_host *host) in ahci_reset_controller() function
883 EXPORT_SYMBOL_GPL(ahci_reset_controller);
Dahci.c620 ahci_reset_controller(host); in ahci_pci_reset_controller()