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()
560 * ahci_platform_init_host - Bring up an ahci-platform host
562 * @hpriv: ahci-host private data for the host
567 * ahci-platform host, note any necessary resources (ie clks, phys, etc.)
710 * ahci_platform_suspend_host - Suspend an ahci-platform host
714 * ahci-platform host, note any necessary resources (ie clks, phys, etc.)
733 * AHCI spec rev1.1 section 8.3.3: in ahci_platform_suspend_host()
750 * ahci_platform_resume_host - Resume an ahci-platform host
753 * This function does all the usual steps needed to resume an ahci-platform
784 * ahci_platform_suspend - Suspend an ahci-platform device
810 * ahci_platform_resume - Resume an ahci-platform device
848 MODULE_DESCRIPTION("AHCI SATA platform library");