phy_regulator     344 drivers/ata/ahci.h 	struct regulator	*phy_regulator;/* Optional */
phy_regulator     162 drivers/ata/libahci_platform.c 	rc = regulator_enable(hpriv->phy_regulator);
phy_regulator     182 drivers/ata/libahci_platform.c 	regulator_disable(hpriv->phy_regulator);
phy_regulator     207 drivers/ata/libahci_platform.c 	regulator_disable(hpriv->phy_regulator);
phy_regulator     440 drivers/ata/libahci_platform.c 	hpriv->phy_regulator = devm_regulator_get(dev, "phy");
phy_regulator     441 drivers/ata/libahci_platform.c 	if (IS_ERR(hpriv->phy_regulator)) {
phy_regulator     442 drivers/ata/libahci_platform.c 		rc = PTR_ERR(hpriv->phy_regulator);
phy_regulator     446 drivers/ata/libahci_platform.c 		hpriv->phy_regulator = NULL;