Searched refs:target_pwr (Results 1 – 1 of 1) sorted by relevance
331 struct regulator *target_pwr; in ahci_platform_get_regulator() local334 target_pwr = regulator_get_optional(dev, "target"); in ahci_platform_get_regulator()336 if (!IS_ERR(target_pwr)) in ahci_platform_get_regulator()337 hpriv->target_pwrs[port] = target_pwr; in ahci_platform_get_regulator()339 rc = PTR_ERR(target_pwr); in ahci_platform_get_regulator()