_regulator_get
return _regulator_get(dev, id, NORMAL_GET);
return _regulator_get(dev, id, EXCLUSIVE_GET);
return _regulator_get(dev, id, OPTIONAL_GET);
consumers[i].consumer = _regulator_get(dev,
regulator = _regulator_get(dev, id, get_type);
struct regulator *_regulator_get(struct device *dev, const char *id,