Lines Matching refs:__must_check
161 struct regulator *__must_check regulator_get(struct device *dev,
163 struct regulator *__must_check devm_regulator_get(struct device *dev,
165 struct regulator *__must_check regulator_get_exclusive(struct device *dev,
167 struct regulator *__must_check devm_regulator_get_exclusive(struct device *dev,
169 struct regulator *__must_check regulator_get_optional(struct device *dev,
171 struct regulator *__must_check devm_regulator_get_optional(struct device *dev,
205 int __must_check regulator_enable(struct regulator *regulator);
211 int __must_check regulator_bulk_get(struct device *dev, int num_consumers,
213 int __must_check devm_regulator_bulk_get(struct device *dev, int num_consumers,
215 int __must_check regulator_bulk_enable(int num_consumers,
272 static inline struct regulator *__must_check regulator_get(struct device *dev, in regulator_get()
286 static inline struct regulator *__must_check
292 static inline struct regulator *__must_check
298 static inline struct regulator *__must_check
305 static inline struct regulator *__must_check