Lines Matching refs:regulator_dev
48 struct regulator_dev *rdev;
54 static inline struct regulator_dev *dev_to_rdev(struct device *dev) in dev_to_rdev()
56 return container_of(dev, struct regulator_dev, dev); in dev_to_rdev()
60 struct regulator_dev *of_find_regulator_by_node(struct device_node *np);
66 struct regulator_dev *of_parse_coupled_regulator(struct regulator_dev *rdev,
69 int of_get_n_coupled(struct regulator_dev *rdev);
71 bool of_check_coupling_data(struct regulator_dev *rdev);
74 static inline struct regulator_dev *
89 static inline struct regulator_dev *
90 of_parse_coupled_regulator(struct regulator_dev *rdev, in of_parse_coupled_regulator()
96 static inline int of_get_n_coupled(struct regulator_dev *rdev) in of_get_n_coupled()
101 static inline bool of_check_coupling_data(struct regulator_dev *rdev) in of_check_coupling_data()