Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/regulator/
Dcore.c141 static inline struct regulator_dev *rdev_get_supply(struct regulator_dev *rdev) in rdev_get_supply() function
207 for (i = 0; rdev; rdev = rdev_get_supply(rdev), i++) in regulator_lock_supply()