target_pwr        353 drivers/ata/libahci_platform.c 	struct regulator *target_pwr;
target_pwr        356 drivers/ata/libahci_platform.c 	target_pwr = regulator_get(dev, "target");
target_pwr        358 drivers/ata/libahci_platform.c 	if (!IS_ERR(target_pwr))
target_pwr        359 drivers/ata/libahci_platform.c 		hpriv->target_pwrs[port] = target_pwr;
target_pwr        361 drivers/ata/libahci_platform.c 		rc = PTR_ERR(target_pwr);