Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dinternal.h134 struct regulator *_regulator_get(struct device *dev, const char *id,
H A Dcore.c2455 struct regulator *_regulator_get(struct device *dev, const char *id, in _regulator_get() function
2484 return _regulator_get(dev, id, NORMAL_GET); in regulator_get()
2512 return _regulator_get(dev, id, EXCLUSIVE_GET); in regulator_get_exclusive()
2538 return _regulator_get(dev, id, OPTIONAL_GET); in regulator_get_optional()
5242 consumers[i].consumer = _regulator_get(dev, in _regulator_bulk_get()