Lines Matching refs:regulator_dev
46 struct regulator_dev *rdev;
52 static inline struct regulator_dev *dev_to_rdev(struct device *dev) in dev_to_rdev()
54 return container_of(dev, struct regulator_dev, dev); in dev_to_rdev()
58 struct regulator_dev *of_find_regulator_by_node(struct device_node *np);
64 struct regulator_dev *of_parse_coupled_regulator(struct regulator_dev *rdev,
67 int of_get_n_coupled(struct regulator_dev *rdev);
69 bool of_check_coupling_data(struct regulator_dev *rdev);
72 static inline struct regulator_dev *
87 static inline struct regulator_dev *
88 of_parse_coupled_regulator(struct regulator_dev *rdev, in of_parse_coupled_regulator()
94 static inline int of_get_n_coupled(struct regulator_dev *rdev) in of_get_n_coupled()
99 static inline bool of_check_coupling_data(struct regulator_dev *rdev) in of_check_coupling_data()