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_find_regulator_by_node(struct device_node *np);
75 struct regulator_dev *of_parse_coupled_regulator(struct regulator_dev *rdev,
78 int of_get_n_coupled(struct regulator_dev *rdev);
80 bool of_check_coupling_data(struct regulator_dev *rdev);
83 static inline struct regulator_dev *
98 static inline struct regulator_dev *
99 of_parse_coupled_regulator(struct regulator_dev *rdev, in of_parse_coupled_regulator()
105 static inline int of_get_n_coupled(struct regulator_dev *rdev) in of_get_n_coupled()
110 static inline bool of_check_coupling_data(struct regulator_dev *rdev) in of_check_coupling_data()