Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ata/
Dlibahci_platform.c318 struct regulator *target_pwr; in ahci_platform_get_regulator() local
321 target_pwr = regulator_get_optional(dev, "target"); in ahci_platform_get_regulator()
323 if (!IS_ERR(target_pwr)) in ahci_platform_get_regulator()
324 hpriv->target_pwrs[port] = target_pwr; in ahci_platform_get_regulator()
326 rc = PTR_ERR(target_pwr); in ahci_platform_get_regulator()