Lines Matching full:ahci
3 * AHCI SATA platform library
25 #include "ahci.h"
194 * AHCI controller.
376 * regulator for controlling the AHCI controller (optional)
433 hpriv->ahci_regulator = devm_regulator_get(dev, "ahci"); in ahci_platform_get_resources()
557 * ahci_platform_init_host - Bring up an ahci-platform host
559 * @hpriv: ahci-host private data for the host
564 * ahci-platform host, note any necessary resources (ie clks, phys, etc.)
709 * ahci_platform_suspend_host - Suspend an ahci-platform host
713 * ahci-platform host, note any necessary resources (ie clks, phys, etc.)
732 * AHCI spec rev1.1 section 8.3.3: in ahci_platform_suspend_host()
749 * ahci_platform_resume_host - Resume an ahci-platform host
752 * This function does all the usual steps needed to resume an ahci-platform
783 * ahci_platform_suspend - Suspend an ahci-platform device
809 * ahci_platform_resume - Resume an ahci-platform device
847 MODULE_DESCRIPTION("AHCI SATA platform library");