Lines Matching refs:regulator_dev
57 struct regulator_dev *rdev;
63 static inline struct regulator_dev *dev_to_rdev(struct device *dev) in dev_to_rdev()
65 return container_of(dev, struct regulator_dev, dev); in dev_to_rdev()
69 struct regulator_dev *of_regulator_dev_lookup(struct device *dev,
76 struct regulator_dev *of_parse_coupled_regulator(struct regulator_dev *rdev,
79 int of_get_n_coupled(struct regulator_dev *rdev);
81 bool of_check_coupling_data(struct regulator_dev *rdev);
84 static inline struct regulator_dev *of_regulator_dev_lookup(struct device *dev, in of_regulator_dev_lookup()
99 static inline struct regulator_dev *
100 of_parse_coupled_regulator(struct regulator_dev *rdev, in of_parse_coupled_regulator()
106 static inline int of_get_n_coupled(struct regulator_dev *rdev) in of_get_n_coupled()
111 static inline bool of_check_coupling_data(struct regulator_dev *rdev) in of_check_coupling_data()
126 struct regulator *_regulator_get_common(struct regulator_dev *rdev, struct device *dev,