_of_regulator_get
regulator = _of_regulator_get(dev, node, id, get_type);
struct regulator *_of_regulator_get(struct device *dev, struct device_node *node,
return _of_regulator_get(dev, node, id, NORMAL_GET);
return _of_regulator_get(dev, node, id, OPTIONAL_GET);