Lines Matching refs:regulator_dev
45 struct regulator_dev *rdev;
51 static inline struct regulator_dev *dev_to_rdev(struct device *dev) in dev_to_rdev()
53 return container_of(dev, struct regulator_dev, dev); in dev_to_rdev()
57 struct regulator_dev *of_find_regulator_by_node(struct device_node *np);
63 struct regulator_dev *of_parse_coupled_regulator(struct regulator_dev *rdev,
66 int of_get_n_coupled(struct regulator_dev *rdev);
68 bool of_check_coupling_data(struct regulator_dev *rdev);
71 static inline struct regulator_dev *
86 static inline struct regulator_dev *
87 of_parse_coupled_regulator(struct regulator_dev *rdev, in of_parse_coupled_regulator()
93 static inline int of_get_n_coupled(struct regulator_dev *rdev) in of_get_n_coupled()
98 static inline bool of_check_coupling_data(struct regulator_dev *rdev) in of_check_coupling_data()