Home
last modified time | relevance | path

Searched refs:target_pwr (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/ata/
H A Dlibahci_platform.c397 struct regulator *target_pwr; in ahci_platform_get_regulator() local
400 target_pwr = regulator_get(dev, "target"); in ahci_platform_get_regulator()
402 if (!IS_ERR(target_pwr)) in ahci_platform_get_regulator()
403 hpriv->target_pwrs[port] = target_pwr; in ahci_platform_get_regulator()
405 rc = PTR_ERR(target_pwr); in ahci_platform_get_regulator()