Lines Matching refs:__must_check

153 struct regulator *__must_check regulator_get(struct device *dev,
155 struct regulator *__must_check devm_regulator_get(struct device *dev,
157 struct regulator *__must_check regulator_get_exclusive(struct device *dev,
159 struct regulator *__must_check devm_regulator_get_exclusive(struct device *dev,
161 struct regulator *__must_check regulator_get_optional(struct device *dev,
163 struct regulator *__must_check devm_regulator_get_optional(struct device *dev,
195 int __must_check regulator_enable(struct regulator *regulator);
201 int __must_check regulator_bulk_get(struct device *dev, int num_consumers,
203 int __must_check devm_regulator_bulk_get(struct device *dev, int num_consumers,
206 int __must_check devm_regulator_bulk_get_exclusive(struct device *dev, int num_consumers,
208 int __must_check devm_regulator_bulk_get_const(
212 int __must_check regulator_bulk_enable(int num_consumers,
294 static inline struct regulator *__must_check regulator_get(struct device *dev, in regulator_get()
308 static inline struct regulator *__must_check
314 static inline struct regulator *__must_check
320 static inline struct regulator *__must_check
343 static inline struct regulator *__must_check
350 static inline struct regulator *__must_check
680 struct regulator *__must_check of_regulator_get(struct device *dev,
683 struct regulator *__must_check devm_of_regulator_get(struct device *dev,
686 struct regulator *__must_check of_regulator_get_optional(struct device *dev,
689 struct regulator *__must_check devm_of_regulator_get_optional(struct device *dev,
692 int __must_check of_regulator_bulk_get_all(struct device *dev, struct device_node *np,
695 static inline struct regulator *__must_check of_regulator_get_optional(struct device *dev, in of_regulator_get_optional()
702 static inline struct regulator *__must_check devm_of_regulator_get_optional(struct device *dev, in devm_of_regulator_get_optional()