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 of_regulator_bulk_get_all(struct device *dev, struct device_node *np,
249 int __must_check devm_regulator_bulk_get(struct device *dev, int num_consumers,
252 int __must_check devm_regulator_bulk_get_exclusive(struct device *dev, int num_consumers,
254 int __must_check devm_regulator_bulk_get_const(
258 int __must_check regulator_bulk_enable(int num_consumers,
334 static inline struct regulator *__must_check regulator_get(struct device *dev, in regulator_get()
348 static inline struct regulator *__must_check
354 static inline struct regulator *__must_check
360 static inline struct regulator *__must_check
377 static inline struct regulator *__must_check
384 static inline struct regulator *__must_check