Lines Matching refs:__must_check
180 struct regulator *__must_check regulator_get(struct device *dev,
182 struct regulator *__must_check devm_regulator_get(struct device *dev,
184 struct regulator *__must_check regulator_get_exclusive(struct device *dev,
186 struct regulator *__must_check devm_regulator_get_exclusive(struct device *dev,
188 struct regulator *__must_check regulator_get_optional(struct device *dev,
190 struct regulator *__must_check devm_regulator_get_optional(struct device *dev,
224 int __must_check regulator_enable(struct regulator *regulator);
230 int __must_check regulator_bulk_get(struct device *dev, int num_consumers,
232 int __must_check devm_regulator_bulk_get(struct device *dev, int num_consumers,
234 int __must_check regulator_bulk_enable(int num_consumers,
308 static inline struct regulator *__must_check regulator_get(struct device *dev, in regulator_get()
322 static inline struct regulator *__must_check
328 static inline struct regulator *__must_check
334 static inline struct regulator *__must_check
341 static inline struct regulator *__must_check