Lines Matching refs:__must_check
178 struct regulator *__must_check regulator_get(struct device *dev,
180 struct regulator *__must_check devm_regulator_get(struct device *dev,
182 struct regulator *__must_check regulator_get_exclusive(struct device *dev,
184 struct regulator *__must_check devm_regulator_get_exclusive(struct device *dev,
186 struct regulator *__must_check regulator_get_optional(struct device *dev,
188 struct regulator *__must_check devm_regulator_get_optional(struct device *dev,
222 int __must_check regulator_enable(struct regulator *regulator);
228 int __must_check regulator_bulk_get(struct device *dev, int num_consumers,
230 int __must_check devm_regulator_bulk_get(struct device *dev, int num_consumers,
232 int __must_check regulator_bulk_enable(int num_consumers,
296 static inline struct regulator *__must_check regulator_get(struct device *dev, in regulator_get()
310 static inline struct regulator *__must_check
316 static inline struct regulator *__must_check
322 static inline struct regulator *__must_check
329 static inline struct regulator *__must_check