Home
last modified time | relevance | path

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

/linux-6.15/drivers/regulator/
H A Dinternal.h84 struct regulator *_of_regulator_get(struct device *dev, struct device_node *node,
H A Dof_regulator.c686 struct regulator *_of_regulator_get(struct device *dev, struct device_node *node, in _of_regulator_get() function
717 return _of_regulator_get(dev, node, id, NORMAL_GET); in of_regulator_get()
739 return _of_regulator_get(dev, node, id, OPTIONAL_GET); in of_regulator_get_optional()
H A Ddevres.c762 regulator = _of_regulator_get(dev, node, id, get_type); in _devm_of_regulator_get()