ahci_regulator 343 drivers/ata/ahci.h struct regulator *ahci_regulator;/* Optional */ ahci_regulator 158 drivers/ata/libahci_platform.c rc = regulator_enable(hpriv->ahci_regulator); ahci_regulator 184 drivers/ata/libahci_platform.c regulator_disable(hpriv->ahci_regulator); ahci_regulator 206 drivers/ata/libahci_platform.c regulator_disable(hpriv->ahci_regulator); ahci_regulator 433 drivers/ata/libahci_platform.c hpriv->ahci_regulator = devm_regulator_get(dev, "ahci"); ahci_regulator 434 drivers/ata/libahci_platform.c if (IS_ERR(hpriv->ahci_regulator)) { ahci_regulator 435 drivers/ata/libahci_platform.c rc = PTR_ERR(hpriv->ahci_regulator);