Lines Matching refs:__must_check
182 struct regulator *__must_check regulator_get(struct device *dev,
184 struct regulator *__must_check devm_regulator_get(struct device *dev,
186 struct regulator *__must_check regulator_get_exclusive(struct device *dev,
188 struct regulator *__must_check devm_regulator_get_exclusive(struct device *dev,
190 struct regulator *__must_check regulator_get_optional(struct device *dev,
192 struct regulator *__must_check devm_regulator_get_optional(struct device *dev,
226 int __must_check regulator_enable(struct regulator *regulator);
232 int __must_check regulator_bulk_get(struct device *dev, int num_consumers,
234 int __must_check devm_regulator_bulk_get(struct device *dev, int num_consumers,
236 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
327 static inline struct regulator *__must_check