Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dcore.c135 static inline struct regulator_dev *rdev_get_supply(struct regulator_dev *rdev) in rdev_get_supply() function
151 for (i = 0; rdev; rdev = rdev_get_supply(rdev), i++) in regulator_lock_supply()