Lines Matching refs:__must_check
194 struct regulator *__must_check regulator_get(struct device *dev,
196 struct regulator *__must_check devm_regulator_get(struct device *dev,
198 struct regulator *__must_check regulator_get_exclusive(struct device *dev,
200 struct regulator *__must_check devm_regulator_get_exclusive(struct device *dev,
202 struct regulator *__must_check regulator_get_optional(struct device *dev,
204 struct regulator *__must_check devm_regulator_get_optional(struct device *dev,
233 int __must_check regulator_enable(struct regulator *regulator);
239 int __must_check regulator_bulk_get(struct device *dev, int num_consumers,
241 int __must_check devm_regulator_bulk_get(struct device *dev, int num_consumers,
243 int __must_check regulator_bulk_enable(int num_consumers,
317 static inline struct regulator *__must_check regulator_get(struct device *dev, in regulator_get()
331 static inline struct regulator *__must_check
337 static inline struct regulator *__must_check
343 static inline struct regulator *__must_check
349 static inline struct regulator *__must_check
356 static inline struct regulator *__must_check