Lines Matching refs:__must_check
198 struct regulator *__must_check regulator_get(struct device *dev,
200 struct regulator *__must_check devm_regulator_get(struct device *dev,
202 struct regulator *__must_check regulator_get_exclusive(struct device *dev,
204 struct regulator *__must_check devm_regulator_get_exclusive(struct device *dev,
206 struct regulator *__must_check regulator_get_optional(struct device *dev,
208 struct regulator *__must_check devm_regulator_get_optional(struct device *dev,
239 int __must_check regulator_enable(struct regulator *regulator);
245 int __must_check regulator_bulk_get(struct device *dev, int num_consumers,
247 int __must_check devm_regulator_bulk_get(struct device *dev, int num_consumers,
250 int __must_check devm_regulator_bulk_get_const(
254 int __must_check regulator_bulk_enable(int num_consumers,
330 static inline struct regulator *__must_check regulator_get(struct device *dev, in regulator_get()
344 static inline struct regulator *__must_check
350 static inline struct regulator *__must_check
356 static inline struct regulator *__must_check
373 static inline struct regulator *__must_check
380 static inline struct regulator *__must_check