Home
last modified time | relevance | path

Searched refs:ahci_port_resume (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dahci.h429 int ahci_port_resume(struct ata_port *ap);
H A Dacard-ahci.c348 return ahci_port_resume(ap); in acard_ahci_port_start()
H A Dlibahci.c186 .port_resume = ahci_port_resume,
2441 int ahci_port_resume(struct ata_port *ap) in ahci_port_resume() function
2455 EXPORT_SYMBOL_GPL(ahci_port_resume);
2584 return ahci_port_resume(ap); in ahci_port_start()