Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dcore.c1986 * regulator_dev_lookup - lookup a regulator device.
1999 static struct regulator_dev *regulator_dev_lookup(struct device *dev, in regulator_dev_lookup() function
2066 r = regulator_dev_lookup(dev, rdev->supply_name); in regulator_resolve_supply()
2189 * @rdev: regulator device pointer as returned by *regulator_dev_lookup()
2198 * This function should be chained with *regulator_dev_lookup() functions.
2211 * If regulator_dev_lookup() fails with error other in _regulator_get_common()
2337 rdev = regulator_dev_lookup(dev, id); in _regulator_get()